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:0xba8c152412f8a6e4639d634311f66f3834267cbd|verified:true|block:23462142|tx:0x37b970ae26df5fa87d1b328483d18d429c497815cc2e405ee9231fa68dcaff65|first_check:1759072061

Submitted on: 2025-09-28 17:07:41

Comments

Log in to comment.

No comments yet.