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:0xa17f8dd52a287ca71bc4435406a57371ef718cf8|verified:true|block:23493067|tx:0x4a4daf7c4cf320fe493a7d0dada1894f498083d2782243dd36739934fd5b3fc4|first_check:1759477831

Submitted on: 2025-10-03 09:50:32

Comments

Log in to comment.

No comments yet.