ProxyManagerAccessControl
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ProxyManagerAccessControl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11897205 | 4 years ago | | | 0 | 0.0058944510 | |
| 11897161 | 4 years ago | | | 0 | 0.0087365040 |
ABI
ABI objects
Getter at block 21310675
owner() view returns (address)
0x78a3ef33cf033381feb43ba4212f2af5a5a0a2ea
proxyManager() view returns (address)
0xd23dedc599bd56767e42d48484d6ca96ab01c115
Read-only
hasAdminAccess(address) view returns (bool)
State-modifying
Events approveDeployer(address deployer)
createManyToOneProxyRelationship(bytes32 implementationID, address implementation)
deployProxyManyToOne(bytes32 implementationID, bytes32 suppliedSalt) returns (address proxyAddress)
deployProxyOneToOne(bytes32 suppliedSalt, address implementation) returns (address)
grantAdminAccess(address admin)
lockImplementationManyToOne(bytes32 implementationID)
lockImplementationOneToOne(address proxyAddress)
renounceOwnership()
revokeAdminAccess(address admin)
revokeDeployerApproval(address deployer)
setImplementationAddressManyToOne(bytes32 implementationID, address implementation)
setImplementationAddressOneToOne(address proxyAddress, address implementation)
transferManagerOwnership(address newOwner)
transferOwnership(address newOwner)
AdminAccessGranted(address newAdmin)
AdminAccessRevoked(address newAdmin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address proxyManager_)
This contract contains no fallback and receive objects.
This contract contains no error objects.