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:0x673aa557b1517dd96af141adadfb6086dd8c464f|verified:true|block:23446631|tx:0x77177f3f0b1b40b9e17a970f1fdb39799cf70be3b2014451bab5a263fb271282|first_check:1758883106

Submitted on: 2025-09-26 12:38:28

Comments

Log in to comment.

No comments yet.