Drops

Verified contract

Active on Ethereum with 7,091 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1,177.64
ERC-20
Value $1,058.24
ERC-20
Value $3.14
0xf883e99d153656b876cbc5a09b8ed58f187085518b4dcee00547d1516419e8f2
0xdd28069112e0a78a572fcc4b9cb08f99a27c54c26c9b77ef77a74588de446200
0x3ae93d7876b6a307b69ee03dd75dd1f4de1e9a9d758aa5c1ed6a9c989e338cdb
0x543cf9672ba60e89aba9e5e1e16fb0d90357539e1b6f1a353caec44de5346fba
0x03a05b2224108e37d40558804300aaaa235a2042691b2cb869e213fb9f56630a
0xed688fb1544c94e77d452ca456f22336741456a8b8c942e7662538a1f636556d
0x5a261973a39f64bd6f3e32f87600cc1589b7a3f9aba81f6d76ee86e1d96dd141
0x7e9d01fa12e6fe9601c62e3d66afcbe21a11cdf40f925d9725e49bd0986da842
0x8c0ec8ad1344dacc7069dbce6053a523c4409164a2bbebf721ed7ef9cf5ac4af
0x011b89c3d9ad9b7d612898691c2f1a65e6f26cbf214fb08a91c847854d2cae23

Functions
Getter at block 20902938
buySellTax(view returns (uint256)
500
decimals(view returns (uint8)
18
ethFee(view returns (uint256)
4
feeWallet(view returns (address)
0xe56e1303bd706ded9c102b6dc3448392e2bbc1f3
liquidityFee(view returns (uint256)
1
name(view returns (string)
Drops
owner(view returns (address)
0x67f4d73746db8664c882e32714df3bab6c922407
purchaseLimit(view returns (uint256)
200
swapAndLiqThreshold(view returns (uint256)
6500000000000000000000
symbol(view returns (string)
DROPS
totalSupply(view returns (uint256)
10000000000000000000000000
tradingOpen(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x9f8512d2657d192e59dbab41f8502864aaaafa4a
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
batchExcludeFromLimitation(address[] accountbool[] excluded
excludeFromLimitation(address accountbool excluded
renounceOwnership(
setPurchaseLimit(uint256 _limit
setSellBuyTax(uint256 forMarketingInPercentageuint256 forLiquidityInPercentage
setSwapAndLiqThreshold(uint256 amount
setTradingOpen(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawERC20Token(address tokenaddress to
withdrawETH(address _to
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BatchExcludeFromLimitation(address[] accountbool[] isExcluded
ERC20Withdrawn(address indexed touint256 amount
ETHWithdrawn(address indexed touint256 amount
ExcludeFromLimitation(address indexed accountbool isExcluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PurchaseLimitUpdated(uint256 limitPercent
SwapAndLiqThresholdSet(uint256 amount
SwapAndLiquified(uint256 tokensSwappeduint256 tokensForLiquidityuint256 ethForLiquidityuint256 ethForMarketing
TaxUpdated(uint256 taxPercent
TradingStatusUpdated(bool status
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(address _routeruint256 _buySellTaxuint256 __ethFeeInPercentuint256 __liquidityFeeInPercentuint256 __purchaseLimitaddress _feeWallet
Fallback and receive
receive(
Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account