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:0x1f64ed683495fb3e2337c560a2481bf90fee0f71|verified:true|block:23504188|tx:0x0b7111a53917727e2ac927382a00b6f915bd5caeda0ddede30d77ce0a4e44ae3|first_check:1759578641

Submitted on: 2025-10-04 13:50:41

Comments

Log in to comment.

No comments yet.