ZkSync
Verified contract
Implementation
Active on
Ethereum with 157 txns
Storage
Map
Table
Raw
Constants and immutables
76
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($4,721.31)
Native
Value
$4,721.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.472273 | $3,206.82 |
$4,721.31 | |
HQG | ERC-20 | 1.2 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17656535 | a year ago | | | 0.0001 | 0.00086374500 | |
| 17501091 | a year ago | | | 0.0001 | 0.00086374500 | |
| 17016740 | 2 years ago | | | 0.005 | 0.00046166697 | |
| 17011087 | 2 years ago | | | 0.000001 | 0.0013489855 | |
| 17004465 | 2 years ago | | | 0.0001 | 0.0012793076 | |
| 16941435 | 2 years ago | | | 0.002 | 0.0031801718 | |
| 16923535 | 2 years ago | | | 0.005 | 0.0031984833 | |
| 16921268 | 2 years ago | | | 0.0001 | 0.0019514279 | |
| 16907642 | 2 years ago | | | 0.0000002 | 0.00084231652 | |
| 16907629 | 2 years ago | | | 0.00002 | 0.00083549832 |
ABI
ABI objects
Getter at block 21158239
exodusMode() view returns (bool)
true
firstPriorityRequestId() view returns (uint64)
0
getNoticePeriod() pure returns (uint256)
0
isReadyForUpgrade() pure returns (bool)
true
totalBlocksCommitted() view returns (uint32)
0
totalBlocksExecuted() view returns (uint32)
0
totalBlocksProven() view returns (uint32)
0
totalOpenPriorityRequests() view returns (uint64)
154
Read-only
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 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.