GasFeePricing
Methods
decodeOptions
Parameters
_options
bytes
undefined
Returns
_0
uint16
undefined
_1
uint256
undefined
_2
uint256
undefined
_3
bytes32
undefined
dstGasPriceInWei
Parameters
_0
uint256
undefined
Returns
_0
uint256
undefined
dstGasTokenRatio
Parameters
_0
uint256
undefined
Returns
_0
uint256
undefined
encodeOptions
Parameters
txType
uint16
undefined
gasLimit
uint256
undefined
Returns
_0
bytes
undefined
encodeOptions
Parameters
txType
uint16
undefined
gasLimit
uint256
undefined
dstNativeAmt
uint256
undefined
dstAddress
bytes32
undefined
Returns
_0
bytes
undefined
estimateGasFee
Returns srcGasToken fee to charge in wei for the cross-chain message based on the gas limit
Parameters
_dstChainId
uint256
undefined
_options
bytes
Versioned struct used to instruct relayer on how to proceed with gas limits. Contains data on gas limit to submit tx with.
Returns
_0
uint256
undefined
owner
Returns the address of the current owner.
Returns
_0
address
undefined
renounceOwnership
Leaves the contract without owner. It will not be possible to call onlyOwner
functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.
setCostPerChain
Permissioned method to allow an off-chain party to set what each dstChain's gas cost is priced in the srcChain's native gas currency. Example: call on ETH, setCostPerChain(43114, 30000000000, 25180000000000000) chain ID 43114 Average of 30 gwei cost to transaction on 43114 AVAX/ETH = 0.02518, scaled to gas in wei = 25180000000000000
Parameters
_dstChainId
uint256
The destination chain ID - typically, standard EVM chain ID, but differs on nonEVM chains
_gasUnitPrice
uint256
The estimated current gas price in wei of the destination chain
_gasTokenPriceRatio
uint256
USD gas ratio of dstGasToken / srcGasToken
transferOwnership
Transfers ownership of the contract to a new account (newOwner
). Can only be called by the current owner.
Parameters
newOwner
address
undefined
Events
OwnershipTransferred
Parameters
previousOwner indexed
address
undefined
newOwner indexed
address
undefined
Last updated