GraphProxyAdmin
Verified contract
Active on
Ethereum with 8 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 "GraphProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11465897 | 4 years ago | | | 0 | 0.0018004400 | |
| 11446794 | 4 years ago | | | 0 | 0.010084800 | |
| 11446791 | 4 years ago | | | 0 | 0.0073091400 | |
| 11446787 | 4 years ago | | | 0 | 0.010364520 | |
| 11446782 | 4 years ago | | | 0 | 0.0073347000 | |
| 11446777 | 4 years ago | | | 0 | 0.0087290400 | |
| 11446774 | 4 years ago | | | 0 | 0.0045722400 | |
| 11446768 | 4 years ago | | | 0 | 0.0071569200 |
ABI
ABI objects
Getter at block 21227245
governor() view returns (address)
0x48301fe520f72994d32ead72e2b6a8447873cf50
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getProxyAdmin(address _proxy) view returns (address)
getProxyImplementation(address _proxy) view returns (address)
getProxyPendingImplementation(address _proxy) view returns (address)
State-modifying
Events acceptOwnership()
acceptProxy(address _implementation, address _proxy)
acceptProxyAndCall(address _implementation, address _proxy, bytes _data)
changeProxyAdmin(address _proxy, address _newAdmin)
transferOwnership(address _newGovernor)
upgrade(address _proxy, address _implementation)
NewOwnership(address indexed from, address indexed to)
NewPendingOwnership(address indexed from, address indexed to)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.