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:0xc4ee4a23db3780dd0bc2191dc29e9242d558c482|verified:true|block:23524900|tx:0xffbaba7ba516dbd1e127f24112813c0f76fbcd12c4f57caae391def61b7c85db|first_check:1759830330

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

Comments

Log in to comment.

No comments yet.