Not In Paris
Verified contract
Active on
Ethereum with 1,025 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 "Not In Paris"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20953389 | a month ago | | | 0 | 0.00077083398 | |
| 20953385 | a month ago | | | 0 | 0.00091403441 | |
| 20953245 | a month ago | | | 0 | 0.00083414986 | |
| 20555801 | 3 months ago | | | 0 | 0.000088458730 | |
| 20537701 | 3 months ago | | | 0 | 0.00010334824 | |
| 20518765 | 3 months ago | | | 0 | 0.000062944623 | |
| 20450463 | 4 months ago | | | 0 | 0.000092733130 | |
| 20315268 | 4 months ago | | | 0 | 0.00027862340 | |
| 19233606 | 9 months ago | | | 0 | 0.0010048058 | |
| 19082154 | 10 months ago | | | 0 | 0.00028645540 |
ABI
ABI objects
Getter at block 21222334 renounceOwnership() view
IS_ALLOWLIST_REQUIRED() view returns (bool)
true
IS_SALE_ACTIVE() view returns (bool)
true
MAX_SUPPLY() view returns (uint256)
350
PRICE_PER_TOKEN() view returns (uint256)
100000000000000000
RESERVE_SUPPLY() view returns (uint256)
0
name() view returns (string)
Not In Paris
owner() view returns (address)
0x809fe7c98f71d518064bff031e130a3db052b28b
symbol() view returns (string)
NIP
totalSupply() view returns (uint256)
350
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address _address, bytes32[] _merkleProof) 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)
tokensClaimed(address _address) view returns (uint256)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(bytes32[] _merkleProof) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setIsAllowlistActive(bool _state)
setPrice(uint256 _price)
setRoot(bytes32 _root)
setSaleState(bool _state)
teamMint(uint256 _amount, address _address)
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.