Proxy
Verified contract
Proxy
Active on
Ethereum
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5290…d06d
0x3446…af01
8 additional
variables
Balances ($61,412,254.34)
Native
Value
$48,670,160.48
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 14.716514K | $3,307.18 |
$48,670,160.48 | |
USDC | ERC-20 | 4.876014M | $0.997734 |
$4,864,965.06 | |
USDT | ERC-20 | 3.07196M | $0.996595 |
$3,061,500.07 | |
DAI | ERC-20 | 1.884558M | $0.997407 |
$1,879,671.37 | |
WBTC | ERC-20 | 5.797097 | $92,045.00 |
$533,593.8 | |
wstETH | ERC-20 | 118.643578 | $3,943.43 |
$467,862.65 | |
icETH | ERC-20 | 101.700546 | $3,834.78 |
$389,999.22 | |
WETH | ERC-20 | 79.113747 | $3,314.04 |
$262,186.12 | |
STORJ | ERC-20 | 341.202764K | $0.574503 |
$196,022.01 | |
SOL | ERC-20 | 522.270263 | $231.27 |
$120,785.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271454 | 13 minutes ago | | | 0 | 0.0018541089 | |
| 21270591 | 3 hours ago | | | 0 | 0.0013477397 | |
| 21270489 | 3 hours ago | | | 0 | 0.0050705248 | |
| 21270287 | 4 hours ago | | | 0 | 0.0013161501 | |
| 21269434 | 7 hours ago | | | 0 | 0.0011101606 | |
| 21269311 | 7 hours ago | | | 0 | 0.0030294792 | |
| 21269136 | 8 hours ago | | | 0 | 0.00095665708 | |
| 21268440 | 10 hours ago | | | 0 | 0.0015690557 | |
| 21268440 | 10 hours ago | | | 0 | 0.0049097438 | |
| 21268378 | 11 hours ago | | | 0 | 0.0020820405 |
ABI
ABI objects
Getter at block 21271515
getMaster() view returns (address master)
0x38a43f4330f24fe920f943409709fc9a6084c939
getTarget() view returns (address target)
0x8e972b354e6933275513c355ee14d44a832ad2d9
exodusMode() view returns (bool)
false
firstPriorityRequestId() view returns (uint64)
1754971
getNoticePeriod() pure returns (uint256)
0
isReadyForUpgrade() pure returns (bool)
true
totalBlocksCommitted() view returns (uint32)
448307
totalBlocksExecuted() view returns (uint32)
448306
totalBlocksProven() view returns (uint32)
448306
totalOpenPriorityRequests() view returns (uint64)
0
Read-only
initialize(bytes) pure
upgrade(bytes) pure
authFacts(address, uint32) view returns (bytes32)
authFactsResetTimer(address, uint32) view returns (uint256)
getPendingBalance(address _address, address _token) view returns (uint128)
storedBlockHashes(uint32) view returns (bytes32)
State-modifying
Events getNoticePeriod() returns (uint256)
isReadyForUpgrade() returns (bool)
transferMastership(address _newMaster)
upgradeCanceled()
upgradeFinishes()
upgradeNoticePeriodStarted()
upgradePreparationStarted()
upgradeTarget(address newTarget, bytes newTargetUpgradeParameters)
activateExodusMode() returns (bool)
cancelOutstandingDepositsForExodusMode(uint64 _n, bytes[] _depositsPubdata)
commitBlocks(struct StorageStoredBlockInfo _lastCommittedBlockData, struct ZkSyncCommitBlockInfo[] _newBlocksData)
cutUpgradeNoticePeriod(bytes32 targetsHash)
cutUpgradeNoticePeriodBySignature(bytes[] signatures)
depositERC20(address _token, uint104 _amount, address _zkSyncAddress)
depositETH(address _zkSyncAddress) payable
executeBlocks(struct ZkSyncExecuteBlockInfo[] _blocksData)
initialize(bytes initializationParameters)
performExodus(struct StorageStoredBlockInfo _storedBlockInfo, address _owner, uint32 _accountId, uint32 _tokenId, uint128 _amount, uint32 _nftCreatorAccountId, address _nftCreatorAddress, uint32 _nftSerialId, bytes32 _nftContentHash, uint256[] _proof)
proveBlocks(struct StorageStoredBlockInfo[] _committedBlocks, struct ZkSyncProofInput _proof)
requestFullExit(uint32 _accountId, address _token)
requestFullExitNFT(uint32 _accountId, uint32 _tokenId)
revertBlocks(struct StorageStoredBlockInfo[] _blocksToRevert)
setAuthPubkeyHash(bytes _pubkeyHash, uint32 _nonce)
transferERC20(address _token, address _to, uint128 _amount, uint128 _maxAmount) returns (uint128 withdrawnAmount)
upgrade(bytes upgradeParameters)
upgradeCanceled()
upgradeFinishes()
upgradeNoticePeriodStarted()
upgradePreparationStarted()
withdrawPendingBalance(address _owner, address _token, uint128 _amount)
withdrawPendingNFTBalance(uint32 _tokenId)
ApproveCutUpgradeNoticePeriod(address indexed addr)
BlockCommit(uint32 indexed blockNumber)
BlockVerification(uint32 indexed blockNumber)
BlocksRevert(uint32 totalBlocksVerified, uint32 totalBlocksCommitted)
Deposit(uint16 indexed tokenId, uint128 amount)
DepositCommit(uint32 indexed zkSyncBlockId, uint32 indexed accountId, address owner, uint16 indexed tokenId, uint128 amount)
ExodusMode()
FactAuth(address indexed sender, uint32 nonce, bytes fact)
FullExitCommit(uint32 indexed zkSyncBlockId, uint32 indexed accountId, address owner, uint16 indexed tokenId, uint128 amount)
NewPriorityRequest(address sender, uint64 serialId, uint8 opType, bytes pubData, uint256 expirationBlock)
NoticePeriodChange(uint256 newNoticePeriod)
Withdrawal(address indexed owner, uint16 indexed tokenId, uint128 amount)
WithdrawalNFT(uint32 indexed tokenId)
WithdrawalNFTPending(uint32 indexed tokenId)
WithdrawalPending(uint16 indexed tokenId, address indexed recipient, uint128 amount, uint8 withdrawalType)
constructor(address target, bytes targetInitializationParameters)
fallback()
This contract contains no error objects.