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:0x830e56ad06fc80aea19a1782e9934c2ab489ae6d|verified:true|block:23581539|tx:0x9097bbc73bfee498d2604501bd205a0bb723651b64c1153e994c243d074bdfef|first_check:1760520554

Submitted on: 2025-10-15 11:29:15

Comments

Log in to comment.

No comments yet.