• 购买nft 使用的token 代币有哪些


    所有token 的价格是在 eth 1700$ 的价格
    tokenMap.put("WRLD",new BigDecimal("0.02"));// 价值:$ 0.02  当前eth价格 eth 1700
    tokenMap.put("MANA",new BigDecimal("1.03")); // 价值:$1.03   当前eth价格 eth 1700
    tokenMap.put("MATIC",new BigDecimal("0.97"));// 价值:$ 0.97  当前eth价格 eth 1700
    tokenMap.put("REVV",new BigDecimal("0.02"));// 价值:$ 0.02 当前eth价格 eth 1700
    tokenMap.put("CHIZ",new BigDecimal("0.001"));// 价值:$ 0.001  当前eth价格 eth 1700
    tokenMap.put("SHIB",new BigDecimal("0.000012"));// 价值:$ 0.000012  当前eth价格 eth 1700
    tokenMap.put("RISE",new BigDecimal("0.0007"));// 价值:$ 0.0007  当前eth价格 eth 1700
    tokenMap.put("SAND",new BigDecimal("1.35"));// 价值:$ 1.35  当前eth价格 eth 1700
    tokenMap.put("DAI",new BigDecimal("1"));// 价值:$ 1  当前eth价格 eth 1700
    tokenMap.put("APE",new BigDecimal("6.78"));// 价值:$ 6.78  当前eth价格 eth 1700
    tokenMap.put("ASH",new BigDecimal("1.32"));// 价值:$ 1.32  当前eth价格 eth 1700
    tokenMap.put("USDC",new BigDecimal("1"));// 价值:$ 1  当前eth价格 eth 1700
    tokenMap.put("GALA",new BigDecimal("0.06"));// 价值:$ 0.06  当前eth价格 eth 1700
    tokenMap.put("ABST",new BigDecimal("0.00003"));// 价值:$ 0.00003  当前eth价格 eth 1700
    tokenMap.put("WHALE",new BigDecimal("1.83"));// 价值:$ 1.83  当前eth价格 eth 1700
    tokenMap.put("BYTES",new BigDecimal("0.000000001"));// 价值:$ 0.000000001  当前eth价格 eth 1700
    tokenMap.put("BULL",new BigDecimal("0.0000000005"));// 价值:$ 0.06  当前eth价格 eth 1700
    tokenMap.put("OKGLD",new BigDecimal("0.01"));// 价值:$ 0.06  当前eth价格 eth 1700
    tokenMap.put("PMON",new BigDecimal("1.37"));// 价值:$ 0.06  当前eth价格 eth 1700
    tokenMap.put("TRSH",new BigDecimal("0.013"));// 价值:$ 0.013  当前eth价格 eth 1700
    tokenMap.put("GSK",new BigDecimal("0.0000001"));// 价值:$ 0.013  当前eth价格 eth 1700
    tokenMap.put("VOLT",new BigDecimal("0.0000001"));// 价值:$ 0.013  当前eth价格 eth 1700
    tokenMap.put("EMONT",new BigDecimal("0.008"));// 价值:$ 0.008  当前eth价格 eth 1700
    tokenMap.put("CRED",new BigDecimal("0.0012"));// 价值:$ 0.0012 当前eth价格 eth 1700
    tokenMap.put("CHONK",new BigDecimal("1.73"));// 价值:$ 0.013  当前eth价格 eth 1700
    tokenMap.put("RARI",new BigDecimal("3.17"));// 价值:$ 0.013  当前eth价格 eth 1700
    tokenMap.put("GANG",new BigDecimal("0.0000001"));// 价值:$ 0.0000001  当前eth价格 eth 1700
    tokenMap.put("PIXL",new BigDecimal("0.00073"));// 价值:$ 0.0007  当前eth价格 eth 1900
  • 相关阅读:
    【lesson12】进程地址空间初识
    服务器SMP、NUMA、MPP体系学习笔记。
    Mybatis与Spring的集成
    CSS怎么写变量 如何调用外部字体
    汇编原理学习记录:物理地址=段地址*16+偏移地址
    Mysql里常见的问题
    【显存优化】深度学习显存优化方法
    代码随想录训练营第五十七天|647. 回文子串、516.最长回文子序列
    分页对象使用
    pycharm自动解决包路径注册,快来看看python本身如何管理包路径
  • 原文地址:https://blog.csdn.net/qq_30346433/article/details/126368417