BaseOmnichainControllerDest
BaseOmnichainControllerDest
Solidity API
maxDailyReceiveLimit
Maximum daily limit for receiving commands from Binance chain
uint256 maxDailyReceiveLimitlast24HourCommandsReceived
Total received commands within the last 24-hour window from Binance chain
uint256 last24HourCommandsReceivedlast24HourReceiveWindowStart
Timestamp when the last 24-hour window started from Binance chain
uint256 last24HourReceiveWindowStartsetMaxDailyReceiveLimit
Sets the maximum daily limit for receiving commands
function setMaxDailyReceiveLimit(uint256 limit_) externalParameters
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
function pause() external⛔️ Access Requirements
Only owner
unpause
Triggers the resume state of the controller
function unpause() external⛔️ Access Requirements
Only owner
renounceOwnership
Empty implementation of renounce ownership to avoid any mishappening
function renounceOwnership() publicLast updated