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:0x54e190de95fae5c4aa51111d05d5cb97c3ee5944|verified:true|block:23475137|tx:0x205206135a167c01771cdbfedcfead9199613e6b7117112e4c0bd9d5af8ae64c|first_check:1759227204

Submitted on: 2025-09-30 12:13:24

Comments

Log in to comment.

No comments yet.