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:0x12f321ea6b896441a4bf3f65ee624cbdf85a73ac|verified:true|block:23504992|tx:0xcc34416cab35f098da3f029f26327629f1b7e411f213718f184491d4d0c6f0f1|first_check:1759591514

Submitted on: 2025-10-04 17:25:14

Comments

Log in to comment.

No comments yet.