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:0x1b5669925223d51887e8afd1215505c96f978b36|verified:true|block:23561743|tx:0x975e15d191c946d3f433834c3a857f29555770d6d5626bea3165244d2594b260|first_check:1760294910

Submitted on: 2025-10-12 20:48:30

Comments

Log in to comment.

No comments yet.