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:0x909f7f70e631a0637f21dc8cdcb64c871d8cd452|verified:true|block:23561347|tx:0xcca03394ba4fc09fcd38cce1b6091b03205401a434160dd058d1dfb28dca20d1|first_check:1760294115

Submitted on: 2025-10-12 20:35:16

Comments

Log in to comment.

No comments yet.