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:0x722744cc54cfae86c1888f2f5a87bee62c32a752|verified:true|block:23504337|tx:0xec1721a8777d34f23055b3d0ef39d2c354ec788251639add7838cb0600e7964e|first_check:1759580005

Submitted on: 2025-10-04 14:13:25

Comments

Log in to comment.

No comments yet.