ERA-20
  • Inscriptions
    • What are Inscriptions?
    • Story of Inscriptions
  • Era-20
    • What is Calldata?
    • Is era-20 decentralized?
    • Is era-20 trustless?
  • What are ERIPs?
    • ERIP-1
    • ERIP-2
    • ERIP-3
    • ERIP-4
    • ERIP-5
    • ERIP-6
    • ERIP-7
  • Explorer
Powered by GitBook
On this page
  1. What are ERIPs?

ERIP-5

Release Date : 12.21.2023 Specification: Era-20 CancelList format

from: your wallet 
to: your wallet


interface CancelList{
   p: string;
   op: string;
   tx: string;
}



//Example :
{
   "p": "era-20",
   "op": "cancel",
   "tx": "7c0815f5b366e3d254fd9dfedf791e937512cd706bb8cf94f732c2616ebd8386",
}



To cancel list a token, the wallet must create an inscription transaction in accordance with the CancelList interface when sending (can be zero) Ethereum to itself.

// Types
"p" => Protocol
"op" => Operation
"tx" => List Transaction Id
PreviousERIP-4NextERIP-6

Last updated 1 year ago