Card: Buy an 18 Dec Token With X% of USDC
0x484428507A212cA56D71baa27Ca6089a6dB63a88

Actions · 19

  • Get token balance
    Get balance of held by
    Reads a token balance held by an address, native or ERC-20.
  • Calculate proportional value
    Calculate of
    Calculates a proportion of a value using percent, basis points, WAD, or RAY units.
  • Get price
    Get price of in
    Reads the latest Chainlink price of a base asset in a quote asset, normalized to 18 decimals.
  • Get constant
    Get constant
    Holds a well-known constant as a named value: max uint256, WAD, RAY, basis points, one, or zero.
  • Calculate
    Calculate
    Applies a binary arithmetic operation to two values and returns the result.
  • Calculate proportional value
    Calculate of
    Calculates a proportion of a value using percent, basis points, WAD, or RAY units.
  • Get token balance
    Get balance of held by
    Reads a token balance held by an address, native or ERC-20.
  • Get address
    Get
    Holds an address as a named value that later steps reference.
  • Transfer tokens
    Transfer to
    Sends a token from the socket to another address, native or ERC-20.
  • Get solution
    Get solution
    Hands tokens already transferred to the solver over for routing, then verifies the outcome.
  • 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.
  • Get constant
    Get constant
    Holds a well-known constant as a named value: max uint256, WAD, RAY, basis points, one, or zero.
  • Calculate
    Calculate
    Applies a binary arithmetic operation to two values and returns the result.
  • Calculate
    Calculate
    Applies a binary arithmetic operation to two values and returns the result.
  • Multiply then divide
    Calculate times divided by rounded
    Multiplies two values and divides by a third in one step, rounding up or down.
  • Predicate
    Steers control flow by comparing two values: branch, loop, or require the condition holds.
  • End block
    End block
    Closes the innermost open block, whether a conditional branch or a loop.
  • Bubble
    Bubble
    Surfaces a value as an output of this plug.

Related plugs · 8