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:0x76fc7f19b0db86a622b89caa21439b08e90c9fd8|verified:true|block:23504389|tx:0xa5a19d8b879a1d08a6233c1c9c996de63254fbff4513e4bc0009130f60156ffc|first_check:1759580587

Submitted on: 2025-10-04 14:23:06

Comments

Log in to comment.

No comments yet.