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:0x5c599d80eb6a4ae4722961437859f82ccb62aa5f|verified:true|block:23504180|tx:0xcf0cfed9fefa2d4a81598d30a06e6e810b796cfc636f17c0df4178addee71489|first_check:1759578631

Submitted on: 2025-10-04 13:50:31

Comments

Log in to comment.

No comments yet.