Rapidly Reusable Rockets
Verified contract
Active on
Ethereum with 699 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf621…95bc
0xf621…95bc
2 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RRR | ERC-20 | 11.48783M | -- | -- | |
MILF | ERC-20 | 1.34055M | -- | -- | |
MILF | ERC-20 | 1.34055M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654507 | 2 months ago | | | 0 | 0.000030283644 | |
| 20653366 | 2 months ago | | | 0 | 0.00034463964 | |
| 20598320 | 3 months ago | | | 0 | 0.000050829841 | |
| 20444464 | 3 months ago | | | 0 | 0.00010982788 | |
| 20376363 | 4 months ago | | | 0 | 0.00015772497 | |
| 20289772 | 4 months ago | | | 0 | 0.00017260425 | |
| 19793877 | 6 months ago | | | 0 | 0.00027861148 | |
| 19780140 | 6 months ago | | | 0 | 0.00022954117 | |
| 18719935 | a year ago | | | 0 | 0.0014165719 | |
| 18635383 | a year ago | | | 0 | 0.0012511938 |
ABI
ABI objects
Getter at block 21169364
amountInPool() view returns (uint256)
709426915681433471752
cooldownEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
name() pure returns (string)
Rapidly Reusable Rockets
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
RRR
thisBalance() view returns (uint256)
11487829751120188
totalSupply() pure returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
timeToBuy(address buyer) view returns (uint256)
timeToSell(address buyer) view returns (uint256)
State-modifying
Events addLiquidity()
approve(address spender, uint256 amount) returns (bool)
manualsend()
manualswap()
openTrading()
renounceOwnership()
setCooldownEnabled(bool onoff)
setFeeRate(uint256 rate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
CooldownEnabledUpdated(bool _cooldown)
FeeMultiplierUpdated(uint256 _multiplier)
FeeRateUpdated(uint256 _rate)
MaxBuyAmountUpdated(uint256 _maxBuyAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address FeeAddress, address marketingWalletAddress)
receive()
This contract contains no error objects.