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:0x402f936d4535e1a6f7ec61a103a8e2a4da8529eb|verified:true|block:23600585|tx:0x0a7030b764bf28312abb7d237cd7386fc6cb35ab66c8ca5af0fba258f43fd50d|first_check:1760773271

Submitted on: 2025-10-18 09:41:13

Comments

Log in to comment.

No comments yet.