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:0xfd90161dacc676c13b69ae2d403e8b149917cd17|verified:true|block:23704689|tx:0x811f4766983dd1769c5c1f62fd46f4754c75f1b69aaa30a72a705287f7759a0d|first_check:1762003061

Submitted on: 2025-11-01 14:17:41

Comments

Log in to comment.

No comments yet.