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:0xe0fd9decf67df9c78ad54c5139a43cf287a1cb47|verified:true|block:23517905|tx:0x7b3bb26307f7622820f7403463073f63fc60be5a5fcec38a826faac1c477635e|first_check:1759747928

Submitted on: 2025-10-06 12:52:09

Comments

Log in to comment.

No comments yet.