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:0xddc3a04b809718248e911cb69e9b1561cd32a98e|verified:true|block:23590498|tx:0xf9387254507f440d0183988636f872246de4dd0633e7755d2a01d3065953468a|first_check:1760621027

Submitted on: 2025-10-16 15:23:50

Comments

Log in to comment.

No comments yet.