Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.72)
Native
Value
$0.72
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000232 | $3,079.11 |
$0.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19363318 | 8 months ago | | | 0 | 0.0050394926 | |
| 19355680 | 8 months ago | | | 0 | 0.0024747864 | |
| 19355663 | 8 months ago | | | 0 | 0.0026401666 | |
| 19355653 | 8 months ago | | | 0 | 0.0033734226 | |
| 19355651 | 8 months ago | | | 0 | 0.0030420341 | |
| 19355650 | 8 months ago | | | 0 | 0.0029733046 | |
| 19355648 | 8 months ago | | | 0 | 0.0027772954 | |
| 19355628 | 8 months ago | | | 0 | 0.0018064512 | |
| 19352667 | 8 months ago | | | 0 | 0.00093264039 | |
| 19352650 | 8 months ago | | | 0 | 0.0016941984 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
batchExcludeFromLimitation(address[] account, bool[] excluded)
excludeFromLimitation(address account, bool excluded)
renounceOwnership()
setPurchaseLimit(uint256 _limit)
setSellBuyTax(uint256 forMarketingInPercentage, uint256 forLiquidityInPercentage)
setSwapAndLiqThreshold(uint256 amount)
setTradingOpen()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address token, address to)
withdrawETH(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
BatchExcludeFromLimitation(address[] account, bool[] isExcluded)
ERC20Withdrawn(address indexed to, uint256 amount)
ETHWithdrawn(address indexed to, uint256 amount)
ExcludeFromLimitation(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiqThresholdSet(uint256 amount)
SwapAndLiquified(uint256 tokensSwapped, uint256 tokensForLiquidity, uint256 ethForLiquidity, uint256 ethForMarketing)
TaxUpdated(uint256 taxPercent)
TradingStatusUpdated(bool status)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, uint256 _buySellTax, uint256 __ethFeeInPercent, uint256 __liquidityFeeInPercent, uint256 __purchaseLimit, address _feeWallet)
receive()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)