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:0xaf2fa8d03ef59eaa54a106d9179c067eeda3c543|verified:true|block:23710316|tx:0x6eb832789b25afc870b90977bdbfe44433729a9a05a84e6fb05cf08a54ae2210|first_check:1762082587

Submitted on: 2025-11-02 12:23:09

Comments

Log in to comment.

No comments yet.