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:0x9e8176caa853b34a0061bf5859384f6e65a27e57|verified:true|block:23639674|tx:0xf49c157a3adfc6f387aa722aba6d28e2d2a5769e1fe0837aef6f33f1f6bd9b53|first_check:1761305835

Submitted on: 2025-10-24 13:37:18

Comments

Log in to comment.

No comments yet.