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:0x2a8e1dfeb7153a2afc015a8cad66909ce0cd5431|verified:true|block:23403460|tx:0x6979773fba90e314188d70cb6d6e308e8048f85593ff6c224bde38a526845f13|first_check:1758371532

Submitted on: 2025-09-20 14:32:14

Comments

Log in to comment.

No comments yet.