EeseeExpress
EeseeExpress
Squid Router extension that adds permit support and the ability to use ERC20 tokens from contract's balance.
AddressWithChain
TokenData
squid
Contract address for Squid Router.
InvalidConstructor
InvalidRecipient
callBridgeCall
Send tokens to another chain with Squid and call multicall on both chains. Note: The caller must either own those tokens, or have them transfered to this contract beforehand. !WARNING! Never send any tokens to this contract from an EOA, or by contract in a separate transaction or they will be lost. Only send funds to this contract if you spend them by calling callBridgeCall function in the same transaction.
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
.
Inherited from ERC2771Context
isTrustedForwarder
Last updated