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:0x6b046e828a12e7298bcc295f77a9c2de0fb96719|verified:true|block:23639866|tx:0x7f1cfab2b50e90891ae0f289dcd455c06542e23baa419e64b6e0561bb609a370|first_check:1761307374

Submitted on: 2025-10-24 14:02:57

Comments

Log in to comment.

No comments yet.