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:0x09b8a54b2eed681e5fba36bc1cf131c6b6ad065d|verified:true|block:23652503|tx:0x82ab8efa254afe75d14f3aa414c685a8d413fb1539ef9716200c0d063542672a|first_check:1761386164

Submitted on: 2025-10-25 11:56:05

Comments

Log in to comment.

No comments yet.