EeseeOnRampImplementationTransfer
EeseeOnRampImplementationTransfer
InvalidChainSelector
error InvalidChainSelector()
InvalidMsgValue
error InvalidMsgValue()
initialize
function initialize(bytes data) public
Initialize onRamp with provided data. Data is abi-encoded tuple(0x,address) offRamp. Note: Proxies using this implementation should implement access control for this function.
Inherited from EeseeOnRampImplementationBase
forward
function forward(bytes data) external payable
Forwards ESE balance from this contract to {offRamp}.
Inherited from IEeseeOnRampImplementation
ESE
function ESE() external view returns (contract IERC20)
offRamp
function offRamp() external view returns (bytes chainSelector, address _address)
Forward
event Forward(struct AddressWithChain destination, uint256 amount)
Last updated