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:0x24da9d145d08124bf5115275b306dedea19d72d3|verified:true|block:23504456|tx:0x45dab254c28a2d602b242bb2cf1d96419df97c75ece4d8d0f8da80337bc0140c|first_check:1759581430

Submitted on: 2025-10-04 14:37:10

Comments

Log in to comment.

No comments yet.