Rocket Coin
Verified contract
Active on
Ethereum with 6 txns
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
-
variable spans 43 additional slots
0x8a20…b5f5
0x5db2…de18
0xb2e6…737c
0xbd03…3509
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RCKT | ERC-20 | 2.999941M | -- | -- | |
RCKT | ERC-20 | 59.420048 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11127754 | 4 years ago | | | 0 | 0.0015702001 | |
| 11127669 | 4 years ago | | | 0 | 0.0029580417 | |
| 11127571 | 4 years ago | | | 0 | 0.0013399800 | |
| 11127528 | 4 years ago | | | 0 | 0.0013380000 | |
| 11127527 | 4 years ago | | | 0 | 0.0013380300 | |
| 11127519 | 4 years ago | | | 0 | 0.0068287500 |
ABI
ABI objects
Getter at block 21320418
decimals() view returns (uint8)
18
feeCollector() view returns (address)
0x8a20fd29593871085af7c8bdd7fc377e1136b5f5
isFeeChargingEnabled() view returns (bool feeEnabled)
true
monetaryPolicy() view returns (address)
0xb2e6f1332c9dbacc35b9c4da46f183c28b94737c
name() view returns (string)
Rocket Coin
owner() view returns (address)
0xbd0c7aa14822ce192077baf20cf75a888a06b669
rocketV1() view returns (address)
0xbd03bd923c7d51019fd84571d84e4ebcf7213509
staking() view returns (address)
0x5db2da51338cef9e73d8cac6efb47784222bde18
symbol() view returns (string)
RCKT
totalSupply() view returns (uint256)
3000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateClaim(uint256 rocketV1AmountToSend) view returns (uint256 rocketV2AmountToReceive)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim(uint256 rocketV1Amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _rocketV1)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256 supplyAfterRebase)
renounceOwnership()
setFeeCollector(address _feeCollector)
setMonetaryPolicy(address _monetaryPolicy)
setStaking(address _staking)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromWithoutCollectingFee(address sender, address recipient, uint256 amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeCollectorUpdated(address feeCollector)
LogMonetaryPolicyUpdated(address monetaryPolicy)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RocketRebased(uint256 indexed epoch, uint256 totalSupply)
StakingUpdated(address staking)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.