0xad6f1b009a4773508bd8edce21bb1af8b8bd81b8
Verified contract
Proxy
Active on
Base with 466 txns
Unified 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
0x7646…022a
-
variable spans 48 additional slots
0xb631…0dd7
-
variable spans 39 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "0xad6f1b009a4773508bd8edce21bb1af8b8bd81b8"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22766221 | a day ago | | | 0.00011414318 | 0.0000044677817 | |
| 22761537 | a day ago | | | 0.00010149111 | 0.0000054572076 | |
| 22738702 | 2 days ago | | | 0.00010711512 | 0.0000012637881 | |
| 22738536 | 2 days ago | | | 0.00013446774 | 0.0000014868193 | |
| 22738118 | 2 days ago | | | 0.00013446774 | 0.0000015674334 | |
| 22737968 | 2 days ago | | | 0.00013446774 | 0.0000015482228 | |
| 22737951 | 2 days ago | | | 0.0011158775 | 0.0000024288152 | |
| 22735173 | 2 days ago | | | 0.00010711512 | 0.0000010667235 | |
| 22734952 | 2 days ago | | | 0.00010711512 | 0.0000010139713 | |
| 22734591 | 2 days ago | | | 0.00010711512 | 9.8487749e-7 |
ABI
ABI objects
Getter at block 22817126
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)
0x764659d3563b861c6b077ec95f8152c48493022a
defaultAdapterParams() view returns (bytes)
0x0001000000000000000000000000000000000000000000000000000000000006ddd0
localAddress() view returns (address)
0xdcf5130274753c8050ab061b1a1dcbf583f5bfd0
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
owner() view returns (address)
0xfd507f2d5ef4d87a526c1731a4b7a423c11ce237
token() view returns (address)
0xdcf5130274753c8050ab061b1a1dcbf583f5bfd0
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.