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:0x54214447eed9468c496042c19eca1f0bbb64f60c|verified:true|block:23605060|tx:0xdcfa8ddbd0f432547e09bb5f3acdebb420cc1260272607fd3d1868824974f1f4|first_check:1760796941

Submitted on: 2025-10-18 16:15:43

Comments

Log in to comment.

No comments yet.