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:0x0af38ef3604669a9cd19eda9eb4048c9d92938ba|verified:true|block:23611773|tx:0xced3f627bcc1729bb3b9bc89e20b2a749468bbe5422b4c152a18e5c012fbd46a|first_check:1760878008

Submitted on: 2025-10-19 14:46:50

Comments

Log in to comment.

No comments yet.