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:0x14f9b7622bcfcc29affee6c3a71627499690c710|verified:true|block:23524906|tx:0x61c7e8121c76890d6833d921482d4c61544526be365e2ea5b741ce1ffbf89711|first_check:1759830331

Submitted on: 2025-10-07 11:45:31

Comments

Log in to comment.

No comments yet.