NotLuna
Verified contract
Active on
Ethereum with 15,787 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92.11)
Native
Value
$92.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.027379 | $3,364.35 |
$92.11 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102474 | 21 days ago | | | 0 | 0.00012919623 | |
| 20996024 | a month ago | | | 0 | 0.00042870443 | |
| 20854811 | 2 months ago | | | 0 | 0.00033351724 | |
| 20501590 | 3 months ago | | | 0 | 0.000025662709 | |
| 20215735 | 5 months ago | | | 0 | 0.000094871799 | |
| 19984002 | 6 months ago | | | 0 | 0.00073867019 | |
| 19942214 | 6 months ago | | | 0 | 0.00033852294 | |
| 19810702 | 7 months ago | | | 0 | 0.00029531839 | |
| 19599118 | 8 months ago | | | 0 | 0.00051363496 | |
| 19096898 | 10 months ago | | | 0 | 0.00063912705 |
ABI
ABI objects
Getter at block 21249829
contractURI() view returns (string)
https://notluna.xyz/metadata/contract.json
maxPerTxn() view returns (uint256)
1
maxPerWallet() view returns (uint256)
1
mintActive() view returns (bool)
true
name() view returns (string)
NotLuna
numberMinted() view returns (uint256)
10000
owner() view returns (address)
0xa457e5fbb47aa6e8acbacab7fcf04893a906b21a
symbol() view returns (string)
NL
totalSupply() view returns (uint256)
10000
totalTokens() view returns (uint256)
10000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events activateMint()
airDrop(address[] _to)
approve(address to, uint256 tokenId)
burn(uint256 tokenID)
deactivateMint()
hideMeta()
mint()
mintQty(uint256 qty)
onERC721Received(address _operator, address _from, uint256 _tokenId, bytes _data) returns (bytes4)
ownerMint(address _to, uint256 qty)
renounceOwnership()
revealMeta()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newURI)
setMaxMintThreshold(uint256 maxMints)
setMaxWalletThreshold(uint256 maxWallet)
setTotalTokens(uint256 numTokens)
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()
fallback()
receive()
This contract contains no error objects.