lucatheastronaut.com

Verified contract

Active on Ethereum with 858 txns
Deployed by via 0x7dd31224 at 17648438
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "lucatheastronaut.com"

0xa095f6d2e2cadb547d3d944f96096b2657d3698398b193386c5da6b4c6c3b94e
0xb9bdce6b88e4bce8d84d0aa7c5a0b298a5082c3c9c308310e00e55d8e631e648
0x123f554e87412834f06ad56e17970508ce7356a256bbf0e2115e8a83713d05c9
0xfc1988e08bc4377c23bf93c69f9cbd28eb9672a81cce4d8cea69959040bd2371
0xa3ea40c00ad35e2a6b63518d04ef4bb064adb85aece623a1521a789b30f491be
0xa129d41447c60bfcda2262ab15fe06b2574c96e24d6509f04fe007d46d712f27
0xe77b7f4adaba13e581ca201c24ea7d8a45c877ed21db84a357dfae63908f6a8f
0x759170e901429d2c9f99ba0cf192f5d88162202b8cf5c5466d2b15284d829c88
0x575857cf527bb71fbb7d3b5698b78c2f0f48910ce45a23ca85262d714d0501c2
0xc49f6876a2e1adcfb6b5f9c54694dda980c86e664b32bcd0ce10cd17cd7564ce

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
ownerAirdrop(address _touint16 _mintAmount
ownerMint(uint16 _mintAmount
publicMint(uint16 _mintAmountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMintPrice(uint256 _newMintPrice
setPaused(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _BaseURIaddress _proxyRegistryAddressaddress _devWallet
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(