IdoPool.sol

The IdoPool smart contract is compiled with solidity v0.8.4 and uses the following libraries (and related dependencies):

  • Pausable.sol from OpenZeppelin

  • IERC20.sol from OpenZeppelin

  • SafeERC20.sol from OpenZeppelin

  • Context.sol from OpenZeppelin

  • ReentrancyGuard.sol from OpenZeppelin

  • SafeMath.sol from OpenZeppelin

  • Roles.sol custom access library

The contract emits events for logging token contributions and whitelist changes.

Last updated