Estimating Fees
Learn more about estimating fees associated with Stargate transfers.
High level functions
quoteOFT
/// @notice Provides a quote for sending OFT to another chain.
/// @dev Implements the IOFT interface
/// @param _sendParam The parameters for the send operation
/// @return limit The information on OFT transfer limits
/// @return oftFeeDetails The details of OFT transaction cost or reward
/// @return receipt The OFT receipt information, indicating how many tokens would be sent and received
function quoteOFT(
SendParam calldata _sendParam
) external view returns (
OFTLimit memory limit,
OFTFeeDetail[] memory oftFeeDetails,
OFTReceipt memory receipt
)quoteSend
Lower level functions
quoteTaxi
quoteRideBus
Treasury fees and rewards
Reward
Last updated
