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:0xba409330a9547260bcc44604a0f0dbee880436c0|verified:true|block:23504171|tx:0xcede718ebd87a1fd26ba626ec18ef1e26d313e15651e5e87f951f2461168cbaa|first_check:1759578626

Submitted on: 2025-10-04 13:50:26

Comments

Log in to comment.

No comments yet.