EeseeOnRampProxy
EeseeOnRampProxy
onRampImplementation
onRamp contract implementation.
UpdateOnRampImplementation
ChangedOnRampImplementation
InvalidOnRampImplementation
forward
Delegates coll to onRampImplementation.
updateOnRampImplementation
Updates onRamp implementation. Note: can only be called by ADMIN_ROLE.
Parameters
Inherited from EeseePausable
pause
Called by the PAUSER_ROLE to pause, triggers stopped state.
unpause
Called by the PAUSER_ROLE to unpause, returns to normal state.
Inherited from EeseeRoleHandler
Inherited from Pausable
paused
Returns true if the contract is paused, and false otherwise.
Paused
Emitted when the pause is triggered by account
.
Unpaused
Emitted when the pause is lifted by account
.
Last updated