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:0x550794ebe4f3ae98350556d78e9f24a5836c4603|verified:true|block:23489229|tx:0xdea1d94ecdfdbe3eb6752d150f33766ed0e1cbad61fe5c7b1320152fbf37c5db|first_check:1759397858

Submitted on: 2025-10-02 11:37:38

Comments

Log in to comment.

No comments yet.