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 "LUNAtics"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16707177 | 2 years ago | | | 0 | 0.0017378619 | |
| 14839423 | 3 years ago | | | 0 | 0.00093417430 | |
| 14838806 | 3 years ago | | | 0 | 0.00049703613 | |
| 14838779 | 3 years ago | | | 0 | 0.00055943904 | |
| 14838638 | 3 years ago | | | 0 | 0.00060238817 | |
| 14838622 | 3 years ago | | | 0 | 0.0013795889 | |
| 14838622 | 3 years ago | | | 0 | 0.0015239400 | |
| 14838619 | 3 years ago | | | 0 | 0.0014406662 | |
| 14838619 | 3 years ago | | | 0 | 0.0014406662 | |
| 14838614 | 3 years ago | | | 0 | 0.00048701905 |
ABI
ABI objects
Getter at block 21269144
FREE_MAX_SUPPLY() view returns (uint256)
220
MAX_PER_TX_FREE() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
2222
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmQ1QD1Bc13efUFpGYgCfmTuowF9otf62RfFAJEJ1R4FEk/
contractURI() view returns (string)
ipfs://QmeMwfdWuNicCsZruWfSzCNYzhGK7of7U7MNsGpLgWFUsY
maxPerTx() view returns (uint256)
4
name() view returns (string)
LUNAtics
owner() view returns (address)
0x40a8fe40f8667c1a885fc2b7310720bdb3c6b28b
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
LUNAtics
totalSupply() view returns (uint256)
2222
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) 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 baseURI_)
setContractURI(string _contractURI)
setMaxPerTx(uint256 _maxPerTx)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()