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:0x484e08833efc978b9d39447a498f7bc31edf510b|verified:true|block:23525052|tx:0xe8da0437f2fd4b48dbc71285195131c5ad3b53c14ca1c667e7633ab2dd8babac|first_check:1759830671

Submitted on: 2025-10-07 11:51:11

Comments

Log in to comment.

No comments yet.