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:0x0e305a26d7c6664dba0b0c96ea297c8cdfb118a6|verified:true|block:23518020|tx:0xdda6aeb4ad19fb0fb433952b9b4a4259f1d2951eea58f5b70bc4f05687b7be0f|first_check:1759748414

Submitted on: 2025-10-06 13:00:16

Comments

Log in to comment.

No comments yet.