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:0x65bf9600fdc492d56b806de5217996281331d6ac|verified:true|block:23621902|tx:0xbd4cdd06b34c621cecc9dedd8068994485d857502957578d856cfc72d9e44a75|first_check:1761038411

Submitted on: 2025-10-21 11:20:13

Comments

Log in to comment.

No comments yet.