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:0xb12d743a77918a042d0b23c5807cab12e596b818|verified:true|block:23425986|tx:0x723bcdfb0e9171cdd299c79af6aeddec8b414b9000a0e31672b92b394bcf3429|first_check:1758724581

Submitted on: 2025-09-24 16:36:26

Comments

Log in to comment.

No comments yet.