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:0xf7a969987b431fbf685b338f7550ba62ca04c2e0|verified:true|block:23605837|tx:0xf0ff0742e94821cb1788a8f3b9608a1622189695d37653aa102215651e218626|first_check:1760809915

Submitted on: 2025-10-18 19:51:55

Comments

Log in to comment.

No comments yet.