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:0x4945636f0d3913d3377143afff4b363f9f9ea1ee|verified:true|block:23666106|tx:0x64f386064880bf29be5381828456d13924640fc42d2a181864ad59bbe498ab9c|first_check:1761562505

Submitted on: 2025-10-27 11:55:05

Comments

Log in to comment.

No comments yet.