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:0x358cd17dc8c1edf72b7808e75675c958296383db|verified:true|block:23604215|tx:0x44ac126b00f7cc3cb0ee9faf09f0ed403347cdd2a0d5c99d187eb937fa12e07d|first_check:1760786634

Submitted on: 2025-10-18 13:23:56

Comments

Log in to comment.

No comments yet.