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:0x1dd4a53d3b7200bcf75e769408ebb15b48fbd76c|verified:true|block:23546329|tx:0x51dc317cd8da5d2ab67408da9ac20cb995db75142d297dbd45d5b841dbb51a67|first_check:1760087881

Submitted on: 2025-10-10 11:18:01

Comments

Log in to comment.

No comments yet.