MicroNFTProxyV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "MicroNFTProxyV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MicroNFTProxyV2"
ABI
ABI objects
Getter at block 21862396
VERSION() view returns (uint256)
4
microManager() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
saleConfig() view returns (uint64 editionSize, uint16 profitSharing, address fundsRecipient, uint256 publicSalePrice, uint32 maxSalePurchasePerAddress, uint64 publicSaleStart, uint64 publicSaleEnd, bytes32 presaleMerkleRoot, bool cancelable)
(editionSize=0, profitSharing=0, fundsRecipient=0x0000000000000000000000000000000000000000, publicSalePrice=0, maxSalePurchasePerAddress=0, publicSaleStart=0, publicSaleEnd=0, presaleMerkleRoot=0x0000000000000000000000000000000000000000000000000000000000000000, cancelable=false)
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMicroFeeWei(uint256 quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalMintsByAddress(address) view returns (uint256)
State-modifying
Events adminMint(address recipient, uint256 quantity) returns (uint256)
approve(address to, uint256 tokenId)
bridgeIn(address _toAddress, uint64 _dstChainId, uint256 _tokenId)
bridgeOut(address _from, uint64 _dstChainId, uint256 _tokenId)
cancelSaleEdition()
crossMint(address _toAddress, address _fundAddress, uint256 _quantity, uint256 _priceCheck, uint64 _srcChainId)
finalizeOpenEdition()
init(bytes initPayload) returns (bool)
purchase(uint256 quantity) payable returns (uint256)
purchasePresale(uint256 quantity, bytes32[] merkleProof) payable returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newURI)
setMerkleProof(bytes32 _merkle)
setNotRevealedURI(string _newURI)
setSaleDetail(bytes initPayload)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AddMerkleProof(bytes32 indexed merkle)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BridgeIn(address indexed _to, uint256 _dstChainId, uint256 _tokenId)
BridgeOut(address indexed _from, uint256 _dstChainId, uint256 _tokenId)
CancelSaleEdition(address indexed sender, uint256 lastTimeUpdated)
CrossMint(address indexed _to, uint256 _quantity, uint256 _srcChainId)
FeePayout(uint256 MicroMintFeeWei, address MicroFeeRecipient, bool success)
FundsWithdrawn(address indexed sender, address indexed fundsRecipient, uint256 fund)
OpenMintFinalized(address indexed sender, uint256 editionSize, uint256 timeEnd)
PublicSaleCollection(address indexed sender, uint256 lastTimeUpdated)
Purchase(address indexed to, uint256 indexed quantity, uint256 indexed price, uint256 firstMintedTokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Canceled()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
InvalidSaleDetail()
IsNotBridge()
PaymentFailed()
PresaleMerkleNotApproved()
PurchaseTooManyForAddress()
PurchaseWrongPrice(uint256 correctPrice)
SaleCanNotUpdate()
SaleInactive()
SaleIsNotEnded()
SoldOut()
Unauthorized()