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:0xd2e3860973338540a7ad58823ab50770d9d80fac|verified:true|block:23674854|tx:0xea018ea7eb50e684b69dd37b285d87545705e4d672b8ae85d5c37bdd47438787|first_check:1761651885

Submitted on: 2025-10-28 12:44:47

Comments

Log in to comment.

No comments yet.