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:0x11dbc7d3378336be0e6e5716e6e414842287666e|verified:true|block:23426653|tx:0xc8f649755065336b51c423d620496107478e637be800f117df48c61138601de0|first_check:1758725116

Submitted on: 2025-09-24 16:45:20

Comments

Log in to comment.

No comments yet.