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:0x09b8787295220f869df338b9620e122ab39169d4|verified:true|block:23517941|tx:0xf4c72844bc79763878f45d33dd6b8168b3d3b8e1d7149e85b45ddc4ac094c064|first_check:1759748054

Submitted on: 2025-10-06 12:54:15

Comments

Log in to comment.

No comments yet.