Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1.003215 | $0.000815 |
$0 | |
FXDX | ERC-20 | 12.606547K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22731159 | 3 hours ago | | | 0 | 0.00052229000 | |
| 22598738 | 3 days ago | | | 0 | 0.00052229000 | |
| 22598615 | 3 days ago | | | 0 | 0.000000096062565676 | |
| 22546930 | 4 days ago | | | 0 | 0.00052229000 | |
| 22542610 | 4 days ago | | | 0 | 0.00052229000 | |
| 22476700 | 6 days ago | | | 0 | 0.00035141000 | |
| 22476249 | 6 days ago | | | 0 | 0.00052229000 | |
| 22475684 | 6 days ago | | | 0 | 0.00052241000 | |
| 22446610 | 7 days ago | | | 0 | 0.00052229000 | |
| 22412290 | 7 days ago | | | 0 | 0.00035141000 |
ABI
ABI objects
Getter at block 22735669
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
MAX_USER_MINT_AMOUNT() view returns (uint256)
1000000000000000000000000000
NO_EXTRA_GAS() view returns (uint256)
0
PT_SEND() view returns (uint16)
0
circulatingSupply() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
mintAdmin() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
name() view returns (string)
FXDX
owner() view returns (address)
0x13a8a2dfd6481f34523fa9208271f50249f8079b
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
FXDX
token() view returns (address)
0x30b593f8c3ab37615359b4e0e6df2e06d55bb55d
totalSupply() view returns (uint256)
1000000000000000000000000000
useCustomAdapterParams() view returns (bool)
false
userMintAmount() view returns (uint256)
0
userMintable() view returns (bool)
false
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)
isMinter(address) view returns (bool)
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)
burn(address _account, uint256 _amount)
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)
mint(address _account, uint256 _amount)
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)
setMintAdmin(address _mintAdmin)
setMinter(address _minter, bool _isActive)
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)
withdrawToken(address _token, address _account, uint256 _amount)
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(bool _userMintable, address _lzEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.