UManager
State Variables
period
uint16 public period;allowedCallsPerPeriod
uint16 public allowedCallsPerPeriod;callCountPerPeriod
mapping(uint256 => uint256) public callCountPerPeriod;manager
boringVault
Functions
enforceRateLimit
constructor
setPeriod
setAllowedCallsPerPeriod
revokeTokenApproval
Events
PeriodUpdated
AllowedCallsPeriodUpdated
Errors
UManager__CallCountExceeded
Was this helpful?