lucatheastronaut.com
Verified contract
Active on
Ethereum with 858 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 "lucatheastronaut.com"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202699 | 12 days ago | | | 0 | 0.00056646635 | |
| 20502904 | 4 months ago | | | 0 | 0.000044788948 | |
| 20152956 | 5 months ago | | | 0 | 0.00047341080 | |
| 20045732 | 6 months ago | | | 0 | 0.00032382050 | |
| 19665467 | 7 months ago | | | 0 | 0.00042817448 | |
| 19523266 | 8 months ago | | | 0 | 0.00096628334 | |
| 19498416 | 8 months ago | | | 0 | 0.0031245605 | |
| 19342849 | 9 months ago | | | 0 | 0.0021770978 | |
| 19323793 | 9 months ago | | | 0 | 0.0021908063 | |
| 19286351 | 9 months ago | | | 0 | 0.0045751876 |
ABI
ABI objects
Getter at block 21290244
MAX_SUPPLY() view returns (uint16)
8000
ROYALTY() view returns (uint16)
600
isPaused() view returns (bool)
true
name() view returns (string)
lucatheastronaut.com
owner() view returns (address)
0x63e47942b1b30e994203f1d321c13833a5016371
publicCost() view returns (uint256)
20000000000000000
symbol() view returns (string)
FURS.LTA
totalMinted() view returns (uint256)
7746
totalSupply() view returns (uint256)
7746
Read-only
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)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
ownerAirdrop(address _to, uint16 _mintAmount)
ownerMint(uint16 _mintAmount)
publicMint(uint16 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMintPrice(uint256 _newMintPrice)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _BaseURI, address _proxyRegistryAddress, address _devWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()