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:0x2349bb752872a8ca57eeca370650d97ce901f5de|verified:true|block:23504384|tx:0x84b352c88a1c4b4d87273b301fca9c19c34162f17ef605a0739c96916809745e|first_check:1759580526

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

Comments

Log in to comment.

No comments yet.