Ethernauts
Verified contract
Active on
Ethereum with 856 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbb90…6fa2
3 additional
variables
Balances ($0.00)
No balances found for "Ethernauts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5244505 | 7 years ago | | | 0 | 0.000096228000 | |
| 5244016 | 7 years ago | | | 0 | 0.00014021500 | |
| 5243732 | 7 years ago | | | 0.18 | 0.00058885600 | |
| 5243719 | 7 years ago | | | 0.18 | 0.00029303500 | |
| 5243714 | 7 years ago | | | 0.18 | 0.00036803500 | |
| 5243668 | 7 years ago | | | 0 | 0.00080828500 | |
| 5243668 | 7 years ago | | | 0 | 0.00080828500 | |
| 5243668 | 7 years ago | | | 0 | 0.00080828500 | |
| 5243662 | 7 years ago | | | 0 | 0.00080828500 | |
| 5243662 | 7 years ago | | | 0 | 0.00080828500 |
ABI
ABI objects
Getter at block 21167924 getBalance() view returns (uint256)
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
SHIP_SLOTS() view returns (uint8)
5
STATS_SIZE() view returns (uint8)
10
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
nonFungibleContract() view returns (address)
0x62590a381465eeb2c909787fc927d150ce340d5b
oracleAddress() view returns (address)
0xdbd10902f69082abbd8ff140a72f8a9fba819cf3
ownerCut() view returns (uint256)
600
paused() view returns (bool)
true
symbol() view returns (string)
ETNT
totalSupply() view returns (uint256)
9019
Read-only
balanceOf(address _owner) view returns (uint256 count)
getAuction(uint256 _tokenId) view returns (address seller, uint256 startingPrice, uint256 endingPrice, uint256 duration, uint256 startedAt)
getCurrentPrice(uint256 _tokenId) view returns (uint256)
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)
bid(uint256 _tokenId) payable
cancelAuction(uint256 _tokenId)
cancelAuctionWhenPaused(uint256 _tokenId)
createNewAsset(uint256 _creatorTokenID, uint256 _price, uint16 _assetID, uint8 _category, uint8 _attributes, uint8[10] _stats) returns (uint256)
createSaleAuction(uint256 _tokenId, uint256 _startingPrice, uint256 _endingPrice, uint256 _duration)
pause()
purchase(uint256 _tokenId) payable
setCEO(address _newCEO)
setCOO(address _newCOO)
setCTO(address _newCTO)
setEthernautsStorageContract(address _CStorageAddress)
setNewAddress(address _v2Address)
setOracle(address _newOracle)
setOwnerCut(uint256 _ownerCut)
setPercentages(uint8 _Fee1, uint8 _Fee2, uint8 _Fees, uint8 _1Step, uint8 _2Step, uint8 _Steps)
setStepLimits(uint256 _firstStepLimit, uint256 _secondStepLimit)
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)
AuctionCancelled(uint256 tokenId)
AuctionCreated(uint256 tokenId, uint256 startingPrice, uint256 endingPrice, uint256 duration)
AuctionSuccessful(uint256 tokenId, uint256 totalPrice, address winner)
Build(address owner, uint256 tokenId, uint16 assetId, uint256 price)
ContractUpgrade(address newContract)
Purchase(uint256 indexed tokenId, uint256 oldPrice, uint256 newPrice, address indexed prevOwner, address indexed winner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(uint256 _cut)
This contract contains no fallback and receive objects.
This contract contains no error objects.