DNA Token
Verified contract
Active on
Ethereum with 176 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x450b…5e5e
-
variable spans 2 additional slots
13 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DNA | ERC-20 | 3.131598T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20758281 | 2 months ago | | | 0 | 0.000087206934 | |
| 20264128 | 5 months ago | | | 0 | 0.00015260980 | |
| 19857223 | 6 months ago | | | 0 | 0.00016145853 | |
| 19841275 | 6 months ago | | | 0 | 0.0039683596 | |
| 19779962 | 7 months ago | | | 0 | 0.00012399724 | |
| 19779633 | 7 months ago | | | 0 | 0.00022797882 | |
| 19640655 | 7 months ago | | | 0 | 0.0038360972 | |
| 19640626 | 7 months ago | | | 0 | 0.00066579616 | |
| 19640626 | 7 months ago | | | 0 | 0.00072065742 | |
| 19640615 | 7 months ago | | | 0 | 0.00066970345 |
ABI
ABI objects
Getter at block 21261297
WalletAWallet() view returns (address)
0x32460cd4334461b6350b0ca5b26464b1f74d7b7c
buyBackWallet() view returns (address)
0x32460cd4334461b6350b0ca5b26464b1f74d7b7c
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x450b72346c5cd761175f5452a08c66cd667a5e5e
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8, uint8)
(0, 0, 0, 0, 0, 0)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8, uint8)
(0, 0, 0, 0, 0, 0)
getNumberOfDividendTokenHolders() view returns (uint256)
120
getTotalDividendsDistributed() view returns (uint256)
0
initialSupply() view returns (uint256)
1000000000000000000000000000000000
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0x32460cd4334461b6350b0ca5b26464b1f74d7b7c
maxTxAmount() view returns (uint256)
1000000000000000000000000000000000
maxWalletAmount() view returns (uint256)
1000000000000000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
250000000000000000000000000000
name() view returns (string)
DNA Token
operationsWallet() view returns (address)
0x32460cd4334461b6350b0ca5b26464b1f74d7b7c
owner() view returns (address)
0x32460cd4334461b6350b0ca5b26464b1f74d7b7c
symbol() view returns (string)
DNA
totalSupply() view returns (uint256)
1000000000000000000000000000000000
treasuryWallet() view returns (address)
0x32460cd4334461b6350b0ca5b26464b1f74d7b7c
uniswapV2Pair() view returns (address)
0x2ee5ea7f0fcbe05fe5099c78baa25eaf4e811ee8
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claim()
claimETHOverflow(uint256 amount)
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _operationsFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _treasuryFeeOnBuy, uint8 _WalletAFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _operationsFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _treasuryFeeOnSell, uint8 _WalletAFeeOnSell, uint8 _holdersFeeOnSell)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokenBalanceForDividends(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setUniswapRouter(address newAddress)
setWallets(address newLiquidityWallet, address newOperationsWallet, address newBuyBackWallet, address newTreasuryWallet, address newWalletAWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
DividendsSent(uint256 tokensSwapped)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee, uint8 treasuryFee, uint8 WalletAFee, uint8 holdersFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee, uint8 treasuryFee, uint8 WalletAFee, uint8 holdersFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.