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:0x763bb934cd8f0e73bea709d5fb53cb8ed295a3dc|verified:true|block:23639524|tx:0xc3a0aa8f25ad3715472abb0d886793acb8731ef2fcf2beeb7b9c559735d02433|first_check:1761305299

Submitted on: 2025-10-24 13:28:22

Comments

Log in to comment.

No comments yet.