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:0xb22f74658cbd67539c0247cb8b915a9fdbc3554e|verified:true|block:23504471|tx:0x27e1f910be2ba4276ff56ad122d54ee1873c25772b7a4c806fcfa07e5b88bc2d|first_check:1759582170

Submitted on: 2025-10-04 14:49:30

Comments

Log in to comment.

No comments yet.