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:0x025c8362f33f44102a647e1c7a9c3785c46951e2|verified:true|block:23649458|tx:0x8ca3c042c47b8fe1749ee298bdc8c65ce45c4a1de6c7c4c884a5577b33cba0f3|first_check:1761336672

Submitted on: 2025-10-24 22:11:12

Comments

Log in to comment.

No comments yet.