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:0xfc143075042ff31408fa2a5321df06fe1a8ee10b|verified:true|block:23660716|tx:0x81764a859190d8b46c87b797d9c3ce3cf18159255facbdd5898a6dda3d189690|first_check:1761479017

Submitted on: 2025-10-26 12:43:37

Comments

Log in to comment.

No comments yet.