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:0xff1e781411cf02484d157f3c6ba5077945c08764|verified:true|block:23446258|tx:0xfe28dfab1e4f41ca42a36f86faddca7bfd414db061643115df881623d8aec0fc|first_check:1758879234

Submitted on: 2025-09-26 11:33:57

Comments

Log in to comment.

No comments yet.