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:0xbf4d11126100ca5da1444383a73b4a8b34fda10a|verified:true|block:23557909|tx:0x1a2d481f1d37f4b9ce527491e46e28f772252466b793ca111707681dac9f486c|first_check:1760286015

Submitted on: 2025-10-12 18:20:19

Comments

Log in to comment.

No comments yet.