Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x180f…33ee
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Jiyuu | ERC-20 | 92.468169 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19681395 | 7 months ago | | | 0 | 0.00026621930 | |
| 16794589 | 2 years ago | | | 0 | 0.00064518363 | |
| 16793588 | 2 years ago | | | 0 | 0.0016566071 | |
| 16793384 | 2 years ago | | | 0 | 0.0027758672 | |
| 16793384 | 2 years ago | | | 0 | 0.015220068 | |
| 16793383 | 2 years ago | | | 0 | 0.0024210836 | |
| 16738415 | 2 years ago | | | 0 | 0.00080489470 | |
| 16698715 | 2 years ago | | | 0 | 0.0014492133 | |
| 16684733 | 2 years ago | | | 0 | 0.0012041981 | |
| 16684067 | 2 years ago | | | 0 | 0.0011023813 |
ABI
ABI objects
Getter at block 21258210 getTokenPrice() view returns (uint256)
FEE_DIVISOR() view returns (uint256)
10000
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
dividendTracker() view returns (address)
0x180fb91327eea459a79e360ea48c3cfb771233ee
gasPriceCheckLimit() view returns (uint256)
40000000000
getClaimWait() view returns (uint256)
1
getLastProcessedIndex() view returns (uint256)
0
getNumberOfDividendTokenHolders() view returns (uint256)
249
getNumberOfDividends() view returns (uint256)
819828675411350870395917
getTotalDividendsDistributed() view returns (uint256)
8513103996003144162
limitsInEffect() view returns (bool)
true
liquidityActiveBlock() view returns (uint256)
0
liquidityMaxSellFee() view returns (uint256)
0
lpPair() view returns (address)
0xe9368c31fc1dbf40f1b4ad1be6112eea396c92ce
maxTransactionAmt() view returns (uint256)
10000000000000000000000
maxTxnIncreaseBlock() view returns (uint256)
16528880
maxWallet() view returns (uint256)
10000000000000000000000
name() view returns (string)
Jiyuu
operationsAddress() view returns (address)
0xa09a720e99179ae49243ead407848f626a90f1af
operationsMaxSellFee() view returns (uint256)
3000
owner() view returns (address)
0xb4eac5dee23f92f8397d01cc72877fb84e2b3524
rewardsMaxSellFee() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000
symbol() view returns (string)
Jiyuu
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
92468168649129227206
tokensForRewards() view returns (uint256)
0
totalMaxSellFees() view returns (uint256)
3000
totalSupply() view returns (uint256)
1000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
16528878
transferDelayEnabled() view returns (bool)
false
Read-only
_isExcludedFromFees(address) view returns (bool)
_isExcludedMaxTransactionAmount(address) view returns (bool)
addressVerified(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
calculatePurchaseValue(uint256 tokenAmount, bool isPurchase) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
estimateNewDCA(address wallet, uint256 tokenAmount, bool isPurchase) view returns (uint256)
getAccountDividendsInfo(address account) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getPriceImpact(uint256 tokenAmount) view returns (uint256 priceImpact)
getRelativeTax(address wallet) view returns (uint256)
getWalletCurrentTax(address wallet, uint256 tokenAmount) view returns (uint256)
gweiMapping(uint256, uint256) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
walletDollarCostAverage(address) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
enableTrading(uint256 _blocksUntilMaxTxnIncrease, uint256 _gasPriceLimit)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
forceSwapBack()
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeGasPriceCheckLimit()
removeLimits() returns (bool)
renounceOwnership()
sendEth()
setAutomatedMarketMakerPair(address pair, bool value)
setGasPriceCheckLimit(uint256 gas)
setVerificationRules(address _verificationAddress, bool _verificationRequired)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAllowanceForSwapping()
updateMaxAmount(uint256 newNum)
updateMaxSellFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateMaxWalletAmount(uint256 newNum)
updateOperationsWallet(address newOperationsWallet)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount)
verificationToBuy(uint8 _v, bytes32 _r, bytes32 _s)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoBurnLP(uint256 indexed tokensBurned)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
LpSyncFailed()
ManualBurnLP(uint256 indexed tokensBurned)
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)
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)
constructor()
receive()
This contract contains no error objects.