ZkBridgeOracle
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "ZkBridgeOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ZkBridgeOracle"
ABI
ABI objects
Getter at block 21855711
feeBalance() view returns (uint256 balance)
0
getLzUlnLength() view returns (uint256)
0
layerZeroEndpoint() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
zkMptValidator() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
blockUpdaters(uint16) view returns (address)
chainPriceLookup(uint16, uint16) view returns (uint256)
feeManager(address) view returns (bool)
getFee(uint16 _dstChainId, uint16 _proofType, uint64, address) view returns (uint256 price)
getLzUln(uint256 _index) view returns (address)
hashLookup(uint16 _srcChainId, bytes32 _blockHash, bytes32 _blockData, address _userApplication) view returns (uint256 confirmation)
isSupportedUln(address _uln) view returns (bool)
supportedDstChain(uint16, uint16) view returns (bool)
State-modifying
Events addLzUln(address _lzUln)
assignJob(uint16 _dstChainId, uint16 _proofType, uint64 _outboundBlockConfirmation, address _userApplication) returns (uint256 price)
batchUpdateFpHash(uint16[] _sourceChainIds, bytes32[] _blockHashes, bytes[] zkMptProofs, address[] _userApplications)
batchUpdateMptHash(uint16[] _sourceChainIds, bytes32[] _blockHashes, bytes32[] _receiptHashes, address[] _userApplications)
disableSupportedDstChain(uint16 _proofType, uint16 _dstChainId)
enableSupportedDstChain(uint16 _proofType, uint16 _dstChainId)
initialize(address _layerZeroEndpoint)
removeFee(uint16 _dstChainId, uint16 _proofType)
removeLzUln(address _lzUln)
renounceOwnership()
setBlockUpdater(uint16 _sourceChainId, address _blockUpdater)
setFee(uint16 _dstChainId, uint16 _proofType, uint256 _price)
setFeeManager(address _feeManager, bool _flag)
setLayerZeroEndpoint(address _layerZeroEndpoint)
setMptFpFee(uint16[] _dstChainId, uint256[] _price)
setZKMptValidator(address _zkMptValidator)
transferOwnership(address newOwner)
updateFpHash(uint16 _sourceChainId, bytes32 _blockHash, bytes zkMptProof, address _userApplication)
updateMptHash(uint16 _sourceChainId, bytes32 _blockHash, bytes32 _receiptHash, address _userApplication)
withdrawFee(address _to, uint256 _amount)
DisableSupportedDstChain(uint16 _proofType, uint16 dstChainId)
EnableSupportedDstChain(uint16 _proofType, uint16 dstChainId)
Initialized(uint8 version)
ModBlockUpdater(uint16 sourceChainId, address oldBlockUpdater, address newBlockUpdater)
ModLayerZeroEndpoint(address oldLayerZeroEndpoint, address newLayerZeroEndpoint)
ModZKMptValidator(address oldZKMptValidator, address newZKMptValidator)
OracleNotified(uint16 dstChainId, uint16 proofType, uint256 blockConfirmations, address userApplication, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveFee(uint16 dstChainId, uint16 proofType)
SetFee(uint16 dstChainId, uint16 proofType, uint256 fee)
SetFeeManager(address feeManager, bool flag)
WithdrawFee(address receiver, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.