IndelibleOpenEdition
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
18
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 5 additional slots
Balances ($0.00)
No balances found for "IndelibleOpenEdition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "IndelibleOpenEdition"
ABI
ABI objects
Getter at block 21880513
animationUrl() view returns (string)
collectorFee() view returns (uint256)
0
didMintEnd() view returns (bool)
false
getMedia() view returns (string)
data:;base64,
imageUrl() view returns (string)
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
settings() view returns (uint256 maxPerAddress, uint256 publicMintPrice, uint256 mintStart, uint256 mintEnd, bool isContractSealed, string description)
(maxPerAddress=0, publicMintPrice=0, mintStart=0, mintEnd=0, isContractSealed=false, description=)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getChunk(uint256 chunkIndex) view returns (bytes)
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)
verifySignature(bytes32 messageHash, struct Signature signature) pure returns (address)
withdrawRecipients(uint256) view returns (address recipientAddress, uint256 percentage)
State-modifying
Events addChunk(uint256 index, bytes chunk)
addChunk(uint256 total, string _mimetype, bytes chunk)
airdrop(uint256 quantity, address to) payable
airdrop(uint256 quantity, address[] to) payable
approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, struct OpenEditionSettings _settings, struct RoyaltySettings _royaltySettings, struct WithdrawRecipient[] _withdrawRecipients, struct FactorySettings _factorySettings)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
sealContract()
setAnimationUrl(string url)
setApprovalForAll(address operator, bool approved)
setImageUrl(string url)
setMaxPerAddress(uint256 maxPerAddress)
setMintEnd(uint256 mintEnd)
setMintStart(uint256 mintStart)
setPublicMintPrice(uint256 publicMintPrice)
signatureMint(struct Signature signature, uint256 _nonce, uint256 _quantity, uint256 _maxPerAddress, uint256 _mintPrice, uint256 _collectorFee) payable
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
MetadataUpdate(uint256 _tokenId)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidInput()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotAuthorized()
NotAvailable()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()