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:0xafd5fd3af7b86fe319f5efdd63bfac6b346f8d87|verified:true|block:23611468|tx:0x1e90efc52310b0b4ceb5719fc8682e3ccdec6bd46bf6a324eff7d8a4101396bb|first_check:1760874280

Submitted on: 2025-10-19 13:44:41

Comments

Log in to comment.

No comments yet.