Plug
Enter App
Posts
Protocols
Docs
Check Required Amount
Check Required Amount
0x4844
28507A212cA56D71baa27Ca6089a6dB6
3a88
Actions · 5
Calculate
needed_amount
needed_amount
times
times
multiplier_definition
multiplier_definition
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
required_amount
required_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.
Use
Morpho: Check Minimum Threshold
Morpho: Check Minimum Threshold
where
value
is
available_amount
available_amount
minimum_definition
is
required_amount
required_amount
Composes another plug inside this one.
Composes another plug inside this one.
Set
meets_required_amount
meets_required_amount
to
meets_minimum
meets_minimum
Assigns a value to a named variable that later steps reference.
Assigns a value to a named variable that later steps reference.
Bubble
meets_required_amount
meets_required_amount
Surfaces a value as an output of this plug.
Surfaces a value as an output of this plug.
Related plugs · 8
Available Amount
*
Needed Amount
format:any
uint256
Multiplier Definition
format:any
uint256
Use in App
Back