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:0x5237b74356e2e3c4e58c1a396bf71a99db12eb98|verified:true|block:23460865|tx:0x085a21ac1bcd37b1e2c0214bf81c5e7e74981c6fcf00dcd44fb215745dd02244|first_check:1759055243

Submitted on: 2025-09-28 12:27:23

Comments

Log in to comment.

No comments yet.