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:0x9131d8a18c830f14726cb5e15d2cdbbe44181775|verified:true|block:23504361|tx:0xdd5e0d941a5f453fffebf9fdb9d49d0dcd8d00539329780770a106aa3f6d9cae|first_check:1759583876

Submitted on: 2025-10-04 15:17:56

Comments

Log in to comment.

No comments yet.