Noox Genesis Pass: Tier 3
Verified contract
Proxy
Active on
Ethereum with 916 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "Noox Genesis Pass: Tier 3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026313 | 20 days ago | | | 0 | 0.00015476242 | |
| 20939369 | a month ago | | | 0 | 0.00049271842 | |
| 20646543 | 2 months ago | | | 0 | 0.000031618768 | |
| 20617807 | 3 months ago | | | 0 | 0.000025719243 | |
| 20367604 | 4 months ago | | | 0 | 0.000097656914 | |
| 20367604 | 4 months ago | | | 0 | 0.00016494023 | |
| 19934399 | 6 months ago | | | 0 | 0.00069098924 | |
| 19874417 | 6 months ago | | | 0 | 0.00020167439 | |
| 19083590 | 10 months ago | | | 0 | 0.00082617387 | |
| 19050268 | 10 months ago | | | 0 | 0.00040246375 |
ABI
ABI objects
Getter at block 21170804
contractURI() view returns (string)
ipfs://bafkreiewfieqm6i2diisdrqe4fbdn73qgymgfsbcphfrdxkcqis6hgrwm4
description() view returns (string)
This is Noox Genesis Pass: Tier 3, which is your pass to the new world.
factory() view returns (address)
0xf44880e5a2eeb8230d6c0c7daa0b59a0dfb2cccf
feeConfig() view returns (address)
0x2b27d7a2b62d532e8d34fb8b35a41c75eb90a854
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
limit() view returns (uint256)
300
name() view returns (string)
Noox Genesis Pass: Tier 3
owner() view returns (address)
0x23156587ed37be8e1c41a1364558a9271f844544
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
renderer() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBPS() view returns (uint256)
1000
royaltyRecipient() view returns (address)
0x23156587ed37be8e1c41a1364558a9271f844544
symbol() view returns (string)
NOOXGP3
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
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 receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
allocate(address recipient, uint256 count)
approve(address to, uint256 tokenId)
cancelOwnershipTransfer()
initialize(address owner_, string name_, string symbol_, string description_, string contentURI_, string animationURI_, string contractURI_, struct IEditionsEdition edition_, bool paused_)
mint(address recipient) returns (uint256 tokenId)
pause()
purchase(address recipient) payable returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLimit(uint256 newLimit)
setPrice(uint256 price_)
setRenderer(address renderer_)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyBPS_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
unpause()
withdraw(uint16 feeBPS, address fundingRecipient)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed fromAddress, address indexed toAddress)
EditionLimitSet(uint256 oldLimit, uint256 newLimit)
EditionPurchased(uint256 indexed tokenId, address indexed nftRecipient, uint256 amountPaid)
FundingRecipientSet(address indexed oldFundingRecipient, address indexed newFundingRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceSet(uint256 price)
RendererSet(address indexed renderer)
RoyaltyChange(address indexed oldRoyaltyRecipient, uint256 oldRoyaltyBPS, address indexed newRoyaltyRecipient, uint256 newRoyaltyBPS)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawal(address indexed recipient, uint256 amount, uint256 fee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.