YieldRegistry
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 1 additional slot
-
variable spans 45 additional slots
Balances ($0.00)
No balances found for "YieldRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "YieldRegistry"
ABI
ABI objects
Getter at block 21223962
addressProvider() view returns (address)
0x0000000000000000000000000000000000000000
getAllYieldManagers() view returns (address[])
[]
paused() view returns (bool)
false
yieldAccountImplementation() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
existYieldManager(address _manager) view returns (bool)
State-modifying
Events addYieldManager(address _manager)
createYieldAccount(address _manager) returns (address)
initialize(address addressProvider_)
removeYieldManager(address _manager)
rescue(address yieldAccount, address target, bytes data)
setYieldAccountImplementation(address _implementation)
AddYieldManager(address indexed manager)
CreateYieldAccount(address indexed account, address indexed manager)
Initialized(uint8 version)
Paused(address account)
RemoveYieldManager(address indexed manager)
RescueYieldAccount(address indexed account, address indexed target, bytes data)
SetYieldAccountImplementation(address indexed implementation)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.