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:0xaf08eb58fbfd40705c87a6fb57ddb94238e2e522|verified:true|block:23712259|tx:0x7f1ebe0c1a4484dcd0e387da22ad1ec62a384ec391cd0691792820ebe46591b1|first_check:1762094026

Submitted on: 2025-11-02 15:33:48

Comments

Log in to comment.

No comments yet.