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:0x83f0f78eadbf741dd8d74562497b9eaeec02bcb0|verified:true|block:23711192|tx:0xb6bee08d9b7da066952d29c498f916731658ee7299d5e5d8fcc30d500a4d7d74|first_check:1762086798

Submitted on: 2025-11-02 13:33:20

Comments

Log in to comment.

No comments yet.