Editions
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
9
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 "Editions"
ABI
ABI objects
Getter at block 21170804
contractURI() view returns (string)
description() view returns (string)
factory() view returns (address)
0xf44880e5a2eeb8230d6c0c7daa0b59a0dfb2cccf
feeConfig() view returns (address)
0x2b27d7a2b62d532e8d34fb8b35a41c75eb90a854
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
limit() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
price() view returns (uint256)
0
renderer() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBPS() view returns (uint256)
0
royaltyRecipient() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
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)
constructor(address factory_, address feeConfig_, address treasuryConfig_)
This contract contains no fallback and receive objects.
This contract contains no error objects.