TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 2,922 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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
0x2768…3e14
0x38c9…ed4b
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21279408 | 23 minutes ago | | | 0 | 0.00049807757 | |
| 21279365 | 32 minutes ago | | | 0 | 0.00048007492 | |
| 21279325 | 40 minutes ago | | | 0 | 0.0026124561 | |
| 21279308 | 43 minutes ago | | | 0 | 0.00053286322 | |
| 21279258 | an hour ago | | | 0 | 0.00055174096 | |
| 21278733 | 3 hours ago | | | 0 | 0.00051280010 | |
| 21278680 | 3 hours ago | | | 0 | 0.00072628051 | |
| 21278622 | 3 hours ago | | | 0 | 0.00046493477 | |
| 21278579 | 3 hours ago | | | 0 | 0.00047701111 | |
| 21278369 | 4 hours ago | | | 0 | 0.00031015894 |
ABI
ABI objects
Getter at block 21279523
defaultTxValidator() view returns (address)
0x38c967856d17e900042af447b3346bff26c8ed4b
defaultZkValidator() view returns (address)
0x276816f1931afac123bdaea54aff02be6fd73e14
feeBalance() view returns (uint256 balance)
3720844235704506667
getLzMessageLibLength() view returns (uint256)
1
layerZeroEndpointV1() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
layerZeroEndpointV2() view returns (address)
0x1a44076050125825900e736c501f859c50fe728c
localEid() view returns (uint32)
30101
owner() view returns (address)
0xa926f089e07a9fd7a1a9438b1bb801963807a6d7
sender() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
blockUpdaters(uint32) view returns (address)
chainFeeLookup(uint32) view returns (uint256)
feeManager(address) view returns (bool)
getFee(uint32 _dstEid, uint64, address, bytes) view returns (uint256 fee)
getLzMessageLib(address _msgLib) view returns (struct ZkBridgeOracleV2MessageLibInfo)
getTxValidator(uint32 _eid) view returns (address)
getZkValidator(uint32 _eid) view returns (address)
hashLookup(bytes _encodedPayload) view returns (bool)
isSupportedMessageLib(address _messageLib) view returns (bool)
receiveLibToView(address) view returns (address)
supportedDstChain(uint32) view returns (bool)
trustedRemoteLookup(uint32) view returns (address)
State-modifying
Events addLzMessageLib(address _messageLib)
assignJob(struct ILayerZeroDVNAssignJobParam _param, bytes) payable returns (uint256 fee)
batchVerify(bytes32[] _blockHashs, bytes[] _encodedPayloads, bytes[] _zkProof)
batchVerifyByTx(bytes32[] _blockHashs, uint32[] _srcEid, bytes[] _txData)
initialize()
removeLzMessageLib(address _messageLib)
renounceOwnership()
setBlockUpdater(uint32 _srcEid, address _newBlockUpdater)
setDefaultTxValidator(address _newTxValidator)
setDefaultZkValidator(address _newDefaultZkValidator)
setDstChain(uint32 _dstEid, bool enabled)
setFee(uint32 _dstEid, uint256 _price)
setFeeManager(address feeManager_, bool enabled_)
setFees(uint32[] _dstEid, uint256[] _price)
setReceiveView(address receiveLib_, address receiveLibView_)
setTrustedRemoteLookup(uint32 eid, address trustedRemoteAddress)
setTxValidator(uint32 _srcEid, address _newTxValidator)
setZkValidator(uint32 _eid, address _newZkValidator)
transferOwnership(address newOwner)
verify(bytes32 _blockHash, bytes _encodedPayload, bytes _zkProof)
verifyByTx(bytes32 _blockHash, uint32 _srcEid, bytes _txData)
withdrawFee(address _messageLib, address _to)
withdrawFeeAll(address _to)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DstChainStatusChanged(uint32 dstEid, bool enabled)
Initialized(uint8 version)
NewBlockUpdater(uint32 srcEid, address oldBlockUpdater, address newBlockUpdater)
NewDefaultTxValidator(address oldValidator, address newValidator)
NewDefaultZkValidator(address oldValidator, address newValidator)
NewTxValidator(uint32 srcEid, address oldValidator, address newValidator)
NewZkValidator(uint32 srcEid, address oldValidator, address newValidator)
OracleNotified(uint32 dstEid, uint64 blockConfirmations, address userApplication, uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetFee(uint32 dstEid, uint256 fee)
SetFeeManager(address feeManager, bool enabled)
WithdrawFee(address messageLib, address receiver, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadySet()
BlockNotSet()
InsufficientFee()
InvalidParameters()
InvalidZkProof()
Locked()
MessageLibAlreadyAdded()
MessageLibAlreadyDeleted()
NotTrustedSource()
OnlySendLib()
PacketNotVerified()
ReceiveLibViewNotSet()
TxValidatorUnavailable()
Unauthorized()
UnsupportedChain(uint32 dstEid)
UnsupportedSendLib()
UnsupportedUpdater(uint32 srcEid)
ZeroAddress()
ZkValidatorUnavailable()