Rocket Bunny
Verified contract
Active on
Ethereum with 19,712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25,061.75)
Native
Value
$24,837.7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.245747 | $3,427.90 |
$24,837.7 | |
USDT | ERC-20 | 197.809535 | $1.002 |
$198.21 | |
UNI | ERC-20 | 2.324274 | $11.12 |
$25.85 | |
eMax | ERC-20 | 43.575335K | -- | -- | |
BEZOGE | ERC-20 | 230.941828M | -- | -- | |
BUNNY | ERC-20 | 1056.787239T | -- | -- | |
KOCHI | ERC-20 | 3.714023B | -- | -- | |
BEAR | ERC-20 | 419.440623M | -- | -- | |
UNI-V2 | ERC-20 | 32.494783K | -- | -- | |
WHOLE | ERC-20 | 125.496055 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21255649 | 2 hours ago | | | 0 | 0.00020875386 | |
| 21255627 | 2 hours ago | | | 0 | 0.00034484659 | |
| 21244719 | 2 days ago | | | 0 | 0.00069245853 | |
| 21239058 | 2 days ago | | | 0 | 0.0014737870 | |
| 21217969 | 5 days ago | | | 0 | 0.00026892761 | |
| 21210321 | 6 days ago | | | 0 | 0.00035202022 | |
| 21210317 | 6 days ago | | | 0 | 0.00060192358 | |
| 21200742 | 8 days ago | | | 0 | 0.00038458582 | |
| 21197013 | 8 days ago | | | 0 | 0.00037582624 | |
| 21190824 | 9 days ago | | | 0 | 0.0010965522 |
ABI
ABI objects
Getter at block 21256283
_antiDumpToggle() view returns (bool)
false
_burnPool() view returns (address)
0x18159f21d6a2f72dc97fc1d2ddebcecfa614142c
_feeDecimals() view returns (uint8)
2
_feePercentage() view returns (uint32)
0
_maxSellAmount() view returns (uint256)
1
_swapAndLiquifyEnabled() view returns (bool)
false
_totalBurnedLpTokens() view returns (uint256)
0
decimals() view returns (uint8)
9
name() view returns (string)
Rocket Bunny
owner() view returns (address)
0x0e1ecb720ab2ed8e531a137ddf8c2eb5380e9ffb
symbol() view returns (string)
BUNNY
totalFees() view returns (uint256)
160572919200559521301710870
totalSupply() view returns (uint256)
777000000000000000000000000
uniswapV2Pair() view returns (address)
0x9ddd23c1ec9c69bc833008d4d2f86f6aa491bc91
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateTokenFee(uint256 _amount, uint8 feeDecimals, uint32 feePercentage) pure returns (uint256 locked)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events antiDumpAmount(uint256 divisor)
antiDumpToggle(bool setting)
approve(address spender, uint256 amount) returns (bool)
burnLiq(address _token, address _to, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reflect(uint256 tAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFee(uint32 feePercentage)
updateMinTokensBeforeSwap(uint128 minTokensBeforeSwap)
updateSwapAndLiquifyEnabled(bool _enabled)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeUpdated(uint8 _feeDecimals, uint32 _feePercentage)
MinTokensBeforeSwapUpdated(uint128 _minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _uniswapV2Router, uint128 minTokensBeforeSwap, bool swapAndLiquifyEnabled)
receive()
This contract contains no error objects.