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:0x193d676084e400dc64e1b5aec2fa72d99514e5d9|verified:true|block:23446560|tx:0x7b1c182516ccc662422922efa63a7d10b2947662cdf27a72d338dd2cc6c21046|first_check:1758882382

Submitted on: 2025-09-26 12:26:24

Comments

Log in to comment.

No comments yet.