EeseeOffRampCCIP
EeseeOffRampCCIP
ccipReceive
function ccipReceive(struct Client.Any2EVMMessage) external
Whenever this contract receives CCIP message, transfers all ESE in balance to recipient. Note that this function does not have means of access control, meaning anyone can call it.
supportsInterface
function supportsInterface(bytes4 interfaceId) public view returns (bool)
See {IERC165-supportsInterface}.
Inherited from EeseeOffRampBase
Inherited from IEeseeOffRamp
ESE
function ESE() external view returns (contract IERC20)
recipient
function recipient() external view returns (address)
Forward
event Forward(uint256 amount)
Last updated