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:0xd18e9715de0e3ada1a90bde8af0e4910c972b59a|verified:true|block:23504423|tx:0xfc13b13d33fc1717bcb6dbbfb910dcc1256dc73a4a33cb4f9de4ae383e3c4c1f|first_check:1759581026

Submitted on: 2025-10-04 14:30:25

Comments

Log in to comment.

No comments yet.