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:0x98775776b84400c6eeda4b83afb4a4e5e30ecf6c|verified:true|block:23504413|tx:0xc231eb0f7f3b60357e3ecb87695050d013e25f0b6ecbe70202638abe4797a822|first_check:1759580988

Submitted on: 2025-10-04 14:29:47

Comments

Log in to comment.

No comments yet.