This contract is being backfilled. You may encounter incomplete storage history.

VaultsRegistry

Verified contract

Active on Ethereum with 11 txns
Deployed by via 0x4f5a60fd at 18470079
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "VaultsRegistry"

0x32b3163bf3e4c1bcebed8a1d99cd7317f6171f073c705a290f9f678ff8735d0e
0x8eab5494769ee34c6e5c3330f1b67dce0a084a2df4891d49a66fa0dfd6bc2505
0x82d344bc0189028a8d65fcd0b0defb5ef1551523418cb10af607adfab4e418bc
0x48c43d83b042c90cb925b5df9a1a5f1adc7eb8677599e6e7be7139b4601a5f78
0x92154006c712f2b9329ae69ac99f6fa532581dd97d1df4f553b03b47465944c4
0x569b417524bfd306371c1be55ae094190fc176196c5fc69f7eeb74eb365168d1
0x60686dc4b102360902a738dc8706d6f1339bf46d4be3f3a1c29ef4ae28d05282
0x1b9f4e1b8eba1211aaaeed6522166a4436f854979151a3380b15d27824880ecb
0x5d1f582722e8c37ee962ad0fcd6b362d200d117f99a983d2f63e700a7671a1aa
0xa2009d6aa790633da72d9f358f80cdfd0b597d786519de36df406c7e17795e6e

Functions
Getter at block 20888501
owner(view returns (address)
0x144a98cb1cdbb23610501fe6108858d9b7d24934
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
factories(addressview returns (bool)
vaultImpls(addressview returns (bool)
vaults(addressview returns (bool)
State-modifying
acceptOwnership(
addFactory(address factory
addVault(address vault
addVaultImpl(address newImpl
initialize(address _owner
removeFactory(address factory
removeVaultImpl(address impl
renounceOwnership(
transferOwnership(address newOwner
Events
FactoryAdded(address indexed factory
FactoryRemoved(address indexed factory
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
VaultAdded(address indexed calleraddress indexed vault
VaultImplAdded(address indexed impl
VaultImplRemoved(address indexed impl
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessDenied(
AlreadyAdded(
AlreadyRemoved(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
ZeroAddress(