The District

Verified contract

Active on Ethereum with 629 txns
Deployed by via 0xa1ef3253 at 15929099
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
22 additional variables
ERC-20
--
0x64d722c68eeb74efad7c2724974b813c91d9262acab8483cc825c47760032ba3
0x27d6f1149016900cbbda518e85bdb4a8306405f85c946330e339f6524effd8ce
0xbecb7a21c6fe84c0983c14d24881f8320aaabdb606be84291a0b9bfcb1ed2d97
0xcc229aaf997b819f7867f49368105a3a02ff01595dda72193c664b9c29b4899c
0xae2ed96bc869c567fb548ae8154cfba7c88dd04d17c4c376e6bc649140b497a1
0xa4c744cdc4724e66baf4359da96e43bdc157ccb9b4767ef97fb4f0a30b21bd76
0x941663b942d3969c9b51a361022f25201ba152ac1396c0888653a47561adbb80
0x3b217a3c506c18f4d30099ce336bc95984378ac28b7d8a6083c6ac1d02334003
0xcb82787365738a3057d00d8783a2d72c678197f382945c72b7c2880720d79b04
0xa97e476726dd9d0f4fbd41720f5f701ac6633dffadb9123f13ff9b4f3d0aab74

Functions
Getter at block 21320595
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x37d226a899b1f62c3df855ec05d796bc274ef131
earlyBuyPenaltyEnd(view returns (uint256)
0
feeDivisor(view returns (uint256)
1000
gasForProcessing(view returns (uint256)
0
getClaimWait(view returns (uint256)
1200
getLastProcessedIndex(view returns (uint256)
0
getNumberOfDividendTokenHolders(view returns (uint256)
100
getNumberOfDividends(view returns (uint256)
40307644553694514168180
limitsInEffect(view returns (bool)
true
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
10
liquiditySellFee(view returns (uint256)
10
lpPercToWithDraw(view returns (uint256)
0
lpWithdrawRequestDuration(view returns (uint256)
259200
lpWithdrawRequestPending(view returns (bool)
false
lpWithdrawRequestTimestamp(view returns (uint256)
0
maxTransactionAmount(view returns (uint256)
500000000000000000000
maxWallet(view returns (uint256)
1500000000000000000000
name(view returns (string)
The District
operationsBuyFee(view returns (uint256)
10
operationsSellFee(view returns (uint256)
10
operationsWallet(view returns (address)
0x4efd1d32d52865299a38fedcbf860a339763864b
owner(view returns (address)
0x62598ed094c6f7588cc3f0e5c8d92ef0aeb9ed3d
rewardsBuyFee(view returns (uint256)
30
rewardsSellFee(view returns (uint256)
30
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
50000000000000000000
symbol(view returns (string)
D82
tokensForLiquidity(view returns (uint256)
4000000000000000000
tokensForOperations(view returns (uint256)
4000000000000000000
tokensForRewards(view returns (uint256)
12000000000000000000
totalBuyFees(view returns (uint256)
50
totalSellFees(view returns (uint256)
50
totalSupply(view returns (uint256)
100000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15929178
transferDelayEnabled(view returns (bool)
true
uniswapV2Pair(view returns (address)
0xc4b478a43b357f9e76c7d6dc27eef8d78980eb5d
uniswapV2Router(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
dividendTokenBalanceOf(address accountview returns (uint256)
getAccountDividendsInfo(address accountaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getAccountDividendsInfoAtIndex(uint256 indexaddress rewardTokenview returns (addressint256int256uint256uint256uint256uint256uint256)
getTotalDividendsDistributed(address rewardTokenview returns (uint256)
isExcludedFromFees(address accountview returns (bool)
withdrawableDividendOf(address accountaddress rewardTokenview returns (uint256)
State-modifying
airdropHolders(address[] walletsuint256[] amountsInTokens
approve(address spenderuint256 amountreturns (bool)
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromDividends(address account
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
includeInDividends(address account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
setBlacklist(address[] blacklisted_bool status_
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateClaimWait(uint256 claimWait
updateGasForProcessing(uint256 newValue
updateMaxAmount(uint256 newNum
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawStuckEth(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
CanceledLpWithdrawRequest(
DevWalletUpdated(address indexed newWalletaddress indexed oldWallet
ExcludeFromFees(address indexed accountbool isExcluded
ExcludeMultipleAccountsFromFees(address[] accountsbool isExcluded
ExcludedMaxTransactionAmount(address indexed accountbool isExcluded
GasForProcessingUpdated(uint256 indexed newValueuint256 indexed oldValue
OperationsWalletUpdated(address indexed newWalletaddress indexed oldWallet
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProcessedDividendTracker(uint256 iterationsuint256 claimsuint256 lastProcessedIndexbool indexed automaticuint256 gasaddress indexed processor
RequestedLPWithdraw(
SendDividends(uint256 tokensSwappeduint256 amount
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
SwapAndLiquify(uint256 tokensSwappeduint256 ethReceiveduint256 tokensIntoLiqudity
Transfer(address indexed fromaddress indexed touint256 value
WithdrewLPForMigration(
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.