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:0xe3175aaead315ca5fd4f126b634da76dece80b61|verified:true|block:23504366|tx:0xaaf24f6367d09ca8a47224900db73aa8d1e233ea5e1ab697bef1572c8ff011ef|first_check:1759580345

Submitted on: 2025-10-04 14:19:04

Comments

Log in to comment.

No comments yet.