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:0x0a39acf10926a92dc43c4cf7f9dde87f5499b12a|verified:true|block:23504480|tx:0xe6de224c21769e570393bde2b56cb69745e4b4c5bfa20370412e7eb6b3a0ab90|first_check:1759582255

Submitted on: 2025-10-04 14:50:55

Comments

Log in to comment.

No comments yet.