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:0x19db44b7d98e372019c69a6bb7120d401c7a4a4f|verified:true|block:23504409|tx:0xd1cc97ec467f1fec3e65a6627bbbb57ab46028ba4438c99698877aebb378f96d|first_check:1759580924

Submitted on: 2025-10-04 14:28:44

Comments

Log in to comment.

No comments yet.