Proxy
Verified contract
Proxy
Active on
Ethereum with 47,205 txns
Unified storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 1 additional slot
Balances ($0.22)
Native
Value
$0.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000071 | $3,099.61 |
$0.22 | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19434012 | 8 months ago | | | 0 | 0.0065495286 | |
| 19433994 | 8 months ago | | | 0 | 0.0055579513 | |
| 19433993 | 8 months ago | | | 0 | 0.0055133051 | |
| 19433741 | 8 months ago | | | 0 | 0.0056954006 | |
| 19433364 | 8 months ago | | | 0 | 0.0042953312 | |
| 19433363 | 8 months ago | | | 0 | 0.0042624316 | |
| 19433362 | 8 months ago | | | 0 | 0.0041611077 | |
| 19433187 | 8 months ago | | | 0 | 0.0036918357 | |
| 19433184 | 8 months ago | | | 0 | 0.0040398808 | |
| 19433183 | 8 months ago | | | 0 | 0.0035915318 |
ABI
ABI objects
Getter at block 21226076
MAX_UPGRADE_DELAY() view returns (uint256)
15552000
PROXY_GOVERNANCE_TAG() view returns (string)
StarkEx.Proxy.2019.GovernorsInformation
PROXY_VERSION() view returns (string)
3.0.2
UPGRADE_DELAY_SLOT() view returns (bytes32)
0xc21dbb3089fcb2c4f4c6a67854ab4db2b0f233ea4b21b21f912d52d18fc5db1f
getUpgradeActivationDelay() view returns (uint256 delay)
0
implementation() view returns (address _implementation)
0x47103a9b801eb6a63555897d399e4b7c1c8eb5bc
isNotFinalized() view returns (bool notFinal)
true
aggregatorProgramHash() view returns (uint256)
1161178844461337253856226043908368523817098764221830529880464854589141231910
configHash() view returns (uint256)
2741190170141984203224468507008497105532196084369172236871397222510074358631
getMaxL1MsgFee() pure returns (uint256)
1000000000000000000
identify() pure returns (string)
StarkWare_Starknet_2024_9
isFinalized() view returns (bool)
false
isFrozen() view returns (bool)
false
l1ToL2MessageNonce() view returns (uint256)
2274
messageCancellationDelay() view returns (uint256)
432000
programHash() view returns (uint256)
853638403225561750106379562222782223909906501242604214771127703946595519856
stateBlockHash() view returns (uint256)
960173928696530556292176785729056374563519123350519783063340635781029766059
stateBlockNumber() view returns (int256)
141545
stateRoot() view returns (uint256)
1914553792362041346853304855499781535397023997857703038727927336216115405777
Read-only
initialize(bytes) pure
proxyIsGovernor(address user) view returns (bool)
isOperator(address user) view returns (bool)
l1ToL2MessageCancellations(bytes32 msgHash) view returns (uint256)
l1ToL2Messages(bytes32 msgHash) view returns (uint256)
l2ToL1Messages(bytes32 msgHash) view returns (uint256)
starknetIsGovernor(address user) 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
cancelL1ToL2Message(uint256 toAddress, uint256 selector, uint256[] payload, uint256 nonce) returns (bytes32)
consumeMessageFromL2(uint256 fromAddress, uint256[] payload) returns (bytes32)
finalize()
initialize(bytes data)
registerOperator(address newOperator)
sendMessageToL2(uint256 toAddress, uint256 selector, uint256[] payload) payable returns (bytes32, uint256)
setAggregatorProgramHash(uint256 newAggregatorProgramHash)
setConfigHash(uint256 newConfigHash)
setMessageCancellationDelay(uint256 delayInSeconds)
setProgramHash(uint256 newProgramHash)
starknetAcceptGovernance()
starknetCancelNomination()
starknetNominateNewGovernor(address newGovernor)
starknetRemoveGovernor(address governorForRemoval)
startL1ToL2MessageCancellation(uint256 toAddress, uint256 selector, uint256[] payload, uint256 nonce) returns (bytes32)
unregisterOperator(address removedOperator)
updateState(uint256[] programOutput, uint256 onchainDataHash, uint256 onchainDataSize)
updateStateKzgDA(uint256[] programOutput, bytes[] kzgProofs)
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)
AggregatorProgramHashChanged(address indexed changedBy, uint256 oldAggregatorProgramHash, uint256 newAggregatorProgramHash)
ConfigHashChanged(address indexed changedBy, uint256 oldConfigHash, uint256 newConfigHash)
ConsumedMessageToL1(uint256 indexed fromAddress, address indexed toAddress, uint256[] payload)
ConsumedMessageToL2(address indexed fromAddress, uint256 indexed toAddress, uint256 indexed selector, uint256[] payload, uint256 nonce)
Finalized()
LogMessageToL1(uint256 indexed fromAddress, address indexed toAddress, uint256[] payload)
LogMessageToL2(address indexed fromAddress, uint256 indexed toAddress, uint256 indexed selector, uint256[] payload, uint256 nonce, uint256 fee)
LogNewGovernorAccepted(address acceptedGovernor)
LogNominatedGovernor(address nominatedGovernor)
LogNominationCancelled()
LogOperatorAdded(address operator)
LogOperatorRemoved(address operator)
LogRemovedGovernor(address removedGovernor)
LogStateTransitionFact(bytes32 stateTransitionFact)
LogStateUpdate(uint256 globalRoot, int256 blockNumber, uint256 blockHash)
MessageToL2Canceled(address indexed fromAddress, uint256 indexed toAddress, uint256 indexed selector, uint256[] payload, uint256 nonce)
MessageToL2CancellationStarted(address indexed fromAddress, uint256 indexed toAddress, uint256 indexed selector, uint256[] payload, uint256 nonce)
ProgramHashChanged(address indexed changedBy, uint256 oldProgramHash, uint256 newProgramHash)
constructor(uint256 upgradeActivationDelay)
fallback()
receive()
This contract contains no error objects.