Murakami108FlowersPacks
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
288
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 "Murakami108FlowersPacks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Murakami108FlowersPacks"
ABI
ABI objects
Getter at block 22746025
basePrice() view returns (uint256)
0
maxPerMint() view returns (uint256)
0
maxPerReveal() view returns (uint256)
0
name() view returns (string)
owner() view returns (address result)
0x0000000000000000000000000000000000000000
saleActive() view returns (bool)
false
saleDuration() view returns (uint256)
0
saleStartTime() view returns (uint256)
0
symbol() view returns (string)
totalMinted() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
totalSupply() view returns (uint256 result)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
balanceOf(address owner) view returns (uint256)
discountBps(uint256 quantity) pure returns (uint16)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasAllRoles(address user, uint256 roles) view returns (bool)
hasAnyRole(address user, uint256 roles) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
isAwaitingReveal(address owner) view returns (bool)
mintFee(uint256 quantity) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
price(uint256 quantity) view returns (uint256)
requestPending(uint256) view returns (bool)
requestedHash(uint256) view returns (bytes32)
rolesOf(address user) view returns (uint256 roles)
setApprovalForAll(address, bool) pure
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address, uint256) payable
batchAirdrop(uint64[] quantities, address[] recipients) payable
batchReveal(uint256[] tokenIds)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
fulfillRandomness(uint256 randomness, bytes dataWithRound)
grantRoles(address user, uint256 roles) payable
initialize(address owner_, address feeRecipient_, uint256 mintBaseFee_, string name_, string symbol_)
initializeRarities()
mint(address to, uint256 quantity) payable
processReveal(uint256 randomness, uint256 requestId)
renounceOwnership() payable
renounceRoles(uint256 roles) payable
requestOwnershipHandover() payable
revokeRoles(address user, uint256 roles) payable
safeTransferFrom(address, address, uint256, bytes) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
setCard(address cardsAddress)
setFeeRecipient(address newFeeRecipient)
setMaxPerMint(uint256 newMaxPerMint)
setMaxPerReveal(uint256 newMaxPerReveal)
setMintBaseFee(uint256 newBaseFee)
setTokenURIS(string newEnTokenURI, string newJpTokenURI)
setTreasury(address newTreasury)
setVRFOperator(address newVrfOperator)
startSale(uint256 newBasePrice, uint256 newStartTime, uint256 newDuration)
stopSale()
transferFrom(address, address, uint256) payable
transferOwnership(address newOwner) payable
withdraw()
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 from, address indexed to)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RequestedRandomness(uint256 round, bytes data)
RolesUpdated(address indexed user, uint256 indexed roles)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AddressInsufficientBalance(address account)
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
FailedInnerCall()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotCompatibleWithSpotMints()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TransfersNotAllowed()
URIQueryForNonexistentToken()
Unauthorized()