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:0x517c84f8607682d4a1c6da7d486e39259a799c6b|verified:true|block:23513911|tx:0xed7b6b826713e8e56e928f63870861166d5ef5f332995e7e018b052c22498d99|first_check:1759738432

Submitted on: 2025-10-06 10:13:53

Comments

Log in to comment.

No comments yet.