BaseOmnichainControllerDest
BaseOmnichainControllerDest
Solidity API
maxDailyReceiveLimit
Maximum daily limit for receiving commands from Binance chain
last24HourCommandsReceived
Total received commands within the last 24-hour window from Binance chain
last24HourReceiveWindowStart
Timestamp when the last 24-hour window started from Binance chain
setMaxDailyReceiveLimit
Sets the maximum daily limit for receiving commands
Parameters
Name
Type
Description
limit_
uint256
Number of commands
📅 Events
Emits SetMaxDailyReceiveLimit with old and new limit
⛔️ Access Requirements
Only Owner
pause
Triggers the paused state of the controller
⛔️ Access Requirements
Only owner
unpause
Triggers the resume state of the controller
⛔️ Access Requirements
Only owner
renounceOwnership
Empty implementation of renounce ownership to avoid any mishappening
Last updated