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:0x4b1e9222fb1a89c4342a8e7a3baaf59f2094bd50|verified:true|block:23467919|tx:0xfed282da03037b1d4f5b1cba6fd49837da75298a025ddeeda49123020e1a10e5|first_check:1759146506

Submitted on: 2025-09-29 13:48:28

Comments

Log in to comment.

No comments yet.