Nights with Nara
Verified contract
Active on
Ethereum with 1,325 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 "Nights with Nara"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17584048 | a year ago | | | 0 | 0.0021809866 | |
| 17354767 | a year ago | | | 0 | 0.00054202143 | |
| 16875562 | 2 years ago | | | 0 | 0.00025644411 | |
| 16301363 | 2 years ago | | | 0 | 0.00099065885 | |
| 16122722 | 2 years ago | | | 0 | 0.00064645000 | |
| 15664656 | 2 years ago | | | 0 | 0.00017228254 | |
| 15646411 | 2 years ago | | | 0 | 0.00082875214 | |
| 15363793 | 2 years ago | | | 0 | 0.00033643717 | |
| 15363766 | 2 years ago | | | 0 | 0.00038380360 | |
| 15131782 | 2 years ago | | | 0 | 0.00048788681 |
ABI
ABI objects
Getter at block 21214105
baseTokenURI() view returns (string)
https://api.naranft.com/metadata/
collectionSize() view returns (uint256)
10000
mintPrice() view returns (uint256)
0
name() view returns (string)
Nights with Nara
owner() view returns (address)
0x3e40139c8fff276aa40df06f4258919bb42e8966
publicMintPaused() view returns (bool)
false
symbol() view returns (string)
NARA
totalSupply() view returns (uint256)
10000
whitelistMintPaused() view returns (bool)
true
whitelistminted() view returns (uint256)
0
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address address_) view returns (uint256[])
whitelistAddresses(address) view returns (bool)
State-modifying
Events TeamReserve(uint256 amount)
addwhitelist(address[] _users)
approve(address to, uint256 tokenId)
freeMint(uint256 amount) payable
mint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setPrice(uint256 _mintPrice)
setPublicSale(bool _status)
setWLMint(bool _status)
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.
This contract contains no error objects.