The Lost Astronauts
Verified contract
Active on
Ethereum with 617 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "The Lost Astronauts"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20704078 | 2 months ago | | | 0 | 0.000042764182 | |
| 19671466 | 7 months ago | | | 0 | 0.00035670042 | |
| 19309761 | 9 months ago | | | 0 | 0.00056976426 | |
| 19309723 | 9 months ago | | | 0 | 0.0011670829 | |
| 18906757 | a year ago | | | 0 | 0.00079595819 | |
| 18804887 | a year ago | | | 0 | 0.0013895841 | |
| 18506761 | a year ago | | | 0 | 0.00097222965 | |
| 18162611 | a year ago | | | 0 | 0.00039029299 | |
| 18096948 | a year ago | | | 0 | 0.00044991635 | |
| 18006629 | a year ago | | | 0 | 0.00078920542 |
ABI
ABI objects
Getter at block 21211238
ABASHO_COST() view returns (uint256)
10000000000000000
ASTRONAUTS() view returns (uint256)
250
AbashoContract() view returns (address)
0xe9c79b33c3a06f5ae7369599f5a1e2ff886e17f0
REGULAR_COST() view returns (uint256)
40000000000000000
WALLETLIMIT() view returns (uint256)
5
name() view returns (string)
The Lost Astronauts
owner() view returns (address)
0xcf480122094106f51d49f34fbb27988d2e20710f
riftOpen() view returns (bool)
true
riftOpenAbasho() view returns (bool)
true
symbol() view returns (string)
LOST
totalSupply() view returns (uint256)
250
Read-only
abashoClaimed(uint256) view returns (bool)
addressClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events abashoRecoverAstronaut(uint256 _abashoId) payable
approve(address to, uint256 tokenId) payable
openRift()
openRiftAbasho()
pseudoRandom()
recoverAstronaut() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setSignal(string baseURI_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()