Rocket Inu
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RINU | ERC-20 | 1.362456M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18380215 | a year ago | | | 0 | 0.00033232326 | |
| 18380086 | a year ago | | | 0 | 0.00025411799 | |
| 18380084 | a year ago | | | 0 | 0.00030592860 | |
| 18380054 | a year ago | | | 0 | 0.00023597707 | |
| 18380033 | a year ago | | | 0 | 0.00024925874 | |
| 18380030 | a year ago | | | 0 | 0.00036612439 | |
| 18380027 | a year ago | | | 0 | 0.00018638715 | |
| 18380015 | a year ago | | | 0 | 0.00023243071 | |
| 18380014 | a year ago | | | 0 | 0.00021740277 | |
| 18380012 | a year ago | | | 0 | 0.00022445249 |
ABI
ABI objects
Getter at block 21229197
decimals() view returns (uint8)
18
dexPair() view returns (address)
0x266f2a6d8dab7490e2b64270bd08ee65088c6d21
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
distributeAndLiquifyStatus() view returns (bool)
true
feesStatus() view returns (bool)
true
launchedAt() view returns (uint256)
1697665319
marketingFeeOnBuying() view returns (uint256)
0
marketingFeeOnSelling() view returns (uint256)
99
marketingWallet() view returns (address)
0x341c72f9fa0c63810d8027a1b198c2f3140e9cc6
maxHoldLimit() view returns (uint256)
100000000000000000000000000000000000000000000000
maxTxnLimit() view returns (uint256)
100000000000000000000000000000000000000000000000
minTokenToSwap() view returns (uint256)
71428571428571428571428
name() view returns (string)
Rocket Inu
owner() view returns (address)
0x341c72f9fa0c63810d8027a1b198c2f3140e9cc6
percentDivider() view returns (uint256)
100
symbol() view returns (string)
RINU
totalSupply() view returns (uint256)
10000000000000000000000000
trading() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isExcludedFromMaxHolding(address) view returns (bool)
isExcludedFromMaxTxn(address) view returns (bool)
totalBuyFeePerTx(uint256 amount) view returns (uint256)
totalSellFeePerTx(uint256 amount) view returns (uint256)
State-modifying
Events BuyFeePercent(uint256 _marketingFee)
MaxHoldLimit(uint256 _amount)
MaxTxnLimit(uint256 _amount)
MinTokenToSwap(uint256 _amount)
SellFeePercent(uint256 _marketingFee)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableOrDisableFees(bool _value)
enableTrading()
includeOrExcludeFromFee(address account, bool value)
includeOrExcludeFromMaxHolding(address account, bool value)
includeOrExcludeFromMaxTxn(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeStuckEth(address _receiver)
renounceOwnership()
setDistributionStatus(bool _value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingAddresses(address _marketingWallet)
withdrawETH(uint256 _amount)
withdrawStuckEth(address _token, uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.