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:0x18652daa92dc98d023362c8b92a389c1cd00fcb4|verified:true|block:23524965|tx:0x742ea8f52be8859f92725f1bed9d907695896117bddfc38f6fa2651c586e5dab|first_check:1759830628

Submitted on: 2025-10-07 11:50:28

Comments

Log in to comment.

No comments yet.