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:0x65f23b49b011918a67ad8280ee41a3fdbfcf8761|verified:true|block:23474982|tx:0xe7e0f8cccb2a58c32a1602aa2a526c36798a518da9d0f69c42f7ad32ada56bc6|first_check:1759225732

Submitted on: 2025-09-30 11:48:52

Comments

Log in to comment.

No comments yet.