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:0x93e092d9458dcb479d75a634124dfa2df5e60488|verified:true|block:23482694|tx:0xc858099d97b90e8d3b47dd731da684ecb385dd683669a1d5af6293bd4d4a1002|first_check:1759324569

Submitted on: 2025-10-01 15:16:09

Comments

Log in to comment.

No comments yet.