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:0x5b0880681919d645e0be391d7d6a248095a4f711|verified:true|block:23504350|tx:0x11fe209c86dfb30a0ee92e1c711fc48fd3bfa5b99ab2332feddd87fc48385e10|first_check:1759580160

Submitted on: 2025-10-04 14:15:59

Comments

Log in to comment.

No comments yet.