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:0x27fad7e4a13d01c50d202f23ddded1008116f64a|verified:true|block:23504405|tx:0x20187212a24b389f2551c2fdc2acc19cb98e509aa53fefa02dd5eb66a9cb31c2|first_check:1759580856

Submitted on: 2025-10-04 14:27:35

Comments

Log in to comment.

No comments yet.