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:0x5f0eefc74b03b6cb04920a030df3fb771086ab4e|verified:true|block:23660693|tx:0xbf869c6e942b184d442786bc158151dba54ed7624c9ca2b0ca2c7520f71bbf1a|first_check:1761478856

Submitted on: 2025-10-26 12:40:57

Comments

Log in to comment.

No comments yet.