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:0x9426569406a12682464bc0057c1e1727841cc6b0|verified:true|block:23475109|tx:0xe8a1092d4902ed51b670c4f113d6e2c996a9320cc4c3cb0c596f66ce8dc6111a|first_check:1759226869

Submitted on: 2025-09-30 12:07:49

Comments

Log in to comment.

No comments yet.