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:0x489f8e1ca8353c16b8c6441b875a96407e94fb09|verified:true|block:23496492|tx:0xf0c4e234dd7d78c984ec58648a287a1012faadd8382a6bb4f54fc14df448fce6|first_check:1759485329

Submitted on: 2025-10-03 11:55:30

Comments

Log in to comment.

No comments yet.