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:0xc1779487746dbec0604847ae75cbbfe230a6adc3|verified:true|block:23504408|tx:0xd4690f382e757bfe691f49e9d8f5398d12b8b11e17abd6d0ba0273f46f7aa358|first_check:1759580898

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

Comments

Log in to comment.

No comments yet.