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:0x3f896db39403669851f4e2977cc59c1415c88ef3|verified:true|block:23504450|tx:0x12ede6a30130bd29ceb3794017cc1bbad4b4b3b5315e73df868f1fbfac5bb518|first_check:1759581418

Submitted on: 2025-10-04 14:36:58

Comments

Log in to comment.

No comments yet.