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:0xe1f7a8a1476360fd6725513b34cdd9ffc528a6c8|verified:true|block:23639670|tx:0xc95d035ecc31c583b9b5849aa6cc841d089f6c9fec987c5178876a8f47789f2d|first_check:1761305834

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

Comments

Log in to comment.

No comments yet.