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:0xf3cde4d106305e4ef96f391fdf7a6a3f1a757730|verified:true|block:23504380|tx:0xcec0b9bac27a1b13e251583948bfe4b877aa483ca34fa2c248c157ba9ed681dd|first_check:1759580482

Submitted on: 2025-10-04 14:21:22

Comments

Log in to comment.

No comments yet.