WrappedBasketTokenSatellite
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Raw
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Balances ($0.00)
No balances found for "WrappedBasketTokenSatellite"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "WrappedBasketTokenSatellite"
ABI
ABI objects
Getter at block 22104440
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
circulatingSupply() view returns (uint256)
0
decimals() view returns (uint8)
18
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
precrime() view returns (address _precrime)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
token() view returns (address)
0x89d95aaf5d7e8f2e7836569dae165ec3b0d6fbaa
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateSendFee(uint16 dstChainId, bytes toAddress, uint256 amount, bool useZro, bytes adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16 srcChainId, bytes srcAddress, uint64 nonce) view returns (bytes32 payloadHash)
getConfig(uint16 version, uint16 chainId, address, uint256 configType) view returns (bytes)
getTrustedRemoteAddress(uint16 remoteChainId) view returns (bytes)
isTrustedRemote(uint16 srcChainId, bytes srcAddress) view returns (bool)
minDstGasLookup(uint16 dstChainId, uint16 packetType) view returns (uint256 minGas)
payloadSizeLimitLookup(uint16 dstChainId) view returns (uint256 size)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16 remoteChainId) view returns (bytes path)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
forceResumeReceive(uint16 srcChainId, bytes srcAddress)
initialize(address owner, string name, string symbol)
lzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
nonblockingLzReceive(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload)
renounceOwnership()
retryMessage(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes payload) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setConfig(uint16 version, uint16 chainId, uint256 configType, bytes config)
setMinDstGas(uint16 dstChainId, uint16 packetType, uint256 minGas)
setPayloadSizeLimit(uint16 dstChainId, uint256 size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 version)
setSendVersion(uint16 version)
setTrustedRemote(uint16 remoteChainId, bytes path)
setTrustedRemoteAddress(uint16 remoteChainId, bytes remoteAddress)
setUseCustomAdapterParams(bool useCustomAdapterParams)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
Approval(address indexed owner, address indexed spender, uint256 value)
Initialized(uint64 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, uint256 _amount)
RetryMessageSuccess(uint16 srcChainId, bytes srcAddress, uint64 nonce, bytes32 payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
constructor(address lzEndpoint)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)