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:0x07ae0c3a0a79e1999d5b73c1828a37f1ed3a0fac|verified:true|block:23517903|tx:0x5a1fd2f18d27d99712ea19a0552832279db2d8ee89c1905c463628d6a480b3df|first_check:1759747901

Submitted on: 2025-10-06 12:51:42

Comments

Log in to comment.

No comments yet.