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:0xc94203edd53fa0d8ff5c1f08261da4873de7f91b|verified:true|block:23625003|tx:0xbad7ff383ef4e28dec83e2f6c1afe4fd814e748df63b8da8efc6d63c56dc5960|first_check:1761046359

Submitted on: 2025-10-21 13:32:41

Comments

Log in to comment.

No comments yet.