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:0x31915a2ea293a2baa09c959b60c94812d7ac7417|verified:true|block:23426429|tx:0xf9747e4d469529390ea2f08517a85f602929ea08e72a14175d735a4c692ce754|first_check:1758724747

Submitted on: 2025-09-24 16:39:12

Comments

Log in to comment.

No comments yet.