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:0xeca7be1ad2fdfbe9ced23caa176be5174c98d552|verified:true|block:23504483|tx:0x6cddd4c51ab0cd978bdbf7d620bd14cdab79cd397d44764e1862d5eb3389c912|first_check:1759582268

Submitted on: 2025-10-04 14:51:08

Comments

Log in to comment.

No comments yet.