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:0x4ff4980776c163e3b9d85c64080b5c41a8772ab2|verified:true|block:23605061|tx:0xe38a7590f92349f03a3e1837b068b1b14bc9387d41abe815d558998a4c547085|first_check:1760796945

Submitted on: 2025-10-18 16:15:47

Comments

Log in to comment.

No comments yet.