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:0x6cd1e939dcc2a570624f3dd34e52a2658f1a354e|verified:true|block:23475164|tx:0xa08456baa464baee23803b6f7abd1c1688f68c3392f7026eb6b32c967714e423|first_check:1759231140

Submitted on: 2025-09-30 13:19:00

Comments

Log in to comment.

No comments yet.