Lunartics

Verified contract

Active on Ethereum with 15,604 txns
Deployed by via 0x3b9d77f1 at 14656390
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lunartics"

0xbb8f64d7841057eb8edd3714d9cfb41bff00f47eb8b14903c5fbe9b0573ee906
0x683b1ca47a88a59e091960ce6dd17e0a44ba8a93d631156cdb86db4f44761e06
0x0c28ab51b39514e35dd4b85b5b7d72cb2ea99061a94d1dd31e596a54720aa638
0x352b93c34410df1bb6dce6b29afb06201cbff1e6a108e4a4c6ec0717bb66f4b2
0x638440c220a54c05a19e62cab55effbc337bb7170b7e6b312e93d4425f957f06
0x82505f02e5de292de8157fa26c71d978319de0a700bc669f563c23cccd452e71
0x97e0e830f26e726a6551596181945c61be7502f897ed44bda1d3bf39c04ffad2
0x7951038341b097e04c9281b3c5bf46de401453c5ed325ebf4568734c468e1dc7
0xec17470bbaecc427c5470f2d7df144f5986d2be063e6094b8d5802219a4ab27a
0xd5f0083c4d6768545d4653f24f9be7ce85757539b1ffc29e8ce8b7de57b85ecb

Functions
Getter at block 21165863
cap(view returns (uint256)
10000
metadataUri(view returns (string)
https://lunartics-meta.s3.amazonaws.com/
name(view returns (string)
Lunartics
owner(view returns (address)
0xe375e95c467a9798d7a29cb220fd162ef7e3ef44
symbol(view returns (string)
LUNARTICS
totalSupply(view returns (uint256)
10000
Read-only
_exists(uint256 _idview returns (bool)
balanceOf(address _ownerview returns (uint256)
getApproved(uint256 _idview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool)
ownerOf(uint256 _idview returns (address)
supportsInterface(bytes4 _interfaceIdview returns (bool)
tokenURI(uint256 _idview returns (string)
State-modifying
approve(address _approveduint256 _id
lockTransfer(uint256 _idbool _locked
mint_Qgo(address _recipientuint256 _amount
renounceOwnership(
safeTransferFrom(address _fromaddress _touint256 _id
safeTransferFrom(address _fromaddress _touint256 _idbytes _data
setAdmin(address _newAdminbool _isAdmin
setApprovalForAll(address _operatorbool _approved
setURI(string _uri
transferFrom(address _fromaddress _touint256 _id
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _metadataURIuint256 _cap
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
CapExceeded(
MintToZeroAddress(
MintZeroQuantity(
NotAnAdmin(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferIsLocked(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(