Dolan

Verified contract

Active on Ethereum with 117 txns
Deployed by via 0xefca07fb at 17109392
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xced3fe449ac6c52f665f90526fea1f795ac305063d4b61a9ee0c1d73abb5cf2d
0x0e0d1b408e66a629ae0e0a8885ba545867f56cb2048b43c99f520754eb042c36
0x5afd709bdfc228367c8a3d5f044ed2894957e510bae053a469139d4c25691776
0x38f304c332d31fab1b94bb20c92fe3665d8312ffbb9533d5f2457213da1e8758
0xe9f4b4abff63a1f18f21e638ced6714bf96006db28991e300799b76a46c4c700
0x3e08f48e795dd001065f9528fbff9fdaaf32704d7ae229f0cef1fa8bbe9e4c58
0x57923f2611242471c5e9eddb39adbef3d6e0e8b33bce3421e36bee6186fa19df
0xaefe0eaf6a57827abd5fa17f4d2bd0679c647a0832abb5147740668e01c753eb
0xbaa31e8908798d9cf79f6dd91b1661586ede365bcb35641a25e234d1496d9aeb
0x63878c9b2653737c228fc19516f94c238db8e69e39f479df1d1d0b9df323a9d7

Functions
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 owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isExcludedFromFees(addressview returns (bool)
isExcludedMaxTransactionAmount(addressview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(
excludeFromFees(address addrbool excluded
excludeFromMaxTransaction(address addrbool excluded
increaseAllowance(address spenderuint256 addedValuereturns (bool)
removeLimits(
renounceOwnership(
setFees(uint256 _buyLiquidityFeeuint256 _buyDevFeeuint256 _sellLiquidityFeeuint256 _sellDevFee
setMaxTransactionAmount(uint256 max
setMaxWallet(uint256 max
setSwapEnabled(bool enabled
setSwapTokensAtAmount(uint256 newAmount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
ExcludeFromFees(address indexed accountbool excluded
ExcludeFromMaxTransaction(address indexed accountbool excluded
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiquidity
Transfer(address indexed fromaddress indexed touint256 value
UpdateUniswapV2Router(address indexed newAddressaddress indexed oldAddress
Constructor
constructor(
Fallback and receive
receive(
Errors
BuyExceedsMaxWallet(
BuyTransferExceedsMaxTransactionAmount(
ERC20FromZero(
ERC20ToZero(
FeeTooHigh(
MaxWallet(
SellTransferExceedsMaxTransactionAmount(
SwapAmountTooHigh(
SwapAmountTooLow(
TradingNotActive(