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:0x1d0754e8966c5e60d82d9bc9f17243b1e3132bb8|verified:true|block:23712012|tx:0x6f5bfa2001dccb802a83c32cebc5909fbbd20f0d47c0846ef4294650c6dcd5da|first_check:1762091417

Submitted on: 2025-11-02 14:50:18

Comments

Log in to comment.

No comments yet.