Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($62.76)
Native
Value
$62.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.018826 | $3,333.75 |
$62.76 | |
DAVID | ERC-20 | 2.59144M | -- | -- | |
UNI-V2 | ERC-20 | 105.606058 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21127696 | 17 days ago | | | 0 | 0.00086348865 | |
| 21075393 | 24 days ago | | | 0 | 0.00041951823 | |
| 21047369 | a month ago | | | 0 | 0.00017235000 | |
| 21035052 | a month ago | | | 0 | 0.00059851986 | |
| 21026370 | a month ago | | | 0 | 0.00034526119 | |
| 21006041 | a month ago | | | 0 | 0.00039056638 | |
| 20996638 | a month ago | | | 0 | 0.00078019376 | |
| 20996508 | a month ago | | | 0 | 0.00077445532 | |
| 20983329 | a month ago | | | 0 | 0.00071286172 | |
| 20983186 | a month ago | | | 0 | 0.00053048699 |
ABI
ABI objects
Getter at block 21247525
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyDevFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellDevFee, uint256 sellLiquidityFee)
(buyTotalFees=0, buyMarketingFee=0, buyDevFee=0, buyLiquidityFee=0, sellTotalFees=0, sellMarketingFee=0, sellDevFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
DAVID
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
DAVID
tokensForDev() view returns (uint256)
117794188105195161851833
tokensForLiquidity() view returns (uint256)
117762173747295883585792
tokensForMarketing() view returns (uint256)
2355883762103903237036791
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0xd5880f20f7041d23e6f7bd89f7e017f681f93c0b
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()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _devWallet)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _devFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _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.