Get Holding Value
0x484428507A212cA56D71baa27Ca6089a6dB63a88

What this does

This plug reads a token balance held by a given wallet and multiplies it by a supplied price to return the holding's value. It asks the caller for the token, the holder_wallet whose balance is read, and the price applied to that balance. It fires on demand whenever the caller executes it with those three parameters. Computing this by hand or against a stale price returns a valuation that no longer matches the wallet's current holding.

Actions · 4

  • Get token balance
    Get balance of held by
    Reads a token balance held by an address, native or ERC-20.
  • Calculate
    Calculate
    Applies a binary arithmetic operation to two values and returns the result.
  • Set
    Set to
    Assigns a value to a named variable that later steps reference.
  • Bubble
    Bubble
    Surfaces a value as an output of this plug.

Related plugs · 8