Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DOLAN | ERC-20 | 15.542198M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17458039 | a year ago | | | 0 | 0.00040230445 | |
| 17307638 | 2 years ago | | | 0 | 0.00068678189 | |
| 17155276 | 2 years ago | | | 0 | 0.0014780960 | |
| 17122995 | 2 years ago | | | 0 | 0.0010852955 | |
| 17122929 | 2 years ago | | | 0 | 0.00093168036 | |
| 17115535 | 2 years ago | | | 0 | 0.0016420040 | |
| 17112207 | 2 years ago | | | 0 | 0.0018582400 | |
| 17111864 | 2 years ago | | | 0 | 0.0021196314 | |
| 17110882 | 2 years ago | | | 0 | 0.0019801238 | |
| 17110293 | 2 years ago | | | 0 | 0.0020062478 |
ABI
ABI objects
Getter at block 21275807
MAX_SUPPLY() view returns (uint256)
690000000000000000000000000
UNISWAP_V2_PAIR() view returns (address)
0xaef5333eadb9939f4e305ed1e4eabfe020437d08
UNISWAP_V2_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
buyDevFee() view returns (uint256)
2
buyLiquidityFee() view returns (uint256)
1
decimals() view returns (uint8)
18
limitsEnabled() view returns (bool)
true
maxTransactionAmount() view returns (uint256)
13800000000000000000000000
maxWallet() view returns (uint256)
13800000000000000000000000
name() view returns (string)
Dolan
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellDevFee() view returns (uint256)
2
sellLiquidityFee() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
690000000000000000000000
symbol() view returns (string)
DOLAN
tokensForDev() view returns (uint256)
10361329294137155940903470
tokensForLiquidity() view returns (uint256)
5180664647068577970451735
totalSupply() view returns (uint256)
690000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address) view returns (bool)
isExcludedMaxTransactionAmount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromFees(address addr, bool excluded)
excludeFromMaxTransaction(address addr, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
setFees(uint256 _buyLiquidityFee, uint256 _buyDevFee, uint256 _sellLiquidityFee, uint256 _sellDevFee)
setMaxTransactionAmount(uint256 max)
setMaxWallet(uint256 max)
setSwapEnabled(bool enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool excluded)
ExcludeFromMaxTransaction(address indexed account, bool excluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor()
receive()
BuyExceedsMaxWallet()
BuyTransferExceedsMaxTransactionAmount()
ERC20FromZero()
ERC20ToZero()
FeeTooHigh()
MaxWallet()
SellTransferExceedsMaxTransactionAmount()
SwapAmountTooHigh()
SwapAmountTooLow()
TradingNotActive()