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:0x25870aa6f4e941968b246e7821380f96e79788d7|verified:true|block:23482389|tx:0x38f96eab48d0ac6309658f3d0afc6cc79c99dc44b9e76609927d25ea493a5370|first_check:1759323796

Submitted on: 2025-10-01 15:03:16

Comments

Log in to comment.

No comments yet.