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:0x47cbef068fa67b7be89490ec123e80476f22e666|verified:true|block:23653303|tx:0x9e4616a0a9ae6432b8672164233cf0f41d73e35f6173134c2bbd6f70b9a8ad9c|first_check:1761388592

Submitted on: 2025-10-25 12:36:33

Comments

Log in to comment.

No comments yet.