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:0x075590b5cc949d8bcae53ba915fef846934c03ff|verified:true|block:23504465|tx:0xce0195dada68c04f4410a13a6e6e48f66c52aeb8c512ceb57f74903d189d894b|first_check:1759582092

Submitted on: 2025-10-04 14:48:11

Comments

Log in to comment.

No comments yet.