FNCY 2.0 (ENG)
Search
K
Comment on page

ETC

Chain ID

Chain
ID
Binanace Smart Chain(BSC)
1
Ethereum(ETH)
2
Fncy Chain (FNCY)
3

Wallet Security Level

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 wallet recovery question/answer.
By registering a wallet recovery question/answer, you can upgrade your wallet security to level 2.
Level
Upgrade Requirement
Description
0
Unused Level
1
Wallet Creation Complete
Deposit Available / Withdrawal restrictioned
2
Wallet Recovery Q&A Register Complete
Deposits/Withdrawals Available

See Also

TicketType

Enumeration code to differentiate between transfer types when creating tickets.

See Also

Type
Description
SIGNATURE_TYPE_FOR_ASSET_TRANSFER
Coin Transfer
SIGNATURE_TYPE_FOR_SMARTCONTRACT_EXECUTION
Execute SmartContract(Token Transfer)
SIGNATURE_TYPE_FOR_WALLETCONNECT
WalletConnect Only

DCD

AssetTypeDcd

Enumeration code that identifies the type of asset.
Dcd
Description
1004001
BSC
1004002
BEP20
1004003
BEP721
1004004
ETH
1004005
ERC20
1004006
ERC721

OwnerOfDcd

Enumeration code that identifies the ownership status of the retrieved NFT.
Dcd
Description
1005001
inStock
1005002
forSale
1005003
soldOut

InOutDcd

Enumeration code that identifies whether the viewed transaction is a deposit or a withdrawal.
Dcd
Description
1006001
deposit
1006002
withdrawal

TxStDcd

Enumeration code indicating the block inclusion status of the viewed transaction.
Dcd
Description
1007001
pending
1007002
success
1007003
failed