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:0xed695b50dbbc0f42d1446d19e8091de8e1e0da3c|verified:true|block:23555920|tx:0x9eaa9e0f9adad5d06f9b946a3f31dd96ce3dea8293d309222aa7b84178c5904d|first_check:1760280493

Submitted on: 2025-10-12 16:48:16

Comments

Log in to comment.

No comments yet.