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:0xa4992e724a04b9dcab9b90109d38fe9160367e7e|verified:true|block:23504189|tx:0xd82d01c866c423d48996fc764d1a2e2e4b1669f18f598cc6e72c8ea1b914c1d6|first_check:1759578645

Submitted on: 2025-10-04 13:50:45

Comments

Log in to comment.

No comments yet.