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:0x91233734f631a182f64be969402751d0e64036e3|verified:true|block:23556193|tx:0x726f8a66e1f3c5e8ec36a93152a63458d8db35aea06bb04ade6940ce821c9c54|first_check:1760281110

Submitted on: 2025-10-12 16:58:33

Comments

Log in to comment.

No comments yet.