Red Rabbit
Verified contract
Active on
Ethereum with 1,879 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a25…488d
14 additional
variables
Balances ($1,212.60)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PEPE | ERC-20 | 60M | $0.00002 |
$1,212.6 | |
RR | ERC-20 | 3.584301M | -- | -- | |
BOTIFY | ERC-20 | 1.205531M | -- | -- | |
WIXI | ERC-20 | 1.145103M | -- | -- | |
UNI-V2 | ERC-20 | 115.696892 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20981580 | a month ago | | | 0 | 0.00026990986 | |
| 20840893 | 2 months ago | | | 0 | 0.00031392046 | |
| 20706775 | 2 months ago | | | 0 | 0.00017306205 | |
| 20597062 | 3 months ago | | | 0 | 0.000022575583 | |
| 20549869 | 3 months ago | | | 0 | 0.000033994800 | |
| 19559201 | 8 months ago | | | 0 | 0.00042031203 | |
| 19162142 | 9 months ago | | | 0 | 0.00040495542 | |
| 19152381 | 10 months ago | | | 0 | 0.00055990331 | |
| 18945107 | 10 months ago | | | 0 | 0.00048582224 | |
| 18885443 | a year ago | | | 0 | 0.0014506420 |
ABI
ABI objects
Getter at block 21228191
FEE_DIVISOR() view returns (uint256)
10000
buyLiquidityFee() view returns (uint256)
150
buyOperationsFee() view returns (uint256)
50
buyTotalFees() view returns (uint256)
200
decimals() view returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
futureOwner() view returns (address)
0xba28459f29d4006389337a6584e3773ffe3390a8
lastLpBurnTime() view returns (uint256)
1719096443
lastManualLpBurnTime() view returns (uint256)
1719096443
limitsInEffect() view returns (bool)
false
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
1800
lpPair() view returns (address)
0x2447fcc4efe8c01ce56ca52999c23e281e956fc4
manualBurnFrequency() view returns (uint256)
1800
maxBuyAmount() view returns (uint256)
2320232023000000000000000000
maxSellAmount() view returns (uint256)
2320232023000000000000000000
maxWallet() view returns (uint256)
2320232023000000000000000000
name() view returns (string)
Red Rabbit
operationsAddress() view returns (address)
0x063e5653996f7cc6d6c95a0c1711e67a6eaf97de
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentForLPBurn() view returns (uint256)
1000
sellLiquidityFee() view returns (uint256)
50
sellOperationsFee() view returns (uint256)
150
sellTotalFees() view returns (uint256)
200
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
1160116011500000000000000
symbol() view returns (string)
RR
tokensForLiquidity() view returns (uint256)
896075329063425920890666
tokensForOperations() view returns (uint256)
2688225987190277762672001
totalSupply() view returns (uint256)
2320232023000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
16420750
transferDelayEnabled() view returns (bool)
false
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)
State-modifying
Events airdropToWallets(address[] wallets, uint256[] amountsInTokens)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
enableTrading(address _lpPair)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
manualBurnLiquidityPairTokens(uint256 percent)
massExcludeFromFees(address[] accounts, bool excluded)
removeLimits()
renounceOwnership()
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
setOperationsAddress(address _operationsAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _liquidityFee)
updateMaxBuyAmount(uint256 newNum)
updateMaxSellAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _operationsFee, uint256 _liquidityFee)
updateSwapTokensAtAmount(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoBurnLP(uint256 indexed tokensBurned)
CaughtEarlyBuyer(address sniper)
EnabledTrading()
ExcludeFromFees(address indexed account, bool isExcluded)
ManualBurnLP(uint256 indexed tokensBurned)
MaxTransactionExclusion(address _address, bool excluded)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
TransferForeignToken(address token, uint256 amount)
UpdatedMaxBuyAmount(uint256 newAmount)
UpdatedMaxSellAmount(uint256 newAmount)
UpdatedMaxWalletAmount(uint256 newAmount)
UpdatedOperationsAddress(address indexed newWallet)
constructor()
receive()
This contract contains no error objects.