0xtodo
getAirdrop()
- PublicDEPLOYER_ROLE
activated the airdrop.getAddresses()
- PublictokenAmountLeft()
- PublicsetDropAmount()
- onlyDeployer or onlyOwnerDEPLOYER_ROLE
or the OWNER_ROLE
can call this function to disable the contract and the getAirdrop()
function.enableAirdrop()
- onlyDeployer or onlyOwnerDEPLOYER_ROLE
or the OWNER_ROLE
can call this function to activate the contract and allow the getAirdrop()
function to work.disableAirdrop()
- onlyDeployer or onlyOwnerDEPLOYER_ROLE
or the OWNER_ROLE
can call this function to disable the contract and the getAirdrop()
function.