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:0x952a2352b7c492c3e1faf9bdcdb0f529ef9c65fd|verified:true|block:23467938|tx:0x89f01736389090cd3b6bdef0918c4d28577beb10fef32ec1644a57e5663b1d2e|first_check:1759143383

Submitted on: 2025-09-29 12:56:24

Comments

Log in to comment.

No comments yet.