DropsTest

Verified contract

Active on Ethereum with 10 txns
Deployed by via 0x3a48dc60 at 19352639
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.72
0xdcc1cd04d531ab8ef846369a975ed3a4c85aa8a119ef996eabc91a3ed4b867d8
0x84666fe53a06cc4bf369490775525c2078cea365d6f845f92bfff74a7fd19fb3
0xf5e7e449b569c9ee30ca82be33c4a19de8ca7ec0e6877b79deaeea540dc96861
0xc2ba912c91ddb89a0a903c33530572dafbd5fe79f37279d25c1a70107611284b
0xeb7d3ea150edc389cac838a5a4fe702c4fe6c046b6fc554c134eec209e617bc4
0x3419b7f5e00136c616a6755d9a02d0ede631f54227b8c763f2c7c85ecea2e5ec
0x892ada5f01cb9671596ab35be76db0c3664f2ab44901475277b2de3136065a2d
0x16bc2c7c6d4a08c6c1762d1bc5cb928858f43ce4c13b90bb83fbc6dad75be56a
0x720792edfd8d99268086525b68de31bc28ad08029c16467958b90e259a6bb743
0xabad402006924fe78ee9b003ec9db4e9a0cea3ce4ee45a2f33efd225e0442e34

Functions
Getter at block 21189605
buySellTax(view returns (uint256)
500
decimals(view returns (uint8)
18
ethFee(view returns (uint256)
4
feeWallet(view returns (address)
0xc07822977057f6082a382589d3e4eb5e7cd598a6
liquidityFee(view returns (uint256)
1
name(view returns (string)
DropsTest
owner(view returns (address)
0x04ca5ba9ed22c1bd59af6cbd223ece873ed5c730
purchaseLimit(view returns (uint256)
200
swapAndLiqThreshold(view returns (uint256)
1000000000000000000000
symbol(view returns (string)
DROPSTEST
totalSupply(view returns (uint256)
1000000000000000000000000
tradingOpen(view returns (bool)
true
uniswapV2Pair(view returns (address)
0x2de225ce7d49a1c667d9acaf3a44b8cf52ccde50
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