Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2119…31e0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOLAN | ERC-20 | 98.976107K | -- | -- | |
DOLAN | ERC-20 | 35K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17139534 | 2 years ago | | | 0 | 0.0017697998 | |
| 17015135 | 2 years ago | | | 0 | 0.00047344529 | |
| 17015131 | 2 years ago | | | 0 | 0.00050039583 | |
| 17015125 | 2 years ago | | | 0 | 0.00050706088 | |
| 17015051 | 2 years ago | | | 0 | 0.00045890439 | |
| 16961509 | 2 years ago | | | 0 | 0.00047334113 | |
| 16325673 | 2 years ago | | | 0 | 0.00059930107 | |
| 16107254 | 2 years ago | | | 0 | 0.00028469273 | |
| 16091482 | 2 years ago | | | 0 | 0.00040875246 | |
| 16067969 | 2 years ago | | | 0 | 0.00032072096 |
ABI
ABI objects
Getter at block 21402017
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x2119159dbc979ebc3d7ad783f43663a18e0631e0
earlyBuyPenaltyEnd() view returns (uint256)
0
feeDivisor() view returns (uint256)
100
gasForProcessing() view returns (uint256)
0
getClaimWait() view returns (uint256)
86400
getLastProcessedIndex() view returns (uint256)
9
getNumberOfDividendTokenHolders() view returns (uint256)
70
getNumberOfDividends() view returns (uint256)
21162513441444125392535704
limitsInEffect() view returns (bool)
false
liquidityActiveBlock() view returns (uint256)
0
liquidityBuyFee() view returns (uint256)
2
liquiditySellFee() view returns (uint256)
0
lpPercToWithDraw() view returns (uint256)
0
lpWithdrawRequestDuration() view returns (uint256)
259200
lpWithdrawRequestPending() view returns (bool)
false
lpWithdrawRequestTimestamp() view returns (uint256)
0
maxTransactionAmount() view returns (uint256)
4000000000000000000000000
maxWallet() view returns (uint256)
4000000000000000000000000
name() view returns (string)
Dolan
operationsBuyFee() view returns (uint256)
0
operationsSellFee() view returns (uint256)
0
operationsWallet() view returns (address)
0xd6ed13ee88c1a41e7b4ef5fe9df43f90b8f8808b
owner() view returns (address)
0x4186610d1237b4eafef6dd76c54ae96b9ae3cd1a
rewardsBuyFee() view returns (uint256)
3
rewardsSellFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
DOLAN
telegram() pure returns (string)
https://t.me/dolantoken
tokensForLiquidity() view returns (uint256)
39590442655867267258514
tokensForOperations() view returns (uint256)
0
tokensForRewards() view returns (uint256)
59385663983800900887772
totalBuyFees() view returns (uint256)
5
totalSellFees() view returns (uint256)
0
totalSupply() view returns (uint256)
199866668000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15891474
transferDelayEnabled() view returns (bool)
false
twitter() pure returns (string)
https://twitter.com/dolan_token
uniswapV2Pair() view returns (address)
0xb4891996baae26e62b8fc6dfdf687aacdbaed66f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
website() pure returns (string)
https://dolantoken.com
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
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)
getAccountDividendsInfo(address account, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getTotalDividendsDistributed(address rewardToken) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account, address rewardToken) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateMaxAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateOperationsWallet(address newOperationsWallet)
updateSellFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
CanceledLpWithdrawRequest()
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OperationsWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
RequestedLPWithdraw()
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrewLPForMigration()
constructor()
receive()
This contract contains no error objects.