Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
5 additional
variables
Balances ($0.00)
No balances found for "Rocket"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20731285 | 3 months ago | | | 0 | 0.00010405059 | |
| 19835655 | 7 months ago | | | 0 | 0.00022771705 | |
| 19417891 | 9 months ago | | | 0 | 0.0025423357 | |
| 17857178 | a year ago | | | 0 | 0.0014949126 | |
| 17579158 | a year ago | | | 0 | 0.0019516396 | |
| 17579158 | a year ago | | | 0 | 0.0019516396 | |
| 17579158 | a year ago | | | 0 | 0.0019516396 | |
| 17579158 | a year ago | | | 0 | 0.0019516396 | |
| 17579157 | a year ago | | | 0 | 0.0020727798 | |
| 17579157 | a year ago | | | 0 | 0.0020774628 |
ABI
ABI objects
Getter at block 21321345
GEN0_AUCTION_DURATION() view returns (uint256)
86400
GEN0_STARTING_PRICE() view returns (uint256)
10000000000000000
autoBuildFee() view returns (uint256)
2000000000000000
baseUri() view returns (string)
rocketdash.game/
charge() view returns (uint256)
10
elononeCreatedCount() view returns (uint256)
522
gen0CreatedCount() view returns (uint256)
522
initTime() view returns (uint256)
1668228443
name() view returns (string)
Rocket
owner() view returns (address)
0x06bdcf9946ddc8ae7faa349b4e71518d0d8cea9a
paused() view returns (bool)
false
preProductionRockets() view returns (uint256)
0
promoCreatedCount() view returns (uint256)
0
saleAuction() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
RocketDash
totalSupply() view returns (uint256)
521
Read-only
architectModelAllowedToAddress(uint256) view returns (address)
balanceOf(address owner) view returns (uint256)
canBuildWith(uint256 _inventorModelId, uint256 _architectModelId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getRocket(uint256 _id) view returns (bool isProcessing, bool isReady, uint256 recoveryIndex, uint256 nextActionAt, uint256 ProcessingWithId, uint256 buildTime, uint256 inventorModelId, uint256 architectModelId, uint256 generation)
isApprovedForAll(address owner, address operator) view returns (bool)
isInventing(uint256 _rocketId) view returns (bool)
isReadyToBuild(uint256 _rocketId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
recovery(uint256) view returns (uint32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[] ownerTokens)
State-modifying
Events LaunchRocket(uint256 _inventorModelId) returns (uint256)
approve(address to, uint256 tokenId)
approveArchitectModel(address _addr, uint256 _architectModelId)
buildNewRocket(uint256 _inventorModelId, uint256 _architectModelId) payable
createGen0Auction(address _tokenAddress)
createMultipleRocket(address[] _owner, uint256 _count)
createSaleAuction(uint256 _rocketId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration, address _tokenAddress)
initElononeMint()
initPartnershipMintWithParams(uint256 _mintPrice, uint256 _mintPeriod, address _partnerAddress, address _teamAddress)
mintElononeRocket()
mintPartnershipRocket() payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAutoBuildFee(uint256 val)
setBaseURI(string _baseTokenURI)
setRecovery(uint32[14] _recovery)
setSaleAuctionAddress(address _address)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdrawAuctionBalances()
withdrawBalance()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Build(address owner, uint256 rocketId, uint256 inventorModelId, uint256 architectModelId)
Inventing(address owner, uint256 inventorModelId, uint256 architectModelId, uint256 recoveryEndTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseUri)
receive()
This contract contains no error objects.