Proxy
Verified contract
Proxy
Active on
Ethereum with 432 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
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 "Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13802113 | 3 years ago | | | 0 | 0.0038670234 | |
| 13801977 | 3 years ago | | | 0 | 0.14863470 | |
| 13801896 | 3 years ago | | | 0 | 0.16605656 | |
| 13801294 | 3 years ago | | | 0 | 0.17017800 | |
| 13799844 | 3 years ago | | | 0 | 0.21652740 | |
| 13798444 | 3 years ago | | | 0 | 0.22287034 | |
| 13794912 | 3 years ago | | | 0 | 0.12966513 | |
| 13792930 | 3 years ago | | | 0 | 0.15097603 | |
| 13791278 | 3 years ago | | | 0 | 0.14135593 | |
| 13787967 | 3 years ago | | | 0 | 0.10431894 |
ABI
ABI objects
Getter at block 21318473
PROXY_GOVERNANCE_TAG() view returns (string)
StarkEx.Proxy.2019.GovernorsInformation
PROXY_VERSION() view returns (string)
3.0.0
UPGRADE_DELAY_SLOT() view returns (bytes32)
0xc21dbb3089fcb2c4f4c6a67854ab4db2b0f233ea4b21b21f912d52d18fc5db1f
getUpgradeActivationDelay() view returns (uint256 delay)
2419200
implementation() view returns (address _implementation)
0xd4c4044aca68ebbcb81b13cc2699e1bca2d3f458
isNotFinalized() view returns (bool notFinal)
true
CALL_PROXY_VERSION() view returns (string)
3.1.0
UPGRADE_DELAY_SLOT() view returns (bytes32)
0xc21dbb3089fcb2c4f4c6a67854ab4db2b0f233ea4b21b21f912d52d18fc5db1f
callProxyImplementation() view returns (address _implementation)
0xa739b175325cca7b71fcb51c3032935ef7ac338f
isFrozen() pure returns (bool)
false
Read-only
initialize(bytes) pure
proxyIsGovernor(address testGovernor) view returns (bool)
isValid(bytes32 fact) view returns (bool)
State-modifying
Events addImplementation(address newImplementation, bytes data, bool finalize)
proxyAcceptGovernance()
proxyCancelNomination()
proxyNominateNewGovernor(address newGovernor)
proxyRemoveGovernor(address governorForRemoval)
removeImplementation(address removedImplementation, bytes data, bool finalize)
upgradeTo(address newImplementation, bytes data, bool finalize) payable
initialize(bytes data)
FinalizedImplementation(address indexed implementation)
ImplementationAdded(address indexed implementation, bytes initializer, bool finalize)
ImplementationRemoved(address indexed implementation, bytes initializer, bool finalize)
ImplementationUpgraded(address indexed implementation, bytes initializer)
LogNewGovernorAccepted(address acceptedGovernor)
LogNominatedGovernor(address nominatedGovernor)
LogNominationCancelled()
LogRemovedGovernor(address removedGovernor)
constructor(uint256 upgradeActivationDelay)
fallback()
fallback()
receive()
receive()
This contract contains no error objects.