Ethereum Rocket
Verified contract
Active on
Ethereum with 810 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8,806.77)
Native
Value
$8,806.77
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.466537 | $3,570.50 |
$8,806.77 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11850889 | 4 years ago | | | 0 | 0.0026339250 | |
| 11850889 | 4 years ago | | | 0 | 0.0027091800 | |
| 11850721 | 4 years ago | | | 0 | 0.0060268741 | |
| 11681909 | 4 years ago | | | 0 | 0.0020773200 | |
| 10821578 | 4 years ago | | | 0 | 0.0095528070 | |
| 10819127 | 4 years ago | | | 0 | 0.0042055112 | |
| 10784947 | 4 years ago | | | 0 | 0.016156074 | |
| 10784928 | 4 years ago | | | 0 | 0.019090560 | |
| 10741982 | 4 years ago | | | 0 | 0.0032888646 | |
| 10734907 | 4 years ago | | | 0 | 0.0018556230 |
ABI
ABI objects
Getter at block 21288788
buyPrice() view returns (uint256)
133660800000000
checkinCount() view returns (uint256)
0
decimals() view returns (uint8)
18
exchangeClosed() view returns (bool)
false
getContractData() view returns (uint256, uint256, uint256, uint256, uint256)
(144, 12844972963140268263598, 2466536901762890009, 579364950000000000000, 34652583583624086614)
getPlayerData() view returns (uint256, uint256, uint256, uint256, uint256)
(0, 0, 0, 0, 0)
isOwner() view returns (bool)
false
myTokens() view returns (uint256)
0
name() view returns (string)
Ethereum Rocket
playerCount_() view returns (uint256)
144
sellPrice() view returns (uint256)
125949600000000
stakingRequirement() view returns (uint256)
50000000000000000000
symbol() view returns (string)
Rocket
totalDividends() view returns (uint256)
34652583583624086614
totalEthereumBalance() view returns (uint256)
2466536901762890009
totalInvested() view returns (uint256)
579364950000000000000
totalSupply() view returns (uint256)
12844972963140268263598
Read-only
balanceOf(address _customerAddress) view returns (uint256)
calculateEthereumReceived(uint256 _tokensToSell) view returns (uint256)
calculateTokensReceived(uint256 _ethereumToSpend) view returns (uint256)
dividendsOf(address _customerAddress) view returns (uint256)
myDividends(bool _includeReferralBonus) view returns (uint256)
players_(address) view returns (bool)
totalDeposit_(address) view returns (uint256)
totalWithdraw_(address) view returns (uint256)
State-modifying
Events buy(address _referredBy) payable returns (uint256)
dailyCheckin()
disableInitialStage()
exit()
helloRocket(address _address, bool _status, uint8 _count, uint256 _amount)
reinvest()
sell(uint256 _amountOfTokens)
setStakingRequirement(uint256 _amountOfTokens)
transfer(address _toAddress, uint256 _amountOfTokens) returns (bool)
withdraw()
Transfer(address indexed from, address indexed to, uint256 tokens)
onReinvestment(address indexed customerAddress, uint256 ethereumReinvested, uint256 tokensMinted)
onTokenPurchase(address indexed customerAddress, uint256 incomingEthereum, uint256 tokensMinted, address indexed referredBy)
onTokenSell(address indexed customerAddress, uint256 tokensBurned, uint256 ethereumEarned)
onWithdraw(address indexed customerAddress, uint256 ethereumWithdrawn)
constructor()
fallback()
This contract contains no error objects.