Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.30)
Native
Value
$0.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00009 | $3,318.91 |
$0.3 | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 694.707865 | -- | -- | |
LZPZ | ERC-20 | 102 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22902648 | 9 hours ago | | | 0 | 5.4868608e-7 | |
| 22898714 | 11 hours ago | | | 0 | 9.7313969e-7 | |
| 22864266 | a day ago | | | 0 | 2.8279724e-7 | |
| 22851962 | 2 days ago | | | 0 | 5.4868608e-7 | |
| 22842105 | 2 days ago | | | 0 | 0.0000011191419 | |
| 22842104 | 2 days ago | | | 0 | 0.0000011191419 | |
| 22842101 | 2 days ago | | | 0 | 0.0000056743309 | |
| 22835311 | 2 days ago | | | 0 | 0.0000056743309 | |
| 22828194 | 2 days ago | | | 0 | 1.9168891e-7 | |
| 22822208 | 2 days ago | | | 0 | 0.000000051209010672 |
ABI
ABI objects
Getter at block 22918698
_fees() view returns (uint8 buyTotalFees, uint8 buyMarketingFee, uint8 buyDevFee, uint8 buyLiquidityFee, uint8 sellTotalFees, uint8 sellMarketingFee, uint8 sellDevFee, uint8 sellLiquidityFee)
(buyTotalFees=0, buyMarketingFee=0, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=0, sellMarketingFee=0, sellDevFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x06498531c0b6f72dec0f2a159eeb3b978e3e0d9f
isSwapping() view returns (bool)
false
name() view returns (string)
DAWAE
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
swapEnabled() view returns (bool)
true
symbol() view returns (string)
DAWAE
tokensForDev() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x7babe35cef91013906c721bf8381f30b69a6c78e
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueERC20(address tokenAdd, uint256 amount)
rescueETH(uint256 weiAmount)
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _devWallet)
swapTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint8 _marketingFeeBuy, uint8 _liquidityFeeBuy, uint8 _devFeeBuy, uint8 _marketingFeeSell, uint8 _liquidityFeeSell, uint8 _devFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.