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:0x3b1287babda4e0ba943da7599dbcee1ecaa28803|verified:true|block:23590183|tx:0x8acc6812e8fd7ce8e8d6d0a080afd5289e8fc9f6755bc33d9911751110106c5c|first_check:1760620806

Submitted on: 2025-10-16 15:20:09

Comments

Log in to comment.

No comments yet.