Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfc30…0ad2
0x3401…277a
0xe907…2d87
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.003106 |
$0 | |
XPS | ERC-20 | 100K | -- | -- | |
C4Y | ERC-20 | 1.5K | -- | -- | |
XCON | ERC-20 | 1.005K | -- | -- | |
TRK | ERC-20 | 1K | -- | -- | |
NBAI | ERC-20 | 300 | -- | -- | |
ETWT | ERC-20 | 138 | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- | |
BRC | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21090702 | 22 days ago | | | 0 | 0.00024266636 | |
| 21011677 | a month ago | | | 0 | 0.00015571300 | |
| 20982962 | a month ago | | | 0 | 0.00020956277 | |
| 20945398 | a month ago | | | 0 | 0.00048050962 | |
| 20889666 | 2 months ago | | | 0 | 0.00052891487 | |
| 20840687 | 2 months ago | | | 0 | 0.00059416334 | |
| 20780970 | 2 months ago | | | 0 | 0.00026100374 | |
| 20748516 | 2 months ago | | | 0 | 0.000054819080 | |
| 20746394 | 2 months ago | | | 0 | 0.000060632211 | |
| 20746376 | 2 months ago | | | 0 | 0.00032584248 |
ABI
ABI objects
Getter at block 21244789
PROMO_PLANETS_LIMIT() view returns (uint256)
10000
name() view returns (string)
0xUniverse
owner() view returns (address)
0x9e2655bda4940dfb9e446110f7180f7da1e58822
paused() view returns (bool)
false
promoCreatedCount() view returns (uint256)
9999
saleAuction() view returns (address)
0xe907b807df4b56cf4bfb16f288d4f2044dbd2d87
symbol() view returns (string)
PLANET
totalSupply() view returns (uint256)
403053
treasurer() view returns (address)
0x9e2655bda4940dfb9e446110f7180f7da1e58822
universeBalance() view returns (address)
0xfc30a1a7a650d10b20500bc10b06ff8f4b650ad2
universePlanetExploration() view returns (address)
0x340113cd9eceedc5ae1f08bc391f120daf53277a
Read-only
balanceOf(address _owner) view returns (uint256)
countPlanetsByRarity(uint256 _rarity) view returns (uint256)
countPlanetsByRarityInGroup(uint256 _groupIndex, uint256 _rarity) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 _tokenId) view returns (address)
getCurrentKnowledgeOfOwner(address _owner) view returns (uint256)
getDiscoveredPlanetsDensity(uint256 sectorX, uint256 sectorY) view returns (uint256)
getPlanet(uint256 _id) view returns (uint256 rarity, uint256 discovered, uint256 sectorX, uint256 sectorY, uint256[5] resourcesId, uint256[5] resourcesVelocity)
getPlanetCurrentResources(uint256 _planetId) view returns (uint256[5])
getPlanetUpdatedResources(uint256 _id) view returns (uint256 updated, uint256[5] resourcesId, uint256[5] resourcesUpdated)
isApprovedForAll(address _owner, address _operator) view returns (bool)
lastKnowledgeSpentDateByOwner(address) view returns (uint256)
ownerOf(uint256 _tokenId) view returns (address)
ownerToKnowledge(address) view returns (uint256)
planets(uint256) view returns (uint256)
tokenByIndex(uint256 _index) view returns (uint256)
tokenOfOwnerByIndex(address _owner, uint256 _index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events addAddressToWhitelist(address addr) returns (bool success)
addAddressesToWhitelist(address[] addrs) returns (bool success)
approve(address _to, uint256 _tokenId)
checkWhetherEnoughPromoPlanet()
createPlanet(address _owner, uint256 _rarity, uint256 _sectorX, uint256 _sectorY, uint256 _startPopulation) returns (uint256)
createSaleAuction(uint256 _planetId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
findAvailableResource(address _owner, uint256 _rarity) returns (int8)
initialize(address _earthOwner)
pause()
recountPlanetResourcesAndUserKnowledge(address _owner, uint256 _planetId)
removeAddressFromWhitelist(address addr) returns (bool success)
removeAddressesFromWhitelist(address[] addrs) returns (bool success)
safeTransferFrom(address _from, address _to, uint256 _tokenId)
safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address _to, bool _approved)
setSaleAuctionAddress(address _address)
setUniverseBalanceAddress(address _address)
setUniversePlanetExplorationAddress(address _address)
spendKnowledge(address _owner, uint256 _spentKnowledge)
spendResourceOnPlanet(address _owner, uint256 _planetId, uint256 _resourceId, uint256 _resourceValue)
spendResources(address _owner, uint256[5] _resourcesId, uint256[5] _resourcesNeeded)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
transferTreasurer(address _treasurer)
unpause()
withdrawAuctionBalances()
withdrawBalance()
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
PlanetCreated(address indexed owner, uint256 indexed planetId, uint256 sectorX, uint256 sectorY, uint256 rarity, uint256[5] resourcesId, uint256[5] resourcesVelocity, uint256 startPopulation)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
WhitelistedAddressAdded(address addr)
WhitelistedAddressRemoved(address addr)
constructor()
fallback()
This contract contains no error objects.