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:0x81cb415ba22bc6e1fd00c048c57bef1832014601|verified:true|block:23504387|tx:0xe97ae636819d0e9ddc36e470305667a428286fba5268ad84f318d9e6a6ce8912|first_check:1759580569

Submitted on: 2025-10-04 14:22:49

Comments

Log in to comment.

No comments yet.