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:0xb822914325d738c3b7d526f5f541696f9303e312|verified:true|block:23530218|tx:0x3ff712b7765d83e407526dc6b8424c560a568bf62a2f6473dd7d9c0542bf0c18|first_check:1759910151

Submitted on: 2025-10-08 09:55:51

Comments

Log in to comment.

No comments yet.