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:0xd42dd5e1b8034987b550d3db416624e9c6adba14|verified:true|block:23467957|tx:0xd50b630d6131a9c2a75a1eab87172f1828e12a38f6cef17b95357812cfeaf7ba|first_check:1759143123

Submitted on: 2025-09-29 12:52:05

Comments

Log in to comment.

No comments yet.