nobody loves you
Verified contract
Proxy
Active on
Ethereum with 44 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 "nobody loves you"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17423919 | a year ago | | | 0 | 0.0014487466 | |
| 17307728 | a year ago | | | 0 | 0.0013736933 | |
| 17034215 | 2 years ago | | | 0 | 0.0013914060 | |
| 17032447 | 2 years ago | | | 0 | 0.0016740415 | |
| 17032439 | 2 years ago | | | 0 | 0.0013418234 | |
| 16609401 | 2 years ago | | | 0 | 0.00069863771 | |
| 16403791 | 2 years ago | | | 0 | 0.00090185942 | |
| 16371659 | 2 years ago | | | 0 | 0.0016601710 | |
| 16368867 | 2 years ago | | | 0 | 0.00069937881 | |
| 16363620 | 2 years ago | | | 0 | 0.0010246991 |
ABI
ABI objects
Getter at block 21158529 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://6EytGHrBxdGXzIuMTpovY96xGBL4zeJwga74HfLJoFU/
contractURI() view returns (string)
ar://jfY0RwSyJS7psYean067Hg7Sc3v49GO-p06Vf6xxG7w/
editionCutoffTime() view returns (uint32)
1669064400
editionMaxMintable() view returns (uint32)
100
editionMaxMintableLower() view returns (uint32)
10
editionMaxMintableUpper() view returns (uint32)
100
fundingRecipient() view returns (address)
0x19250b770efd981c855195d0ce674f811f350f42
isMetadataFrozen() view returns (bool)
false
metadataModule() view returns (address)
0x3ca50e8da8c3d359fc934aea0161f5346ccb62a1
mintConcluded() view returns (bool)
true
mintRandomness() view returns (uint256)
53323842863527294416189171865216491831839576638853043913991782440983419979618
mintRandomnessEnabled() view returns (bool)
true
name() view returns (string)
nobody loves you
nextTokenId() view returns (uint256)
101
owner() view returns (address result)
0x19250b770efd981c855195d0ce674f811f350f42
ownershipHandoverValidFor() view returns (uint64)
172800
royaltyBPS() view returns (uint16)
1000
symbol() view returns (string)
SARAP
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 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()