DestinationVaultRegistry
Verified contract
Active on
Ethereum with 1 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "DestinationVaultRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20638426 | 3 months ago | | | 0 | 0.000050248650 |
ABI
ABI objects
Getter at block 21269140 listVaults() view returns (address[])
accessController() view returns (address)
0x37767cbff88cb623e9404e959560984f7d742df6
factory() view returns (address)
0x37de6f9d23d26dfbcb6dbee86dc7ca538c0ff124
getSystemRegistry() view returns (address)
0x2218f90a98b0c070676f249ef44834686daa4285
Read-only
isRegistered(address destinationVault) view returns (bool)
verifyIsRegistered(address destinationVault) view
State-modifying
Events register(address newDestinationVault)
setVaultFactory(address newAddress)
DestinationVaultRegistered(address vaultAddress, address caller)
FactorySet(address newFactory)
constructor(address _systemRegistry)
This contract contains no fallback and receive objects.
AccessDenied()
AlreadyRegistered(address vaultAddress)
NotRegistered()
OnlyFactory()
SystemMismatch(address source1, address source2)
UndefinedAddress()
ZeroAddress(string paramName)