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:0x1b6be5a6e85c9608f607aadea90eb92871087bcc|verified:true|block:23639672|tx:0xa7a2b9a1073ceca92f94485f2ddd4f84bfa869dcdcdacff0b954b2d4537539ea|first_check:1761305834

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

Comments

Log in to comment.

No comments yet.