ERIP-4
Release Date : 12.21.2023 Specification: Era-20 List format
from: your wallet
to: your wallet
interface List{
p: string;
op: string;
tick: string;
amt: int;
price: wei;
}
//Example :
{
"p": "era-20",
"op": "list",
"tick": "tokenname",
"amt": "100",
"price": "10000000"
}
To list a token, the wallet must create an inscription transaction in accordance with the List interface when sending (can be zero) Ethereum to itself.
// Types
"p" => Protocol
"op" => Operation
"tick" => Token Ticker
"amt" => Mint Amount
"price" => List Price
Last updated