🔧calculate-profit

Calculates how much you need to sell an asset to be in profit

/calculate-profit

[cost-each] [gas-spent] [total-royalties] [quantity-of-assets]

Parameters

  1. cost-each (required)- Cost of each asset in ETH

  2. gas-spent (required) - Gas spent in the txn of the asset(s) in ETH

  3. total-royalties (required) - The total sum of royalties and/or fees

  4. quantity-of-assets (required) - Quantity of assets bought

Example

/calculate-profit cost-each: 0.11 gas-spent: 0.01 total-royaylties 8.5 quantity-of-assets 3

Last updated