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:0x537729bd20de160ce93927d378f303e7b04564dc|verified:true|block:23427986|tx:0x3ca9f3c2301996038006f452208b7adf35fb67fd47b391bc1461b476376a4ce2|first_check:1758727806

Submitted on: 2025-09-24 17:30:11

Comments

Log in to comment.

No comments yet.