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:0x6e4432eeebf10db90d6befba59dd22cab14d1374|verified:true|block:23504192|tx:0xd8f2e8de2a4afd1352a899310ea5a085e6e7439a16e0fc1d7c839fba62ce8ceb|first_check:1759578654

Submitted on: 2025-10-04 13:50:54

Comments

Log in to comment.

No comments yet.