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:0xdfeb76ff090102412581e7f52366114ea590094f|verified:true|block:23518089|tx:0x9ee652b2f31ae9126bc964add258d7ec4a2903f78575fcd5bb10ef52c18ffa73|first_check:1759748865

Submitted on: 2025-10-06 13:07:46

Comments

Log in to comment.

No comments yet.