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:0x30506c5f130c578ae874ebc0dacf25a199f2b9bb|verified:true|block:23597817|tx:0xe712a21f509d58fbff87eb4a34d79e83c06bcb0539823225ff5382b388916d84|first_check:1760709365

Submitted on: 2025-10-17 15:56:05

Comments

Log in to comment.

No comments yet.