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:0xe42f1b43cda802f5fbf74d6c1f6add0b4cd6612e|verified:true|block:23539422|tx:0x6d204408985c9910bf796a8a9b2ef518a3eb480d5f92218fa7838b4539237042|first_check:1760004013

Submitted on: 2025-10-09 12:00:14

Comments

Log in to comment.

No comments yet.