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:0x300025b8d07ddaad129045eb082a999335445fe6|verified:true|block:23605523|tx:0xa0553c8fe4650c4ab5a7819707297befd98fa54ad8080c36dae3b2a9991d5e4a|first_check:1760802592

Submitted on: 2025-10-18 17:49:55

Comments

Log in to comment.

No comments yet.