EeseeOnRampImplementationCCIP
EeseeOnRampImplementationCCIP
gasLimit
Gas Limit used in CCIP call.
CantReceiveMessages
InvalidGasLimit
initialize
Initialize onRamp with provided data. Data is abi-encoded (uint256 gasLimit, tuple(bytes,address) offRamp). Note: Proxies using this implementation should implement access control for this function.
supportsInterface
See {IERC165-supportsInterface}.
Inherited from CCIPCaller
ccipReceive
Called by the Router to deliver a message. If this reverts, any token transfers also revert. The message will move to a FAILED state and become available for manual execution.
Note ensure you check the msg.sender is the OffRampRouter
Parameters
Inherited from ICallerBase
CrosschainSend
CrosschainReceive
Inherited from EeseeOnRampImplementationBase
forward
Forwards ESE balance from this contract to {offRamp}.
Inherited from IEeseeOnRampImplementation
ESE
offRamp
Forward
Last updated