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:0xd21a133e4e23d913d3787a6b86274027c967c22b|verified:true|block:23482210|tx:0x54005d1cad9811baa9a4c69c8ab5f60e4bec90f1ccabc07e9b177fdd7bae6422|first_check:1759323538

Submitted on: 2025-10-01 14:58:58

Comments

Log in to comment.

No comments yet.