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:0x7c4c53b4f0ecd5173f0e5e86d4f5a183fb8ab08b|verified:true|block:23725716|tx:0x386c8585e011d6588bc6067ce35a30151e678a03604e3a92d35c50b54f367784|first_check:1762257740

Submitted on: 2025-11-04 13:02:22

Comments

Log in to comment.

No comments yet.