Bank of Dejitaru

Verified contract

Active on Ethereum with 30 txns
Deployed by via 0x900af494 at 15609734
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables
ERC-20
--
0x80805a7eb8418238f70139e7f489ff0a6f54ecf510e26a9fa3de9549b8c14333
0xf70ddb00936fa240aa4b5a2d889901d47ebc06346fa4c465a7687013bb4ee5d7
0x563aacbdf891e6784f9cf7ffe58a9bf86e83db55aa63ea7371e41fb810f26337
0xc6c18a2968f261d48d720850ee9a22700259f1abc0f430907298ec7c618fad3f
0x1f381683134389142e01ee3d736c118cd70b4aee71e86ea45102fb6b4a96db2a
0x4554e65ce4d30f20ca863e3ffabba11036186cf4864d03bb24333eb2e6b1933e
0x821e282556c7e14a1a5cc5d8cafa7be5f76ca39a79f014d80e33427f51e1a209
0xa04318bbc1377a9346f211315f435d8e2c863ea1b54efde625f9725b80e7bf03
0xd5e702804f3adc352d4aecf52c8d858188b0506826149dc7551f679bd5067e3e
0xf5439cdd30e198737f0915eaa17d91f506f2041038a2a0bbe4afcf2b27160cd1

Functions
Getter at block 20882076
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x59e080dade5175476e3fe114882900074882445d
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)
26
getNumberOfDividends(view returns (uint256)
961962979139390150203894072
limitsInEffect(view returns (bool)
true
liquidityActiveBlock(view returns (uint256)
0
liquidityBuyFee(view returns (uint256)
0
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
maxTxn(view returns (uint256)
30000000000000000000000000
name(view returns (string)
Bank of Dejitaru
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
40
operationsSellFee(view returns (uint256)
20
operationsWallet(view returns (address)
0xd96dfc544e5b1e51d8107f27f08e881444bde8c6
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardsBuyFee(view returns (uint256)
0
rewardsSellFee(view returns (uint256)
130
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
10000000000000000000000000
symbol(view returns (string)
DRAGON BANK
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
30490175542328668248888972
tokensForRewards(view returns (uint256)
7546844960851026085471357
totalBuyFees(view returns (uint256)
40
totalSellFees(view returns (uint256)
150
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15609759
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x32a6bc8cdb4640d8fdb65c5d34fd7cd9a4ff5b6a
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
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
claim(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
disableTransferDelay(returns (bool)
enableTrading(
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
excludeMultipleAccountsFromFees(address[] accountsbool excluded
increaseAllowance(address spenderuint256 addedValuereturns (bool)
processDividendTracker(uint256 gas
removeLimits(returns (bool)
renounceOwnership(
requestToWithdrawLP(uint256 percToWithdraw
setAutomatedMarketMakerPair(address pairbool value
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
updateMaxWalletAmount(uint256 newNum
updateOperationsWallet(address newOperationsWallet
updateSellFees(uint256 _operationsFeeuint256 _rewardsFeeuint256 _liquidityFee
updateSwapEnabled(bool enabled
withdrawRequestedLP(
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.