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:0x02d2580994751f2756d424dbed9fa9ff49bcccd6|verified:true|block:23555812|tx:0xa125122db2f0eaeb275d64aac502f844bf7554101ef069e5bb19d7e7958b9fc9|first_check:1760280361

Submitted on: 2025-10-12 16:46:04

Comments

Log in to comment.

No comments yet.