BucketRateLimiter
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "BucketRateLimiter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BucketRateLimiter"
ABI
ABI objects
Getter at block 22752856
consumer() view returns (address)
0x0000000000000000000000000000000000000000
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
limit() view returns (uint64 capacity, uint64 remaining, uint64 lastRefill, uint64 refillRate)
(capacity=0, remaining=0, lastRefill=0, refillRate=0)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
Read-only
admins(address) view returns (bool)
pausers(address) view returns (bool)
State-modifying
Events initialize()
pauseContract()
renounceOwnership()
setCapacity(uint256 capacity)
setRefillRatePerSecond(uint256 refillRate)
transferOwnership(address newOwner)
unPauseContract()
updateAdmin(address admin, bool status)
updateConsumer(address _consumer)
updatePauser(address pauser, bool status)
updateRateLimit(address sender, address tokenIn, uint256 amountIn, uint256 amountOut)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
UpdatedAdmin(address indexed admin, bool status)
UpdatedPauser(address indexed pauser, bool status)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.