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:0xd3f39cfd05669f76bc722aa96b9957ab15a677d3|verified:true|block:23744586|tx:0x1eb818f80b2883df305ab12fa8ae0d586c2a68ae05df57dcbcacbf79dc1ee45e|first_check:1762513681

Submitted on: 2025-11-07 12:08:02

Comments

Log in to comment.

No comments yet.