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:0xb813637ab1bc2dadae7058a5e26c1498fb3adc46|verified:true|block:23620012|tx:0xfd0be62ba94f02a3e4c3f1d20d0c05039d7447a3a92115b34b4597e453742618|first_check:1760986430

Submitted on: 2025-10-20 20:53:51

Comments

Log in to comment.

No comments yet.