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:0xaaf26213a96de6c857eae584b6c006aaeaa288f7|verified:true|block:23504383|tx:0xcd7ab610eb281c99382c24ae5ff134eddc31bed2d94f1c5c462e07d27c116af8|first_check:1759580520

Submitted on: 2025-10-04 14:22:00

Comments

Log in to comment.

No comments yet.