Rocket Token
Verified contract
Active on
Ethereum with 1,962 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 |
---|---|---|---|---|---|
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12104709 | 4 years ago | | | 0 | 0.0053912460 | |
| 11806000 | 4 years ago | | | 0 | 0.0050297600 | |
| 11725196 | 4 years ago | | | 0 | 0.0034990461 | |
| 9964664 | 5 years ago | | | 0 | 0.00047139600 | |
| 8669033 | 5 years ago | | | 0 | 0.00048663400 | |
| 8601427 | 5 years ago | | | 0 | 0.00036256320 | |
| 8438993 | 5 years ago | | | 0 | 0.0010566200 | |
| 8361453 | 5 years ago | | | 0 | 0.00075662000 | |
| 8212942 | 5 years ago | | | 0 | 0.00075662000 | |
| 8167299 | 5 years ago | | | 0 | 0.00075662000 |
ABI
ABI objects
Getter at block 21303063
currentRound() view returns (uint8)
1
decimals() view returns (uint8)
18
getCurrentRoundIsActive() view returns (bool)
true
getCurrentRoundIsFinished() view returns (bool)
false
getCurrentRoundIssued() view returns (uint256 issued)
384009014150400000000000
getCurrentRoundMinimumTime() view returns (uint256)
0
getCurrentRoundTotal() view returns (uint256 total)
4170000000000000000000000
maxTokensToMint() view returns (uint256)
25000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
Rocket Token
owner() view returns (address)
0x457216795e84e674d47f540d6c528f0a239398a4
paused() view returns (bool)
false
symbol() view returns (string)
ROCK
totalSupply() view returns (uint256)
384009014150400000000000
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableTransfer() returns (bool)
finishMinting() returns (bool)
finishRound() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
startRound() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.