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:0x70a8566da436026ce9cd5d53af8dea5fa7721bee|verified:true|block:23518056|tx:0x55a8cf53eac0df0cc370891fea80dd249ce19cd95bd3ba9687134fc0ec4df868|first_check:1759748748

Submitted on: 2025-10-06 13:05:49

Comments

Log in to comment.

No comments yet.