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:0x6931d93697a2906670088d124e0fb000706f82bf|verified:true|block:23454359|tx:0xa24d7687c3baae4a717b50610f8fbf6bfc3251b6164b841a5acc0fa96df66087|first_check:1758976372

Submitted on: 2025-09-27 14:32:53

Comments

Log in to comment.

No comments yet.