BOOM! [W/ JADYN VIOLET + JAMEE CORNELIA]
Verified contract
Proxy
Active on
Ethereum with 23 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 7 additional slots
Balances ($0.00)
No balances found for "BOOM! [W/ JADYN VIOLET + JAMEE CORNELIA]"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19563434 | 8 months ago | | | 0 | 0.00069097900 | |
| 17010103 | 2 years ago | | | 0 | 0.00093583079 | |
| 16621860 | 2 years ago | | | 0 | 0.0013838769 | |
| 16612985 | 2 years ago | | | 0 | 0.00086483181 | |
| 16612784 | 2 years ago | | | 0 | 0.00077569852 | |
| 16611022 | 2 years ago | | | 0 | 0.00076870165 | |
| 16578420 | 2 years ago | | | 0 | 0.0019138829 | |
| 16483247 | 2 years ago | | | 0 | 0.00071907928 | |
| 16210023 | 2 years ago | | | 0 | 0.00067561275 | |
| 16156987 | 2 years ago | | | 0 | 0.0010644198 |
ABI
ABI objects
Getter at block 21325737 editionInfo() view returns (struct EditionInfo info)
ADDRESS_BATCH_MINT_LIMIT() view returns (uint256)
255
ADMIN_ROLE() view returns (uint256)
1
METADATA_IS_FROZEN_FLAG() view returns (uint8)
1
MINTER_ROLE() view returns (uint256)
2
MINT_RANDOMNESS_ENABLED_FLAG() view returns (uint8)
2
baseURI() view returns (string)
ar://v6LZPEXXd7WlHoQ5BGJ650QtNfNBy_b3KuSm1ufjA70/
contractURI() view returns (string)
ar://E9wD-G-KbmGb8roWmzQvp50WysGdjtRpQzu3p6CFRls/
editionCutoffTime() view returns (uint32)
1670148000
editionMaxMintable() view returns (uint32)
50
editionMaxMintableLower() view returns (uint32)
10
editionMaxMintableUpper() view returns (uint32)
50
fundingRecipient() view returns (address)
0x68ddaa9621580eed7c2083d918f38325a99edd7b
isMetadataFrozen() view returns (bool)
false
metadataModule() view returns (address)
0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1
mintConcluded() view returns (bool)
true
mintRandomness() view returns (uint256)
13145404705145730304626674853778876852830997473882465634500450386951485772006
mintRandomnessEnabled() view returns (bool)
true
name() view returns (string)
BOOM! [W/ JADYN VIOLET + JAMEE CORNELIA]
nextTokenId() view returns (uint256)
51
owner() view returns (address result)
0xba4586c75fb3e4e9a4e77c5b721280b203f5ef93
ownershipHandoverValidFor() view returns (uint64)
172800
royaltyBPS() view returns (uint16)
1000
symbol() view returns (string)
BOOM
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
50
totalSupply() view returns (uint256)
50
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
hasAllRoles(address user, uint256 roles) view returns (bool result)
hasAnyRole(address user, uint256 roles) view returns (bool result)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurned(address owner) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ordinalsFromRoles(uint256 roles) pure returns (uint8[] ordinals)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
rolesFromOrdinals(uint8[] ordinals) pure returns (uint256 roles)
rolesOf(address user) view returns (uint256 roles)
royaltyInfo(uint256, uint256 salePrice) view returns (address fundingRecipient_, uint256 royaltyAmount)
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 airdrop(address[] to, uint256 quantity) returns (uint256 fromTokenId)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
cancelOwnershipHandover()
completeOwnershipHandover(address pendingOwner)
freezeMetadata()
grantRoles(address user, uint256 roles)
initialize(string name_, string symbol_, address metadataModule_, string baseURI_, string contractURI_, address fundingRecipient_, uint16 royaltyBPS_, uint32 editionMaxMintableLower_, uint32 editionMaxMintableUpper_, uint32 editionCutoffTime_, uint8 flags_)
mint(address to, uint256 quantity) payable returns (uint256 fromTokenId)
renounceOwnership()
renounceRoles(uint256 roles)
requestOwnershipHandover()
revokeRoles(address user, uint256 roles)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string contractURI_)
setEditionCutoffTime(uint32 editionCutoffTime_)
setEditionMaxMintableRange(uint32 editionMaxMintableLower_, uint32 editionMaxMintableUpper_)
setFundingRecipient(address fundingRecipient_)
setMetadataModule(address metadataModule_)
setMintRandomnessEnabled(bool mintRandomnessEnabled_)
setRoyalty(uint16 royaltyBPS_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawERC20(address[] tokens)
withdrawETH()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string baseURI)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURISet(string contractURI)
EditionCutoffTimeSet(uint32 editionCutoffTime_)
EditionMaxMintableRangeSet(uint32 editionMaxMintableLower_, uint32 editionMaxMintableUpper_)
FundingRecipientSet(address fundingRecipient)
MetadataFrozen(address metadataModule, string baseURI, string contractURI)
MetadataModuleSet(address metadataModule)
MintRandomnessEnabledSet(bool mintRandomnessEnabled_)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RolesUpdated(address indexed user, uint256 indexed roles)
RoyaltySet(uint16 bps)
SoundEditionInitialized(address indexed edition_, string name_, string symbol_, address metadataModule_, string baseURI_, string contractURI_, address fundingRecipient_, uint16 royaltyBPS_, uint32 editionMaxMintableLower_, uint32 editionMaxMintableUpper_, uint32 editionCutoffTime_, uint8 flags_)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ExceedsAddressBatchMintLimit()
ExceedsEditionAvailableSupply(uint32 available)
InvalidAmount()
InvalidEditionMaxMintableRange()
InvalidFundingRecipient()
InvalidQueryRange()
InvalidRandomnessLock()
InvalidRoyaltyBPS()
MaximumHasAlreadyBeenReached()
MetadataIsFrozen()
MintERC2309QuantityExceedsLimit()
MintHasConcluded()
MintRandomnessAlreadyRevealed()
MintToZeroAddress()
MintZeroQuantity()
MintsAlreadyExist()
NewOwnerIsZeroAddress()
NoAddressesToAirdrop()
NoHandoverRequest()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
Unauthorized()