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:0xc30aede87092a1291bd67a96193e5aeb831d61ee|verified:true|block:23517799|tx:0x2981efecc6076e4af5996e25eab83547fe53ee4f28c478b98200ca74cbeba698|first_check:1759747702

Submitted on: 2025-10-06 12:48:21

Comments

Log in to comment.

No comments yet.