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:0x44d15f01c014d77bb7c8b7592b398e9b31d45484|verified:true|block:23620022|tx:0x832abb6d50bd864f7106bcb66196a9c328d5d92e3115a302c2c21f9894ac00e0|first_check:1760986460

Submitted on: 2025-10-20 20:54:21

Comments

Log in to comment.

No comments yet.