Ethernauts
Verified contract
Active on
Ethereum with 1,314 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbb90…6fa2
4 additional
variables
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) |
---|---|---|---|---|---|---|---|
| 7026269 | 6 years ago | | | 0 | 0.000096711000 | |
| 5381564 | 7 years ago | | | 0.01 | 0.000048870000 | |
| 5381479 | 7 years ago | | | 0.01 | 0.000048870000 | |
| 5381142 | 7 years ago | | | 0 | 0.00011252400 | |
| 5381119 | 7 years ago | | | 0 | 0.00012585600 | |
| 5381011 | 7 years ago | | | 0 | 0.00011252400 | |
| 5380994 | 7 years ago | | | 0 | 0.0029970000 | |
| 5380990 | 7 years ago | | | 0.01 | 0.00040290600 | |
| 5380979 | 7 years ago | | | 0 | 0.0029667440 | |
| 5380976 | 7 years ago | | | 0.01 | 0.00026847600 |
ABI
ABI objects
Getter at block 21168975 getBalance() view returns (uint256) getExplorerList() view returns (uint256[4][])
ATTR_CONSUMABLE() view returns (bytes2)
0x0020
ATTR_EXPLORABLE() view returns (bytes2)
0x0004
ATTR_GOLDENGOOSE() view returns (bytes2)
0x0080
ATTR_LEASABLE() view returns (bytes2)
0x0008
ATTR_PERMANENT() view returns (bytes2)
0x0010
ATTR_PRODUCIBLE() view returns (bytes2)
0x0002
ATTR_SEEDED() view returns (bytes2)
0x0001
ATTR_TRADABLE() view returns (bytes2)
0x0040
MAX_TIME_EXPLORE() view returns (int256)
2160
MIN_TIME_EXPLORE() view returns (int256)
60
RANGE_SCALE() view returns (int256)
2
RANGE_STAT_MAX() view returns (int256)
20
SHIP_SLOTS() view returns (uint8)
5
SPEED_STAT_MAX() view returns (int256)
30
STATS_SIZE() view returns (uint8)
10
TICK_TIME() view returns (uint256)
15
ceoAddress() view returns (address)
0xdbd10902f69082abbd8ff140a72f8a9fba819cf3
cooAddress() view returns (address)
0xdbd10902f69082abbd8ff140a72f8a9fba819cf3
ctoAddress() view returns (address)
0xdbd10902f69082abbd8ff140a72f8a9fba819cf3
ethernautsStorage() view returns (address)
0xbb906536d14bed9f7ff100b62eedb27a21856fa2
implementsERC721() pure returns (bool)
true
name() view returns (string)
Ethernauts
newContractAddress() view returns (address)
0x0000000000000000000000000000000000000000
oracleAddress() view returns (address)
0x20ab615361a31ce9f03eddaa20c49bbb985f41f1
oracleFee() view returns (uint256)
3200000000000000
paused() view returns (bool)
true
percentageCut() view returns (uint256)
90
secondsPerBlock() view returns (uint256)
15
sectorOwnerCut() view returns (uint256)
10000000000000000
symbol() view returns (string)
ETNT
totalSupply() view returns (uint256)
9019
Read-only
balanceOf(address _owner) view returns (uint256 count)
isExploring(uint256 _tokenId) view returns (bool)
ownerOf(uint256 _tokenId) view returns (address owner)
supportsInterface(bytes4 _interfaceID) view returns (bool)
State-modifying
Events approve(address _to, uint256 _tokenId)
createNewAsset(uint256 _creatorTokenID, address _owner, uint256 _price, uint16 _assetID, uint8 _category, uint8 _attributes, uint8[10] _stats) returns (uint256)
explorationResults(uint256 _shipTokenId, uint256 _sectorTokenId, uint16[5] _IDs, uint8[5] _attributes, uint8[10][5] _stats)
explore(uint256 _shipTokenId, uint256 _sectorTokenId) payable
pause()
setCEO(address _newCEO)
setCOO(address _newCOO)
setCTO(address _newCTO)
setEthernautsStorageContract(address _CStorageAddress)
setNewAddress(address _v2Address)
setOracle(address _newOracle)
setOracleFee(uint256 _oracleFee)
setPercentageCut(uint256 _percentageCut)
setSecondsPerBlock(uint256 _secs)
setSectorOwnerCut(uint256 _sectorOwnerCut)
setTickTime(uint256 _tickTime)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
unpause()
withdrawBalances(address _to)
Approval(address indexed owner, address indexed approved, uint256 tokens)
Build(address owner, uint256 tokenId, uint16 assetId, uint256 price)
ContractUpgrade(address newContract)
Explore(uint256 indexed shipId, uint256 indexed sectorID, uint256 time)
Result(uint256 indexed shipId, uint256 indexed sectorID)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.