Proxy
Verified contract
Proxy
Active on
Ethereum with 228,665 txns
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
23 additional
variables
Balances ($14,036,259.72)
Native
Value
$5,427,636.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.577627K | $3,440.38 |
$5,427,636.48 | |
USDT | ERC-20 | 3.053508M | $0.999383 |
$3,051,623.76 | |
WBTC | ERC-20 | 24.047617 | $94,188.00 |
$2,264,996.95 | |
USDC | ERC-20 | 1.437118M | $0.998739 |
$1,435,305.5 | |
wstETH | ERC-20 | 168.545516 | $4,077.53 |
$687,249.4 | |
YieldETH | ERC-20 | 115.039492 | $3,648.80 |
$419,756.1 | |
icETH | ERC-20 | 46.904334 | $3,834.78 |
$179,867.8 | |
MATIC | ERC-20 | 215.716207K | $0.556559 |
$120,058.8 | |
WBNB | ERC-20 | 182.805618 | $643.56 |
$117,646.38 | |
UNI | ERC-20 | 5.675203K | $11.40 |
$64,697.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269074 | 14 minutes ago | | | 0.0045 | 0.00068589131 | |
| 21269053 | 19 minutes ago | | | 0.0016 | 0.00061921023 | |
| 21269042 | 21 minutes ago | | | 0.001 | 0.00051318875 | |
| 21269039 | 21 minutes ago | | | 0.001 | 0.00050018453 | |
| 21269036 | 22 minutes ago | | | 0.001 | 0.00047518826 | |
| 21269032 | 23 minutes ago | | | 0.001 | 0.00045330175 | |
| 21269027 | 24 minutes ago | | | 0.001 | 0.00065074995 | |
| 21269017 | 26 minutes ago | | | 0.145 | 0.00075293499 | |
| 21268999 | 29 minutes ago | | | 0 | 0.00098985140 | |
| 21268906 | an hour ago | | | 0.01 | 0.00051210120 |
ABI
ABI objects
Getter at block 21269143
PROXY_GOVERNANCE_TAG() view returns (string)
StarkEx.Proxy.2019.GovernorsInformation
UPGRADE_ACTIVATION_DELAY() view returns (uint256)
2419200
implementation() view returns (address _implementation)
0x29db022dbc824b78a0da699a77e3d177f08a1191
isNotFinalized() view returns (bool notFinal)
true
VERSION() view returns (string)
4.5.3-blc
Read-only
initialize(bytes) pure
proxyIsGovernor(address testGovernor) view returns (bool)
getSubContract(bytes4 selector) view returns (address)
handlingContractId(bytes4 selector) pure returns (string id)
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()
fallback()
fallback()
receive()
This contract contains no error objects.