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:0xd3287e984853afc3974ab50822bb9c6172364f4b|verified:true|block:23518054|tx:0x1fdca7936c6f727800e34dbf8a95124fb180c115291741ed08641ca077c0582d|first_check:1759748730

Submitted on: 2025-10-06 13:05:31

Comments

Log in to comment.

No comments yet.