Binanace Smart Chain(BSC)
1
Ethereum(ETH)
2
Fncy Chain (FNCY)
3
Immediately after creating a wallet, the wallet's security level is initialized to 1.
You can't withdraw assets from your wallet without registering a
By registering a , you can upgrade your wallet security to level 2.
0
Unused Level
1
Wallet Creation Complete
Deposit Available / Withdrawal restrictioned
2
Wallet Recovery Q&A Register Complete
Deposits/Withdrawals Available
Enumeration code to differentiate between transfer types when creating tickets.
SIGNATURE_TYPE_FOR_ASSET_TRANSFER
Coin Transfer
SIGNATURE_TYPE_FOR_SMARTCONTRACT_EXECUTION
Execute SmartContract(Token Transfer)
SIGNATURE_TYPE_FOR_WALLETCONNECT
WalletConnect Only
Enumeration code that identifies the type of asset.
1004001
BSC
1004002
BEP20
1004003
BEP721
1004004
ETH
1004005
ERC20
1004006
ERC721
Enumeration code that identifies the ownership status of the retrieved NFT.
1005001
inStock
1005002
forSale
1005003
soldOut
Enumeration code that identifies whether the viewed transaction is a deposit or a withdrawal.
1006001
deposit
1006002
withdrawal
Enumeration code indicating the block inclusion status of the viewed transaction.
1007001
pending
1007002
success
1007003
failed