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:0x9137edb5b12426a020bfd7d6e1263cfdff82b177|verified:true|block:23623344|tx:0x604527f6700329adf373a164eb2e3fd1fa76e3e43f3936cff4090be7247fd4de|first_check:1761041881

Submitted on: 2025-10-21 12:18:03

Comments

Log in to comment.

No comments yet.