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:0x470f4ed5abe5b5e7313325f41b636e4c9bb59fe0|verified:true|block:23448581|tx:0x9e7c49a8a34e7c21f087f46db281d8fd25e6ddcccc409ad0f70299b19542b0b6|first_check:1758912757

Submitted on: 2025-09-26 20:52:37

Comments

Log in to comment.

No comments yet.