ExoPlanets
Verified contract
Active on
Ethereum with 4,651 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 |
---|---|---|---|---|---|
GSE | ERC-20 | 16 | $0.000025 |
$0 | |
NBAI | ERC-20 | 300 | -- | -- | |
XPL | ERC-20 | 4 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13224412 | 3 years ago | | | 0 | 0.0030513773 | |
| 7903350 | 5 years ago | | | 0 | 0.00012650991 | |
| 7294853 | 6 years ago | | | 0 | 0.00027468600 | |
| 7274858 | 6 years ago | | | 0 | 0.00068671500 | |
| 6377925 | 6 years ago | | | 0 | 0.00036624800 | |
| 6360765 | 6 years ago | | | 0 | 0.000011627000 | |
| 6133120 | 6 years ago | | | 0 | 0.00015390500 | |
| 6123722 | 6 years ago | | | 0 | 0.00012065200 | |
| 6119010 | 6 years ago | | | 0 | 0.0013487320 | |
| 6105203 | 6 years ago | | | 0 | 0.0018538200 |
ABI
ABI objects
Getter at block 21284325
BASE_URL() view returns (string)
https://exoplanets.io/metadata/planet_
NAME() view returns (string)
ExoPlanets
SYMBOL() view returns (string)
XPL
ceoAddress() view returns (address)
0xc96d7e522eeb07cd5b7f06201a7e87c1cdd3233d
cooAddress() view returns (address)
0xc96d7e522eeb07cd5b7f06201a7e87c1cdd3233d
implementsERC721() pure returns (bool)
true
inPresaleMode() view returns (bool)
false
name() view returns (string name)
ExoPlanets
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string symbol)
XPL
totalSupply() view returns (uint256 total)
206
Read-only
approvedToTransfer(uint256) view returns (address)
balanceOf(address owner) view returns (uint256 balance)
currentOwner(uint256) view returns (address)
getCryptoMatch(uint256 tokenId) view returns (string)
getExoplanet(uint256 tokenId) view returns (string exoplanetName, uint256 sellingPriceInEther, address owner, uint8 lifeRate, uint32 priceInExoTokens, uint32 numOfTokensBonusOnPurchase, string cryptoMatch, string scientificData)
getLifeRate(uint256 tokenId) view returns (uint8)
getName(uint256 tokenId) view returns (string)
getNumOfTokensBonusOnPurchase(uint256 tokenId) view returns (uint32)
getPriceInExoTokens(uint256 tokenId) view returns (uint32)
getScientificData(uint256 tokenId) view returns (string)
getTechBonus1(uint256 tokenId) view returns (string)
getTechBonus2(uint256 tokenId) view returns (string)
getTechBonus3(uint256 tokenId) view returns (string)
ownerOf(uint256 tokenId) view returns (address owner)
priceOf(uint256 tokenId) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string uri)
tokensOfOwner(address owner) view returns (uint256[] ownerTokens)
State-modifying
Events approve(address to, uint256 tokenId)
createContractExoplanet(string name, uint256 priceInEther, uint32 priceInExoTokens, string cryptoMatch, uint32 numOfTokensBonusOnPurchase, uint8 lifeRate, string scientificData)
pause()
payout()
payoutPartial(uint256 amount)
purchase(uint256 tokenId) payable
setCEO(address newCEO)
setCOO(address newCOO)
setNewAddress(address _v2Address)
setPresaleMode(bool newMode)
setPriceInEth(uint256 tokenId, uint256 newPrice)
setPriceInExoTokens(uint256 tokenId, uint32 newPrice)
setScientificData(uint256 tokenId, string newData)
setTechBonus1(uint256 tokenId, string newVal)
setTechBonus2(uint256 tokenId, string newVal)
setTechBonus3(uint256 tokenId, string newVal)
takeOwnership(uint256 tokenId)
transfer(address to, uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferUnownedPlanet(address newOwner, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
Birth(uint256 indexed tokenId, string name, uint32 numOfTokensBonusOnPurchase, address owner)
ContractUpgrade(address newContract)
TokenSold(uint256 tokenId, uint256 oldPriceInEther, uint256 newPriceInEther, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.