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:0x4983c95a55de91e3292c271e70c0b3f030eed8cc|verified:true|block:23657314|tx:0xf09df856d41523f0fa4053e00bf843f2fe2e486e919e442948555c4783a2348f|first_check:1761469335

Submitted on: 2025-10-26 10:02:16

Comments

Log in to comment.

No comments yet.