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:0x3dc61e0ccb48ac07efab448d11992eb00467ffe2|verified:true|block:23639676|tx:0xa4433ef5eeb91670304dc1afdd420e3cedfd2fecae8c568cdba7bb4b21db50ae|first_check:1761305835

Submitted on: 2025-10-24 13:37:18

Comments

Log in to comment.

No comments yet.