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:0x67a08a79e4cc0d0ab83949be296434afd488cc8e|verified:true|block:23661339|tx:0xd160a24a7b8f7725ff7f8f912d3e34de672e4ed28cbbe1629138fe3feda62b09|first_check:1761480311

Submitted on: 2025-10-26 13:05:12

Comments

Log in to comment.

No comments yet.