LzBridgeableTokenTunnel
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
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 39 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "LzBridgeableTokenTunnel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LzBridgeableTokenTunnel"
ABI
ABI objects
Getter at block 22817126 owner() view returns (address)
BANNED_ROLE_NAME() view returns (bytes32)
0x62616e6e65640000000000000000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
LAYERZERO_ADMIN_ROLE() view returns (bytes32)
0x85c4600424d81fbff075e32085ae37829c97adaa85deea5fc84092ce10227b52
MODERATOR_ROLE_NAME() view returns (bytes32)
0x6d6f64657261746f720000000000000000000000000000000000000000000000
accessServer() view returns (address)
0x0000000000000000000000000000000000000000
defaultAdapterParams() view returns (bytes)
0x
localAddress() view returns (address)
0x0000000000000000000000000000000000000000
lzEndpoint() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
enforceIsNotBanned(address account) view
enforceIsNotSanctioned(address account) view
enforceOwnerOrRole(bytes32 role, address account) view
estimateSendFee(struct SendParams params, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
hasRole(bytes32 role, address account) view returns (bool)
isBanned(address account) view returns (bool)
isSanctioned(address account) view returns (bool)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
layerZeroChainIdsToNormalChainIds(uint16) view returns (uint256)
normalChainIdsToLayerZeroChainIds(uint256) view returns (uint16)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
grantRole(bytes32 role, address account)
initialize(address _accessServer, address _endpoint, address _localAddress)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceRole(bytes32 role)
renounceRole(bytes32 role, address)
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
revokeRole(bytes32 role, address account)
sendFrom(struct SendParams params, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setChainIdMappings(uint16[] layerZeroChainIds, uint256[] normalChainIds)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setMinDstGas(uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setReceiveVersion(uint16 _version)
setRoleAdmin(bytes32 role, bytes32 adminRole)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
transferOwnership(address newOwner)
Initialized(uint8 version)
MessageFailed(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload, bytes reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed srcChainId, address indexed to, uint64 indexed nonce, uint256 tokenId, uint256 amount)
RetryMessageSuccess(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes32 payloadHash)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SendToChain(uint16 indexed dstChainId, address indexed from, uint64 indexed nonce, address toAddress, uint256 tokenId, uint256 amount)
SetMinDstGas(uint256 minDstGas)
SetTrustedRemote(uint16 remoteChainId, bytes path)
SetTrustedRemoteAddress(uint16 remoteChainId, bytes remoteAddress)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.