ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 3,521 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x3b8f…4ae4
3 additional
variables
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258366 | 6 days ago | | | 0 | 0.0010464508 | |
| 21258362 | 6 days ago | | | 0.003819462 | 0.0017220933 | |
| 21258325 | 6 days ago | | | 0 | 0.00091727342 | |
| 21258320 | 6 days ago | | | 0.0060550567 | 0.0023683386 | |
| 21258295 | 6 days ago | | | 0 | 0.0010253417 | |
| 21257087 | 6 days ago | | | 0 | 0.00087990462 | |
| 21257080 | 6 days ago | | | 0.0058255894 | 0.0022785861 | |
| 21232760 | 9 days ago | | | 0 | 0.00093953636 | |
| 21232755 | 9 days ago | | | 0.0058150417 | 0.0022744605 | |
| 21232617 | 9 days ago | | | 0 | 0.00091777172 |
ABI
ABI objects
Getter at block 21297876 proxiableUUID() view returns (bytes32)
claimPaused() view returns (bool)
false
depositPaused() view returns (bool)
false
elixirFee() view returns (uint256)
5
elixirGas() view returns (uint256)
400000
nextSpot() view returns (struct IRabbitManagerSpot)
(0x0000000000000000000000000000000000000000, 0x0000000000000000000000000000000000000000, 0, 0x, 0)
owner() view returns (address)
0xffc46fd5c5294b13ede83bb4659d416e77f8a60d
queueCount() view returns (uint128)
1430
queueUpTo() view returns (uint128)
1430
rabbit() view returns (address)
0x3b8f6d6970a24a58b52374c539297ae02a3c4ae4
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
withdrawPaused() view returns (bool)
false
Read-only
getUserActiveAmount(uint256 id, address user) view returns (uint256)
getUserFee(uint256 id, address user) view returns (uint256)
getUserPendingAmount(uint256 id, address user) view returns (uint256)
pools(uint256 id) view returns (address router, uint8 poolType, uint256 activeAmount, uint256 hardcap)
queue(uint128) view returns (address sender, address router, uint8 spotType, bytes transaction, uint8 state)
State-modifying
Events addPool(uint256 id, uint256 hardcap, address externalAccount)
claim(address user, uint256 id)
deposit(uint256 id, uint256 amount, address receiver) payable
initialize(address _rabbit)
pause(bool _depositPaused, bool _withdrawPaused, bool _claimPaused)
processSpot(struct IRabbitManagerSpot spot, bytes response)
renounceOwnership()
rescue(uint256 amount)
transferOwnership(address newOwner)
unqueue(uint128 spotId, bytes response)
updateGas(uint256 _newGas)
updatePoolHardcap(uint256 id, uint256 hardcap)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 id, uint256 amount) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Claim(address indexed user, uint256 indexed amount)
Deposit(address indexed router, address caller, address indexed receiver, uint256 indexed id, uint256 amount, uint256 shares)
GasUpdated(uint256 indexed newGas)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseUpdated(bool indexed depositPaused, bool indexed withdrawPaused, bool indexed claimPaused)
PoolAdded(uint256 indexed id, address indexed router, uint256 hardcap)
PoolHardcapUpdated(uint256 indexed id, uint256 indexed hardcap)
Queued(struct IRabbitManagerSpot spot, uint128 queueCount, uint128 queueUpTo)
Upgraded(address indexed implementation)
Withdraw(address indexed router, address indexed user, uint256 indexed amount)
constructor(address _logic, bytes _data)
fallback()
receive()
ClaimsPaused()
DepositsPaused()
FeeTooLow(uint256 value, uint256 fee)
FeeTransferFailed()
HardcapReached(uint256 hardcap, uint256 activeAmount, uint256 amount)
InsufficientActiveBalance(uint256 activeAmount, uint256 amount)
InvalidPool(uint256 id)
InvalidSpot(uint128 spotId, uint128 queueUpTo)
InvalidSpotType(struct IRabbitManagerSpot spot)
NotExternalAccount(address router, address externalAccount, address caller)
NotSelf()
WithdrawalsPaused()
ZeroAddress()