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:0x48cad1b2d62a12646c9925fb0be0205a9a6bd28c|verified:true|block:23517891|tx:0xf8e51ec239906436e0ed28cfec41b768d5a3a27173e2ceae34a29128fb3f12bb|first_check:1759747851

Submitted on: 2025-10-06 12:50:52

Comments

Log in to comment.

No comments yet.