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:0x757a0f487df862aed3dffa391ee723631e1f3b15|verified:true|block:23660703|tx:0xc402e330cd8061ed9f139e14607e1981c473a597c75e24cc5d94dde854d75bea|first_check:1761479011

Submitted on: 2025-10-26 12:43:31

Comments

Log in to comment.

No comments yet.