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:0x44df4aa8957f6833f8f03ee4db7c98709646412f|verified:true|block:23467556|tx:0xa4ebb722a1a309cdbb3dbb9de4f77b78a6dc51bb5bfe444a1a107a64ff73ef71|first_check:1759142481

Submitted on: 2025-09-29 12:41:23

Comments

Log in to comment.

No comments yet.