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:0x9b315cd5d1adbb9d789880ceea32b0406b3e0b96|verified:true|block:23660687|tx:0x27648e0522f55e27c02e2cd1e636aa0808bf2ffbc9d0af0c65e9e2368e62b419|first_check:1761478769

Submitted on: 2025-10-26 12:39:30

Comments

Log in to comment.

No comments yet.