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:0x5eecd6b9182346050e78626c9367474571b2ff12|verified:true|block:23611470|tx:0xa94575b88a20fb466218514e1aedf9b74ec673734422475bbe93746c518c8e92|first_check:1760877923

Submitted on: 2025-10-19 14:45:25

Comments

Log in to comment.

No comments yet.