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:0x249d312acca3b39b4f4af39bd85de06ef5f0054b|verified:true|block:23460845|tx:0xc85e4dbfcf1d7012bce2888ee593f13bc19f60014ad19c705b9b0925d2bf450d|first_check:1759055170

Submitted on: 2025-09-28 12:26:10

Comments

Log in to comment.

No comments yet.