Request form
Airdropper
  • Utility
  • Airdrop
Docs
Source
ChefGPT

Airdropper

Token distributor that allows the owner to distribute tokens to a list of users. The owner pays gas to distribute all of the tokens. Initially made for BSC, but usable on other chains as well.

SafeMath :
Wrappers over Solidity's arithmetic operations with added overflow checks. * Arithmetic operations in Solidity wrap on overflow. This can easily result in bugs, because programmers usually assume that an overflow raises an error, which is the standard behavior in high level programming languages. `SafeMath` restores this intuition by reverting the transaction when an operation overflows. * Using this library instead of the unchecked operations eliminates an entire class of bugs, so it's recommended to use it always.
onlyOwner :
constructor :
The Ownable constructor sets the original `owner` of the contract to the sender account.
Main.sol

52 downloads

Creator

Timidan
Timidan / Airdropper
  • Utility
  • Airdrop
Docs
Source
ChefGPT
Expand
Share

Get Cookin'
star icon52

52 downloads

Creator

Timidan

Airdropper

Token distributor that allows the owner to distribute tokens to a list of users. The owner pays gas to distribute all of the tokens. Initially made for BSC, but usable on other chains as well.

SafeMath :
Wrappers over Solidity's arithmetic operations with added overflow checks. * Arithmetic operations in Solidity wrap on overflow. This can easily result in bugs, because programmers usually assume that an overflow raises an error, which is the standard behavior in high level programming languages. `SafeMath` restores this intuition by reverting the transaction when an operation overflows. * Using this library instead of the unchecked operations eliminates an entire class of bugs, so it's recommended to use it always.
onlyOwner :
constructor :
The Ownable constructor sets the original `owner` of the contract to the sender account.
Main.sol