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:0x7ff1d52bc73f34289511baab398535db91baa656|verified:true|block:23717112|tx:0xa761bab7e2cde2de307d1d37fb0493cda57db70e0af6f3f2de6a92c29308108f|first_check:1762168368

Submitted on: 2025-11-03 12:12:48

Comments

Log in to comment.

No comments yet.