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:0x3f40e6852d649fcd9bb68d39ada2b40280770d21|verified:true|block:23639476|tx:0x9108c95753aca25bb9c840fb66449305300eea1e2cbdc952a9d62ef216258b38|first_check:1761305296

Submitted on: 2025-10-24 13:28:19

Comments

Log in to comment.

No comments yet.