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:0x282c5d94d60ba8556bc8d5b5fc7d0b456f661b21|verified:true|block:23685435|tx:0x2cd770797f211efce9cf31ef018af07df37694b9147dde6d78666329f63a0185|first_check:1761770057

Submitted on: 2025-10-29 21:34:17

Comments

Log in to comment.

No comments yet.