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:0x0fa07611607abfb18e1ef26a4f09911328e3981f|verified:true|block:23432926|tx:0xf18e76cbadad9829adb5e04394592e80562a8881b5817b00588c22ff2cea404f|first_check:1758736803

Submitted on: 2025-09-24 20:00:03

Comments

Log in to comment.

No comments yet.