EeseeOffRampAxelar

EeseeOffRampAxelar

EXECUTE_SUCCESS

bytes32 EXECUTE_SUCCESS

executeWithInterchainToken

function executeWithInterchainToken(bytes32, string, bytes, bytes, bytes32, address, uint256) external returns (bytes32)

Whenever this contract receives Axelar message, transfers all ESE in balance to recipient. Note that this function does not have means of access control, meaning anyone can call it.

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