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:0x5238fd9f12a9454b967c32974f8a56375f79ceda|verified:true|block:23525112|tx:0x85377904cffd777576d42cd2410fc62ebf699e1cd758682ab07b21ff4c707104|first_check:1759830869

Submitted on: 2025-10-07 11:54:29

Comments

Log in to comment.

No comments yet.