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:0xf1f91be6ae2c7ce8ce6630a9f4cd1375d7368a55|verified:true|block:23504484|tx:0xbcdc4725b706e056433b5456fb2698aaf31fc659830e3e4d6356dd20913ab01c|first_check:1759582272

Submitted on: 2025-10-04 14:51:12

Comments

Log in to comment.

No comments yet.