ERIP-7

Release Date : 12.21.2023 Specification: Era-20 Burn format

from: deployer wallet 
to: deployer wallet 

interface Burn {
   p: string;
   op: string;
   tick: string;
   amt: int;
}
//Example :
{
   "p": "era-20",
   "op": "burn",
   "tick": "token",
   "amt": "1000000"
}




To burn some token, the wallet must create an inscription transaction in accordance with the Burn interface when sending (can be zero) Ethereum to itself.

// Types
"p" => Protocol
"op" => Operation
"tick" => Token Ticker
"amt" => Burn Amount

Last updated