For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Forward

Last updated