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:0x53a21873cc6134fdd9fd431fb5a6863024a8ee9b|verified:true|block:23524292|tx:0xea1fb134bfe156a977f860df8c210ae39e129b29e72b4a1c44ef2acfa5436244|first_check:1759829472

Submitted on: 2025-10-07 11:31:12

Comments

Log in to comment.

No comments yet.