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:0xf4e20a09870b2d1ed5bbcd7534f83c9a4d3d7289|verified:true|block:23556281|tx:0x3d2c5ba894af194f6d2c631ed6a56fc5fdcb74c976fa66f7064373c89dbc5555|first_check:1760281239

Submitted on: 2025-10-12 17:00:42

Comments

Log in to comment.

No comments yet.