Counter

Description:

Smart contract deployed on Ethereum.

Blockchain: Ethereum

Source Code: View Code On The Blockchain

Solidity Source Code:

contract Counter {
    uint16 public x = 0;

    function increaseCounter() public{
     x += 1;
    }
}

Tags:
addr:0x13647309a86720cee67fc3d17124b47d11a069ef|verified:true|block:23405103|tx:0xf4f0bcea66c5ebbef12452125c918ad4573b0d56310c5489629493a1c1f24a23|first_check:1758382109

Submitted on: 2025-09-20 17:28:31

Comments

Log in to comment.

No comments yet.