XRPPrinter

Verified contract

Active on Ethereum with 122 txns
Deployed by via 0x8c832c29 at 17688126
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
14 additional variables
ERC-20
--
0x1f398a0d326f8adfe06a23c8c85d094e5552fb762fa28033e121802f16c33fbe
0x19218fd0abc97ece899b81f4da8f637c632f6c3177f992724ecc18ad89219a57
0x00cbbe86cd426d21ee5e546dfa866a9fa3d2ece8435ee2d001f5f3146805b959
0x37b106f1a48dd0af4b59d24477fc13b2b48a7b2159abfe211541aee6f02c4ea2
0x4bfc2001357028882ead912f9d1f79faae8a8bcf29c22f3b3973db4ae7dd9930
0x797458120b9165a0d734ada77a1c0901e3b7720a7da5c8fd752031b9a73f85a0
0xa0d80091de41a0ab97cd0ef9f921e32ff5a57285cc4bec96782bd2d569035d02
0xaf95ee4eb66e92da5a20d372e8dfb1478a90b5dd9dc19f0502903043d1e7038c
0x0057505c6d57b085bc1f10e7253b40074b18ab4a9b8b9f3142b3149e289835dc
0x950569b8ea2f09608181b2c8dfc773a12c8d4f4fa0aa47f6b48e096283cc6654

Functions
Getter at block 21230403
decimals(view returns (uint8)
18
dividendTracker(view returns (address)
0x2914f1696fba3c51f3f9d4564e93fca657d921ec
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)
25
getNumberOfDividends(view returns (uint256)
145241207253888214821373103787
limitsInEffect(view returns (bool)
false
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)
7700000000000000000000000000
name(view returns (string)
XRPPrinter
nextAvailableLpWithdrawDate(view returns (uint256)
0
operationsBuyFee(view returns (uint256)
10
operationsSellFee(view returns (uint256)
10
operationsWallet(view returns (address)
0x68734fae35eb1167bd91527b688ac00ba8d59e34
owner(view returns (address)
0x68734fae35eb1167bd91527b688ac00ba8d59e34
rewardsBuyFee(view returns (uint256)
40
rewardsSellFee(view returns (uint256)
40
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
3000000000000000000000000000
symbol(view returns (string)
XRPrrr
tokensForLiquidity(view returns (uint256)
0
tokensForOperations(view returns (uint256)
387708965835761663110694407
tokensForRewards(view returns (uint256)
1550835863343046652442777629
totalBuyFees(view returns (uint256)
50
totalSellFees(view returns (uint256)
50
totalSupply(view returns (uint256)
1000000000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
17688175
transferDelayEnabled(view returns (bool)
false
uniswapV2Pair(view returns (address)
0x9acc5dcc2375c9508bda1045ed3bdb27230cadf2
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
addPresaleAddressForExclusions(address _presaleAddress
approve(address spenderuint256 amountreturns (bool)
cancelLPWithdrawRequest(
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(
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
updateSwapTokensAtAmount(uint256 _value
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.