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:0x47908d7c2decc09a3e0734c7e87e2e8faeb73201|verified:true|block:23695549|tx:0xb3cd525d96b2c9fb6f2b471911c5607379a7f67ec80dc58e6c73a03de35c5023|first_check:1761911089

Submitted on: 2025-10-31 12:44:49

Comments

Log in to comment.

No comments yet.