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:0xf714e3eba3d5dba2c11c02c98146ffe71cc8e36d|verified:true|block:23482200|tx:0x2cbbfd684af36ccc38613b07c81bb463b7ce85b34dc160890c4c8b8e9504ead0|first_check:1759323415

Submitted on: 2025-10-01 14:56:55

Comments

Log in to comment.

No comments yet.