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:0x828204368cb1112476d6a79ba04c5cf03db5ed9d|verified:true|block:23474891|tx:0x8b4e5ada63800d1497ef6ce3ed97d20284d88cc9f7116f83f06ce7df8cd298f9|first_check:1759225726

Submitted on: 2025-09-30 11:48:46

Comments

Log in to comment.

No comments yet.