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:0x43cb907db3384a2e9559258fd5f31e49ea503937|verified:true|block:23730540|tx:0x5eb52cbaaf291bdee3c6fb8d5d579fa0f22190db7a8c0d6d00a86bd9017acc14|first_check:1762342438

Submitted on: 2025-11-05 12:33:59

Comments

Log in to comment.

No comments yet.