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:0x7899eb509fef6c8536eaf2db06049f0f09ff4068|verified:true|block:23422564|tx:0x3592b1d9fd0a6cb41010d144ccf827e5959fb80a00c6c20cf336e8117ff1778e|first_check:1758718356

Submitted on: 2025-09-24 14:52:41

Comments

Log in to comment.

No comments yet.