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:0x4f5025bf4ac6dd5750839978d4cbbc9632babfce|verified:true|block:23496428|tx:0xa1c69c1ce281a63ea76315416fecfc626505951bebbf50d926f6e7415bb12582|first_check:1759484660

Submitted on: 2025-10-03 11:44:21

Comments

Log in to comment.

No comments yet.