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:0x3f1399842b2fde2d1e2f69e7ed40face6d2a00cf|verified:true|block:23504347|tx:0xcc4bfdb023e758bc5a368c3be62f07caed44f60431cee1ec0da9bd77a2ff80b5|first_check:1759580136

Submitted on: 2025-10-04 14:15:36

Comments

Log in to comment.

No comments yet.