ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 7 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 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17531246 | a year ago | | | 0 | 0.00054440388 | |
| 17531245 | a year ago | | | 0 | 0.0035420767 | |
| 17531245 | a year ago | | | 0 | 0.0011572551 | |
| 17530444 | a year ago | | | 0 | 0.00086208814 | |
| 17530443 | a year ago | | | 0 | 0.00094661910 | |
| 17530301 | a year ago | | | 0 | 0.0014929675 | |
| 17530289 | a year ago | | | 0 | 0.0017351375 |
ABI
ABI objects
Getter at block 21224663 proxiableUUID() view returns (bytes32)
getAccessAdmin() view returns (address)
0xd0e3d379ab6e2bff8bf1ab26222db61367b7bd7b
getAccessManager() view returns (address)
0xe9d3e0e37d0eb4d3b2e87c056ec7449860ec397c
getConnectorsRouter() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd0e3d379ab6e2bff8bf1ab26222db61367b7bd7b
version() view returns (uint256)
2
Read-only
getAddress(bytes32 _id) view returns (address)
getIdFromPoolFactory(bytes32 _id) view returns (bytes32)
getIdFromVaultFactory(bytes32 _id) view returns (bytes32)
getPoolFactoryAddress(bytes32 _id) view returns (address)
getVaultFactoryAddress(bytes32 _id) view returns (address)
poolFactories(bytes32) view returns (bytes32)
vaultFactories(bytes32) view returns (bytes32)
State-modifying
Events addPoolFactory(bytes32 _id, address _add)
addVaultFactory(bytes32 _id, address _add)
initialize()
renounceOwnership()
setAccessAdmin(address _add)
setAccessManager(address _add)
setAddress(bytes32 _id, address _add)
setConnectorsRouter(address _add)
setPoolFactory(bytes32 _id, address _add)
setVaultFactory(bytes32 _id, address _add)
transferOwnership(address newOwner)
updateImplementation(bytes32 _id, address _logic, bytes _data)
updateProxy(bytes32 _id, address _logic)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AccessAdminUpdated(address indexed oldAddress, address indexed newAddress)
AccessManagerUpdated(address indexed oldAddress, address indexed newAddress)
AddressUpdated(bytes32 id, address indexed oldAddress, address indexed newAddress)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CollectionConnectorUpdated(address indexed oldAddress, address indexed newAddress)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolFactoryAdded(bytes32 id, address indexed newAddress)
PoolFactoryUpdated(bytes32 id, address indexed oldAddress, address indexed newAddress)
ProxyDeployed(bytes32 id, address indexed logic, address indexed proxy)
ProxyUpgraded(bytes32 id, address indexed newLogic, address indexed proxy)
RouterUpdated(address indexed oldAddress, address indexed newAddress)
Upgraded(address indexed implementation)
VaultFactoryAdded(bytes32 id, address indexed newAddress)
VaultFactoryUpdated(bytes32 id, address indexed oldAddress, address indexed newAddress)
constructor(address _logic, bytes _data)
fallback()
receive()
This contract contains no error objects.