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:0xe4b5f064ea3116a4ceec27b9b2376e57ffab0c4a|verified:true|block:23482984|tx:0x6782a75f2cd876abd6597ac575ac98cfded82871c23de4bc61ba900bb7d3ebc6|first_check:1759331443

Submitted on: 2025-10-01 17:10:45

Comments

Log in to comment.

No comments yet.