@twoseedwords function setUniswapPool() external onlyOwner {
require(uniswapPool == address(0), "TendToken: pool already created");
uniswapPool = uniswapFactory.createPair(address(WETH), address(this));
}

@twoseedwords 函数 setUniswapPool() 外部 onlyOwner {
require(uniswapPool == address(0), "TendToken: pool has created");
uniswapPool = uniswapFactory.createPair(address(WETH), address(this));
}

发表时间:3年前 作者:Tendies @TendiesCrypto