Plug
Enter App
Posts
Protocols
Docs
Value to Token Amount
Value to Token Amount
0x4844
28507A212cA56D71baa27Ca6089a6dB6
3a88
Actions · 4
Get
price
of
token
token
in
aave_market
aave_market
Reads the price the market's own oracle assigns to an asset.
Reads the price the market's own oracle assigns to an asset.
Calculate
value
value
divided by
divided by
price
price
Applies a binary arithmetic operation to two values and returns the result.
Applies a binary arithmetic operation to two values and returns the result.
Set
token_amount
token_amount
to
calculation
calculation
Assigns a value to a named variable that later steps reference.
Assigns a value to a named variable that later steps reference.
Bubble
token_amount
token_amount
Surfaces a value as an output of this plug.
Surfaces a value as an output of this plug.
Related plugs · 8
Token
standard:token
address
Aave Market
standard:market
address
Value
format:any
uint256
Use in App
Back