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:0x07d8e86dd782064f7c2b7df984f6710b2fc7cdba|verified:true|block:23517907|tx:0x21cfa95f26b3f839199b2c4f71a97a7db1edda7d0256bc3ed505e082d06dd76d|first_check:1759747955

Submitted on: 2025-10-06 12:52:36

Comments

Log in to comment.

No comments yet.