Total number of tokens to be distributed by airdrop
blockAmount
uint256
Token quantity to be distributed per block
startBlock
uint256
Airdrop start block number
deposit
functiondeposit(uint256 amount) external
If there is an issue of token exhaustion or extension during the airdrop process, tokens can be recharged using the AirdropOperator's Deposit function.
When executing the function, transfer more than the amount of tokens entered into the wallet.
The token specified when creating the operator is charged.
When recharging due to exhaustion, it will be applied from the block after recharging.