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:0x370c8353c8ea3b4d6108c213af87e20b3b09cdba|verified:true|block:23504332|tx:0xc2a2097d1273054200c09416c9745a1ee2670621b6d7086745d35f7dc20e08fc|first_check:1759579958

Submitted on: 2025-10-04 14:12:37

Comments

Log in to comment.

No comments yet.