XRPPrinter
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2914…21ec
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRPrrr | ERC-20 | 1.938545B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20886315 | 2 months ago | | | 0 | 0.00048929266 | |
| 20872700 | 2 months ago | | | 0 | 0.00096200967 | |
| 19910130 | 6 months ago | | | 0 | 0.0013774231 | |
| 18423413 | a year ago | | | 0 | 0.00054487050 | |
| 17694194 | a year ago | | | 0 | 0.00073603106 | |
| 17691667 | a year ago | | | 0 | 0.00057293067 | |
| 17691664 | a year ago | | | 0 | 0.00096702507 | |
| 17688927 | a year ago | | | 0 | 0.0013004423 | |
| 17688895 | a year ago | | | 0 | 0.00088008252 | |
| 17688894 | a year ago | | | 0 | 0.00097954500 |
ABI
ABI objects
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(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getTotalDividendsDistributed(address rewardToken) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account, address rewardToken) view returns (uint256)
State-modifying
Events addPresaleAddressForExclusions(address _presaleAddress)
approve(address spender, uint256 amount) returns (bool)
cancelLPWithdrawRequest()
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeLimits() returns (bool)
renounceOwnership()
requestToWithdrawLP(uint256 percToWithdraw)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateMaxWalletAmount(uint256 newNum)
updateOperationsWallet(address newOperationsWallet)
updateSellFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 _value)
withdrawRequestedLP()
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
CanceledLpWithdrawRequest()
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
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)
RequestedLPWithdraw()
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)
WithdrewLPForMigration()
constructor()
receive()
This contract contains no error objects.