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:0x83f488c2245d9f52ca669790b341a1c1cd27cf5a|verified:true|block:23701893|tx:0x16cc2c46f01b80fb01662b04f5c89cae1cdf299fff7fee3609ab35532717ddec|first_check:1761995392

Submitted on: 2025-11-01 12:09:52

Comments

Log in to comment.

No comments yet.