Ultra Sound Money
Verified contract
Proxy
Active on
Ethereum with 156 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 "Ultra Sound Money"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20768664 | 3 months ago | | | 0 | 0.000064648800 | |
| 20502380 | 4 months ago | | | 0 | 0.000051446098 | |
| 19925580 | 7 months ago | | | 0 | 0.00086711511 | |
| 19443703 | 9 months ago | | | 0 | 0.0016333152 | |
| 19405608 | 9 months ago | | | 0 | 0.0045377967 | |
| 19077425 | a year ago | | | 0 | 0.00071551036 | |
| 18706903 | a year ago | | | 0 | 0.0019150306 | |
| 18706900 | a year ago | | | 0 | 0.0023702820 | |
| 18565818 | a year ago | | | 0 | 0.0013536268 | |
| 18383826 | a year ago | | | 0 | 0.00040847659 |
ABI
ABI objects
Getter at block 21387852 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
OPERATOR_FILTERING_ENABLED_FLAG() view returns (uint8)
4
baseURI() view returns (string)
ar://qoakyb-s-3CsRVPw6fJA-qtC4LfuHJpnFDE3ckQ4MFo/
contractURI() view returns (string)
ar://AWT07HOG5rLg9ZqR-mEHGcPlX3WeleTtiuq56QOzkKM/
editionCutoffTime() view returns (uint32)
1671645600
editionMaxMintable() view returns (uint32)
100
editionMaxMintableLower() view returns (uint32)
100
editionMaxMintableUpper() view returns (uint32)
100
fundingRecipient() view returns (address)
0xbc2f77b93b9882ed9e498d1b22542b6c0b3ab24a
isMetadataFrozen() view returns (bool)
false
metadataModule() view returns (address)
0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1
mintConcluded() view returns (bool)
true
mintRandomness() view returns (uint256)
66778705942904097709256096912694620338685001318435401045988595532572603451583
mintRandomnessEnabled() view returns (bool)
true
name() view returns (string)
Ultra Sound Money
nextTokenId() view returns (uint256)
101
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address result)
0x077fe9e96aa9b20bd36f1c6290f54f8717c5674e
ownershipHandoverValidFor() view returns (uint64)
172800
royaltyBPS() view returns (uint16)
1000
symbol() view returns (string)
BANK4
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
100
totalSupply() view returns (uint256)
100
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 operator, uint256 tokenId) payable
burn(uint256 tokenId)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
freezeMetadata()
grantRoles(address user, uint256 roles) payable
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() payable
renounceRoles(uint256 roles) payable
requestOwnershipHandover() payable
revokeRoles(address user, uint256 roles) payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
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_)
setOperatorFilteringEnabled(bool operatorFilteringEnabled_)
setRoyalty(uint16 royaltyBPS_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
withdrawERC20(address[] tokens)
withdrawETH()
Airdropped(address[] to, uint256 quantity, uint256 fromTokenId)
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)
ERC20Withdrawn(address recipient, address[] tokens, uint256[] amounts, address caller)
ETHWithdrawn(address recipient, uint256 amount, address caller)
EditionCutoffTimeSet(uint32 editionCutoffTime_)
EditionMaxMintableRangeSet(uint32 editionMaxMintableLower_, uint32 editionMaxMintableUpper_)
FundingRecipientSet(address fundingRecipient)
MetadataFrozen(address metadataModule, string baseURI, string contractURI)
MetadataModuleSet(address metadataModule)
MintRandomnessEnabledSet(bool mintRandomnessEnabled_)
Minted(address to, uint256 quantity, uint256 fromTokenId)
OperatorFilteringEnablededSet(bool operatorFilteringEnabled_)
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()