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:0x07c9d4d35465fd07574e7f794090e14b60d506cf|verified:true|block:23666400|tx:0x30c203f57bef5476f17703e7ad66a034bb4e5732929a016c77a11b59a726b94c|first_check:1761562526

Submitted on: 2025-10-27 11:55:26

Comments

Log in to comment.

No comments yet.