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:0x6cc4f498988970e69cd81c1e47638b19a0b1d084|verified:true|block:23467850|tx:0x784ebcd5911d005ca7d229a5f4316b3d1419066b9c9428e859400394dbd06d3d|first_check:1759142607

Submitted on: 2025-09-29 12:43:28

Comments

Log in to comment.

No comments yet.