Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,512.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TAROT | ERC-20 | 8.327642K | $0.181587 |
$1,512.19 | |
ETHO | ERC-20 | 10 | $0.009556 |
$0.1 | |
USA | ERC-20 | 1 | $0.00079 |
$0 | |
BILLY | ERC-20 | 133.777K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 279 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22742023 | an hour ago | | | 0.00015520833 | 0.0000014315426 | |
| 22741411 | an hour ago | | | 0 | 1.5087098e-7 | |
| 22740903 | 2 hours ago | | | 0 | 0.0000049033768 | |
| 22737983 | 3 hours ago | | | 0 | 1.1554530e-7 | |
| 22737459 | 4 hours ago | | | 0 | 1.3041160e-7 | |
| 22737227 | 4 hours ago | | | 0 | 0.0000049008399 | |
| 22735688 | 5 hours ago | | | 0 | 0.0000049008399 | |
| 22729151 | 8 hours ago | | | 0 | 0.000000087861000000 | |
| 22728746 | 8 hours ago | | | 0 | 0.000000093326000000 | |
| 22726570 | 10 hours ago | | | 0.000098015878 | 3.4912237e-7 |
ABI
ABI objects
Getter at block 22744009
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
circulatingSupply() view returns (uint256)
41902193763717796371038667
decimals() view returns (uint8)
18
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
Tarot
owner() view returns (address)
0x5b0390bccca1f040d8993eb6e4ce8ded93721765
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TAROT
token() view returns (address)
0xf544251d25f3d243a36b07e7e7962a678f952691
totalSupply() view returns (uint256)
41902193763717796371038667
useCustomAdapterParams() view returns (bool)
true
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, bytes, uint64) view returns (bytes32)
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, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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)
constructor(address _layerZeroEndpoint, address mintToAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.