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:0x6533d4ea593962476bc213be787c8ef4fa4b425a|verified:true|block:23432872|tx:0x7942364e07decfab8c891409d7b7785db8ced0f4bd8d5cd1fa5affd216614f39|first_check:1758736727

Submitted on: 2025-09-24 19:58:47

Comments

Log in to comment.

No comments yet.