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:0x5e7b85f6d1d7d9da8f1cb93f7a6d02f26f8d8144|verified:true|block:23555811|tx:0x5b1e354484c5428c6301df6ece658c490b976a525266050525f8f0a924c2fd21|first_check:1760280360

Submitted on: 2025-10-12 16:46:03

Comments

Log in to comment.

No comments yet.