Proxy
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
20 additional
variables
Balances ($107,131,574.77)
Native
Value
$19,499,083.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.896752K | $3,306.75 |
$19,499,083.18 | |
IMX | ERC-20 | 51.970162M | $1.34 |
$69,640,016.7 | |
OMI | ERC-20 | 15.11668B | $0.000334 |
$5,049,273.39 | |
sILV2 | ERC-20 | 102.613238K | $49.14 |
$5,042,414.52 | |
GODS | ERC-20 | 20.917099M | $0.215445 |
$4,506,484.49 | |
ILV | ERC-20 | 33.443408K | $42.28 |
$1,413,987.29 | |
CTA | ERC-20 | 26.703833M | $0.029436 |
$786,043.88 | |
USDC | ERC-20 | 712.531015K | $1.001 |
$713,243.55 | |
GOG | ERC-20 | 11.780971M | $0.039144 |
$461,156.93 | |
VCORE | ERC-20 | 22.000216M | $0.000498 |
$10,962.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243648 | 32 minutes ago | | | 0.00655 | 0.0015959677 | |
| 21243638 | 34 minutes ago | | | 0.1 | 0.0015923705 | |
| 21243628 | 36 minutes ago | | | 0 | 0.0020125977 | |
| 21243552 | an hour ago | | | 0 | 0.0023663696 | |
| 21243537 | an hour ago | | | 0.0065 | 0.0014729927 | |
| 21243500 | an hour ago | | | 0 | 0.0015876748 | |
| 21243489 | an hour ago | | | 0.045 | 0.0011989541 | |
| 21243487 | an hour ago | | | 0 | 0.00084331548 | |
| 21243483 | an hour ago | | | 0 | 0.0014279837 | |
| 21243479 | an hour ago | | | 0 | 0.00098491950 |
ABI
ABI objects
Getter at block 21243807
PROXY_GOVERNANCE_TAG() view returns (string)
StarkEx.Proxy.2019.GovernorsInformation
UPGRADE_DELAY_SLOT() view returns (bytes32)
0xc21dbb3089fcb2c4f4c6a67854ab4db2b0f233ea4b21b21f912d52d18fc5db1f
getUpgradeActivationDelay() view returns (uint256 delay)
1209600
implementation() view returns (address _implementation)
0x4edd62189732e9ff476aba880b48c29432a7ac9b
isNotFinalized() view returns (bool notFinal)
true
VERSION() view returns (string)
4.0.1
Read-only
initialize(bytes) pure
proxyIsGovernor(address testGovernor) view returns (bool)
State-modifying
Events addImplementation(address newImplementation, bytes data, bool finalize)
proxyAcceptGovernance()
proxyCancelNomination()
proxyNominateNewGovernor(address newGovernor)
proxyRemoveGovernor(address governorForRemoval)
removeImplementation(address newImplementation)
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)
LogNewGovernorAccepted(address acceptedGovernor)
LogNominatedGovernor(address nominatedGovernor)
LogNominationCancelled()
LogRemovedGovernor(address removedGovernor)
Upgraded(address indexed implementation)
constructor(uint256 upgradeActivationDelay)
fallback()
fallback()
receive()
This contract contains no error objects.