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:0xe6d3fdb23637db22fdfcbfcc1d0489c152461d16|verified:true|block:23603277|tx:0x22b6fa8d9189b27b8af502980484cf185299a9816a08c4bc67d8488cdbcd8b67|first_check:1760780274

Submitted on: 2025-10-18 11:37:56

Comments

Log in to comment.

No comments yet.