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:0x6915ca128b383f247627116cfc87405f348c820b|verified:true|block:23432918|tx:0x4fcec35589357831eeef08680025c9b5f7573ba30c65ee0f8b9ecae35dc4b999|first_check:1758736734

Submitted on: 2025-09-24 19:58:54

Comments

Log in to comment.

No comments yet.