Nieux Collective
Verified contract
Active on
Ethereum with 77 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 "Nieux Collective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20076503 | 6 months ago | | | 0 | 0.0013461031 | |
| 19878402 | 7 months ago | | | 0 | 0.00085113303 | |
| 19878387 | 7 months ago | | | 0 | 0.00082639854 | |
| 19878372 | 7 months ago | | | 0 | 0.00080164782 | |
| 19878367 | 7 months ago | | | 0 | 0.00080329463 | |
| 19878358 | 7 months ago | | | 0 | 0.00082939019 | |
| 19878335 | 7 months ago | | | 0 | 0.00079224262 | |
| 19878324 | 7 months ago | | | 0 | 0.00082264467 | |
| 19878322 | 7 months ago | | | 0 | 0.00082035004 | |
| 19878305 | 7 months ago | | | 0 | 0.00081064089 |
ABI
ABI objects
Getter at block 21311106
baseURI() view returns (string)
https://gateway.lighthouse.storage/ipfs/bafybeihxnger5zokacwxp2bybaibn7gcjtg4d3kgb7rngmhhuezlqurz44/
name() view returns (string)
Nieux Collective
nextTokenId() view returns (uint256)
777
owner() view returns (address)
0x7c06306e1135937d983691b37f692758ce0e5b82
symbol() view returns (string)
NIEUX
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)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdropFounders(address[] to, uint256[] tokenIds)
airdropMany(address[] to)
airdropOne(address to)
approve(address to, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
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.
InvalidParameters()
URIQueryForNonexistentToken()