1 tx
7 calls
constructor
No constructor.
functions
balanceOf
viewfunction balanceOf(address owner) view returns (uint256)
getApproved
viewfunction getApproved(uint256 tokenId) view returns (address)
isApprovedForAll
viewfunction isApprovedForAll(address owner, address operator) view returns (bool)
microManager
viewfunction microManager() view returns (address)
name
viewfunction name() view returns (string)
owner
viewfunction owner() view returns (address)
ownerOf
viewfunction ownerOf(uint256 tokenId) view returns (address)
saleConfig
viewfunction saleConfig() view returns (uint64 editionSize, uint16 profitSharing, address fundsRecipient, uint256 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, bytes32 presaleMerkleRoot, bool cancelable)
supportsInterface
viewfunction supportsInterface(bytes4 interfaceId) view returns (bool)
symbol
viewfunction symbol() view returns (string)
tokenByIndex
viewfunction tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex
viewfunction tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI
viewfunction tokenURI(uint256 tokenId) view returns (string)
totalMintsByAddress
viewfunction totalMintsByAddress(address) view returns (uint256)
totalSupply
viewfunction totalSupply() view returns (uint256)
VERSION
viewfunction VERSION() view returns (uint256)
adminMint
nonpayablefunction adminMint(address recipient, uint256 quantity) returns (uint256)
approve
nonpayablefunction approve(address to, uint256 tokenId)
bridgeIn
nonpayablefunction bridgeIn(address _toAddress, uint64 _dstChainId, uint256 _tokenId)
bridgeOut
nonpayablefunction bridgeOut(address _from, uint64 _dstChainId, uint256 _tokenId)
cancelSaleEdition
nonpayablefunction cancelSaleEdition()
crossMint
nonpayablefunction crossMint(address _toAddress, address _fundAddress, uint256 _quantity, uint256 _priceCheck, uint64 _srcChainId)
finalizeOpenEdition
nonpayablefunction finalizeOpenEdition()
init
nonpayablefunction init(bytes initPayload) returns (bool)
purchase
nonpayablefunction purchase(address minter, uint256 quantity) returns (uint256)
purchasePresale
nonpayablefunction purchasePresale(address minter, uint256 quantity, bytes32[] merkleProof) returns (uint256)
safeTransferFrom
nonpayablefunction safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
safeTransferFrom
nonpayablefunction safeTransferFrom(address from, address to, uint256 tokenId)
setApprovalForAll
nonpayablefunction setApprovalForAll(address operator, bool approved)
setBaseURI
nonpayablefunction setBaseURI(string _newURI)
setMerkleProof
nonpayablefunction setMerkleProof(bytes32 _merkle)
setNotRevealedURI
nonpayablefunction setNotRevealedURI(string _newURI)
setSaleDetail
nonpayablefunction setSaleDetail(bytes initPayload)
transferFrom
nonpayablefunction transferFrom(address from, address to, uint256 tokenId)
transferOwnership
nonpayablefunction transferOwnership(address newOwner)
events
AddMerkleProof
event AddMerkleProof(bytes32 indexed merkle)
Approval
event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll
event ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BridgeIn
event BridgeIn(address indexed _to, uint256 _dstChainId, uint256 _tokenId)
BridgeOut
event BridgeOut(address indexed _from, uint256 _dstChainId, uint256 _tokenId)
CancelSaleEdition
event CancelSaleEdition(address indexed sender, uint256 lastTimeUpdated)
CrossMint
event CrossMint(address indexed _to, uint256 _quantity, uint256 _srcChainId)
FundsWithdrawn
event FundsWithdrawn(address indexed sender, address indexed fundsRecipient, uint256 fund)
OpenMintFinalized
event OpenMintFinalized(address indexed sender, uint256 editionSize, uint256 timeEnd)
PublicSaleCollection
event PublicSaleCollection(address indexed sender, uint256 lastTimeUpdated)
Purchase
event Purchase(address indexed to, uint256 indexed quantity, uint256 indexed price, uint256 firstMintedTokenId)
Transfer
event Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
errors
Canceled
error Canceled()
ERC721EnumerableForbiddenBatchMint
error ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner
error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval
error ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover
error ERC721InvalidApprover(address approver)
ERC721InvalidOperator
error ERC721InvalidOperator(address operator)
ERC721InvalidOwner
error ERC721InvalidOwner(address owner)
ERC721InvalidReceiver
error ERC721InvalidReceiver(address receiver)
ERC721InvalidSender
error ERC721InvalidSender(address sender)
ERC721NonexistentToken
error ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex
error ERC721OutOfBoundsIndex(address owner, uint256 index)
InvalidSaleDetail
error InvalidSaleDetail()
IsNotBridge
error IsNotBridge()
PresaleMerkleNotApproved
error PresaleMerkleNotApproved()
PurchaseTooManyForAddress
error PurchaseTooManyForAddress()
PurchaseWrongPrice
error PurchaseWrongPrice(uint256 correctPrice)
SaleCanNotUpdate
error SaleCanNotUpdate()
SaleInactive
error SaleInactive()
SaleIsNotEnded
error SaleIsNotEnded()
SoldOut
error SoldOut()
Unauthorized
error Unauthorized()
creation bytecode
0x3d602d80600a3d3981f3363d3d373d3d3d363d73664d062eaa8cc99f0d6e3612a571ebdc1e11b2c95af43d82803e903d91602b57fd5bf3