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:0x55d45d698e177b10842857e6654089bd76585b05|verified:true|block:23396382|tx:0x0c13b52acc2b2863d1b974fbb250908f7ede1a9ac6dc32f40078dbc3f22630a5|first_check:1758280095

Submitted on: 2025-09-19 13:08:16

Comments

Log in to comment.

No comments yet.