Avascriptions
  • Avascriptions
    • Depoly
    • Mint
    • Transfer
  • ASC-20
    • Deploy
    • Mint
    • Transfer
    • List
    • Transaction process
    • Index Rules
  • ASIPS
    • What are ASIPs?
    • Accepted ASIPs
      • ASIP-1: Smart Contract Avascription ASC-20 Transfers
      • ASIP-2: Safe Trustless Smart Contract ASC20-Token Escrow
  • Marketplace
    • Verified Badge
  • Developer Service
    • ASC-20
      • Get ASC-20 List
      • Get ASC-20 Ticker Info
      • Get ASC-20 Balance Of The Address
      • Get ASC-20 Holders
      • Get ASC-20 Ticker History
      • Get ASC-20 History By Block
      • Get ASC-20 Ticker Last History
      • Get ASC-20 Records By TxId
      • Get Address ASC-20 History
      • Get Address ASC-20 Last History
    • Marketplace
      • Get ASC-20 Market List
      • Get ASC-20 Market Info
    • Legal Disclaimer
  • Official Links
Powered by GitBook
On this page
  1. ASC-20

List

{ 
  "p": "asc-20",
  "op": "list",
  "tick": "avav",
  "amt": "69696969"
}
Key
Required?
Description

p

Yes

Protocol: Helps other systems identify and process asc-20 events

op

Yes

Operation: Type of event (Deploy, Mint, Transfer,List)

tick

Yes

Ticker: Identifier of the asc-20

amt

Yes

Amount to transfer: States the amount of the asc-20 to transfer.

Initiate a transaction with the above rules as data, and the to address of the transaction is the address of the exchange contract, so that the contract can process these tokens through log events.

In particular, if the contract does not have the ability to process these ASC-20 tokens, the ASC-20 tokens will be permanently lost.

PreviousTransferNextTransaction process

Last updated 1 year ago