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:0x58162914fe00c3ef3522a800edba7b0575a32aac|verified:true|block:23511522|tx:0x90149592799da0c15baa7b65cc58c76ce3aef5dc35da993cc52a265ba405d4e1|first_check:1759667111

Submitted on: 2025-10-05 14:25:13

Comments

Log in to comment.

No comments yet.