...ier: MIT pragma solidity ^0.6.0; import "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; import '@openzeppelin/contracts/math/SafeMath.sol'; import '@openzeppelin/contracts/access/Ownable.sol'; contract DexTwo is Ownable { using S...
我想在区块浏览器和钱包里显示我的代币的图片, 怎么弄?
要实现 智能合约接收 usdt 还有智能合约向别人转usdt
前端开发,怎么样通过某个代币的合约地址查询到该代币的持有者数量,直接在链浏览器上是可以看到这个数值,但是不知道怎么通过接口查询出来?
有一个合约,要各种投票,动不动要遍历上万的数据,现在要一个治理币解决,有没有解决方案,有代码最好。
有些代币查询出来正常 有些代币查询出来多好几个0
网上查找的代码,但是发布不了,帮看下什么原因 ``` pragma solidity ^0.4.21; contract token { function transfer(address receiver, uint amount){ receiver; amount; } } //transfer方法的接口说明 contract TokenTransfer{ token public wowToken; function Token...
加了buy&sell taxes,但是无法swap(已改slippage),麻烦帮忙看下是什么问题,要怎么改呀? 在BSC testnet上     如图所示,msg.sen...