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:0xbd30b8186a5c18e675d6700a1e176a6f623856a9|verified:true|block:23637636|tx:0xb476e18601c30c4030b0ea4a6c9c29b26393e07a50fda4b57e202cec11624a8b|first_check:1761301629

Submitted on: 2025-10-24 12:27:12

Comments

Log in to comment.

No comments yet.