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:0xdf8dfd781577d8aa5223a043afa22d4cc1a2cdfe|verified:true|block:23504468|tx:0x4a69cef17721688385f0aa233fa928e597b64f8c7294e9103d77cc466467c9fd|first_check:1759582101

Submitted on: 2025-10-04 14:48:21

Comments

Log in to comment.

No comments yet.