DappleAirdrops
Verified contract
Active on
Ethereum with 7,160 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,969.38)
Native
Value
$12,969.38
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.593363 | $3,609.26 |
$12,969.38 | |
IP$ | ERC-20 | 1M | -- | -- | |
BEB | ERC-20 | 88.888K | -- | -- | |
betbeb.com | ERC-20 | 88.888K | -- | -- | |
uxtw.com$0.02回购 | ERC-20 | 16.888K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
SHOCK | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20629896 | 3 months ago | | | 0 | 0.0012856646 | |
| 20629882 | 3 months ago | | | 0 | 0.0012887304 | |
| 20629867 | 3 months ago | | | 0 | 0.0012894320 | |
| 15071939 | 2 years ago | | | 0.000036938439 | 0.0021143680 | |
| 14725792 | 3 years ago | | | 0 | 0.0010619635 | |
| 12993577 | 3 years ago | | | 0 | 0.0030837576 | |
| 12875847 | 3 years ago | | | 0 | 0.066914294 | |
| 12873005 | 3 years ago | | | 0.00445 | 0.0015669060 | |
| 12872627 | 3 years ago | | | 0 | 0.062342507 | |
| 12872298 | 3 years ago | | | 0 | 0.068188902 |
ABI
ABI objects
Getter at block 21285597
bonus() view returns (uint256)
20
dropUnitPrice() view returns (uint256)
50000000000000
getMaxDropsPerTx() view returns (uint256)
500
getRate() view returns (uint256)
20000
maxDropsPerTx() view returns (uint256)
500
maxTrialDrops() view returns (uint256)
100
owner() view returns (address)
0x210efca155797119a5b0f1cfde64ca1fe55ec544
rate() view returns (uint256)
20000
website() view returns (string)
www.dappleairdrops.com
Read-only
bonusDropsOf(address) view returns (uint256)
ethBalanceOf(address) view returns (uint256)
getBonusDropsOf(address _addr) view returns (uint256)
getDropsOf(address _addr) view returns (uint256)
getEthBalanceOf(address _addr) view returns (uint256)
getRemainingTrialDrops(address _addressOfToken) view returns (uint256)
getTokenAllowance(address _addr, address _addressOfToken) view returns (uint256)
getTotalDropsOf(address _addr) view returns (uint256)
tokenHasFreeTrial(address _addressOfToken) view returns (bool)
tokenIsBanned(address) view returns (bool)
trialDrops(address) view returns (uint256)
State-modifying
Events banToken(address _tokenAddr) returns (bool)
grantBonusDrops(address _addr, uint256 _bonusDrops) returns (bool)
issueRefunds(address[] _addrs) returns (bool)
multiValueAirdrop(address _addressOfToken, address[] _recipients, uint256[] _values) returns (bool)
revokeBonusCreditOf(address _addr, uint256 _bonusDrops) returns (bool)
setBonus(uint256 _newBonus) returns (bool)
setMaxDrops(uint256 _maxDrops) returns (bool)
setRate(uint256 _newRate) returns (bool)
singleValueAirdrop(address _addressOfToken, address[] _recipients, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unbanToken(address _tokenAddr) returns (bool)
withdrawERC20Tokens(address _addressOfToken, address _recipient, uint256 _value) returns (bool)
withdrawEth(uint256 _eth) returns (bool)
AirdropInvoked(address indexed by, uint256 creditConsumed)
BonusCreditGranted(address indexed to, uint256 credit)
BonusCreditRevoked(address indexed from, uint256 credit)
BonustChanged(uint256 from, uint256 to)
CreditPurchased(address indexed by, uint256 etherValue, uint256 credit)
ERC20TokensWithdrawn(address token, address sentTo, uint256 value)
EthWithdrawn(address indexed by, uint256 totalWei)
MaxDropsChanged(uint256 from, uint256 to)
OwnershipTransferred(address indexed from, address indexed to)
RateChanged(uint256 from, uint256 to)
RefundIssued(address indexed to, uint256 totalWei)
TokenBanned(address indexed tokenAddress)
TokenUnbanned(address indexed tokenAddress)
constructor()
fallback()
This contract contains no error objects.