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:0x076fcc4a70b8659e1108e844320abcc45df24c53|verified:true|block:23504464|tx:0x3e755e888269d58bd3d0bec6820255f9fd96c8ede4ed2699de224fa153f79d69|first_check:1759582088

Submitted on: 2025-10-04 14:48:07

Comments

Log in to comment.

No comments yet.