This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity ^0.8.4; | |
library IterableMapping { | |
// Iterable mapping from address to uint; | |
struct Map { | |
address[] keys; | |
mapping(address => uint256) values; | |
mapping(address => uint256) indexOf; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: Unlicensed | |
pragma solidity ^0.6.2; | |
import "./DividendPayingToken.sol"; | |
import "./SafeMath.sol"; | |
import "./IterableMapping.sol"; | |
import "./Ownable.sol"; | |
import "./IUniswapV2Pair.sol"; | |
import "./IUniswapV2Factory.sol"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
/* https://t.me/BabyBUSDbsc | |
Hold BabyBUSD to earn crazy BUSD rewards, 100% of all busd reflect goes to holders! Best reflect around! | |
Tokenomics: | |
10% BUSD reflection | |
5% liquidity tax | |