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:0xe201f5647f1c99be3425ec7aebe106bb1b65d989|verified:true|block:23682054|tx:0x49fb40915cd6cfcedd5e4b57aaba8f10ec51df629b1519355dec30ccafd6c669|first_check:1761734072

Submitted on: 2025-10-29 11:34:32

Comments

Log in to comment.

No comments yet.