Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x221c…a2cf
0x7857…eaa4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RCKT | ERC-20 | 5.963278K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11486645 | 4 years ago | | | 0 | 0.0067650450 | |
| 11483499 | 4 years ago | | | 0 | 0.0073449060 | |
| 11483341 | 4 years ago | | | 0 | 0.0054120360 | |
| 11483329 | 4 years ago | | | 0 | 0.0050248383 | |
| 11483125 | 4 years ago | | | 0 | 0.0056053230 | |
| 11482172 | 4 years ago | | | 0 | 0.0039217860 | |
| 11481397 | 4 years ago | | | 0 | 0.0077319603 | |
| 11480297 | 4 years ago | | | 0 | 0.0058826790 | |
| 11480161 | 4 years ago | | | 0 | 0.0054120360 | |
| 11479806 | 4 years ago | | | 0 | 0.0070163181 |
ABI
ABI objects
Getter at block 21289152
owner() view returns (address)
0xbd0c7aa14822ce192077baf20cf75a888a06b669
totalCredits() view returns (uint256)
28875780453676710280402
Read-only
creditBalances(address) view returns (uint256)
creditsToTokens(uint256 _credits) view returns (uint256 rocketAmount)
getStakerBalance(address staker) view returns (uint256 credits, uint256 toRedeem, uint256 toRedeemAfterFee)
tokensToCredits(uint256 _amount) view returns (uint256 credits)
State-modifying
Events initialize(address _rocket)
redeem(uint256 _credits) returns (uint256 rocketReturned)
renounceOwnership()
setFeeCollector(address _feeCollector)
setRocket(address _rocket)
stake(uint256 _amount) returns (uint256 creditsIssued)
transferOwnership(address newOwner)
FeeCollectorUpdated(address feeColletor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RocketUpdated(address rocket)
TokensRedeemed(address indexed staker, uint256 creditsBurned, uint256 tokensRedeemed)
TokensStaked(address indexed staker, uint256 tokensDeposited, uint256 creditsIssued)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.