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:0xe7bd14b24f2b2c304447824b3a121eb08873c4f7|verified:true|block:23732346|tx:0x0c8652f0aff5d77ef649fcef0a5dfd818af273a857da346255b33e1d69dc2af0|first_check:1762347711

Submitted on: 2025-11-05 14:01:53

Comments

Log in to comment.

No comments yet.