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:0x3f24d1c9c784b62957756715417af42eef96cdf8|verified:true|block:23511840|tx:0xab85defa9780248d6023c4d8ad0da9eac58935a970e858196a8e78ab16b4f86e|first_check:1759670696

Submitted on: 2025-10-05 15:24:58

Comments

Log in to comment.

No comments yet.