ERC1155SeaDropCloneable

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xfe63f1ba at 19565499
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ERC1155SeaDropCloneable"

No transactions found for "ERC1155SeaDropCloneable"


Functions
Getter at block 20855406
baseURI(view returns (string)
contractURI(view returns (string)
getTransferValidationFunction(pure returns (bytes4 functionSignaturebool isViewFunction)
(functionSignature=0x1854b241, isViewFunction=true)
getTransferValidator(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address result)
0x00b19a5200a100e5fc4c9800772f4d002f218400
ownershipHandoverValidFor(view returns (uint64)
172800
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
symbol(view returns (string)
Read-only
balanceOf(address owneruint256 idview returns (uint256 result)
balanceOfBatch(address[] ownersuint256[] idsview returns (uint256[] balances)
isApprovedForAll(address owneraddress operatorview returns (bool)
maxSupply(uint256 tokenIdview returns (uint256)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalMinted(uint256 tokenIdview returns (uint256)
totalSupply(uint256 tokenIdview returns (uint256)
uri(uint256view returns (string)
State-modifying
batchBurn(address fromuint256[] idsuint256[] amounts
burn(address fromuint256 iduint256 amount
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
initialize(address allowedConfigureraddress allowedSeaportstring name_string symbol_address initialOwner
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool isApproved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMaxSupply(uint256 tokenIduint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
setTransferValidator(address newValidator
transferOwnership(address newOwnerpayable 
Events
AllowListUpdated(bytes32 indexed previousMerkleRootbytes32 indexed newMerkleRootstring[] publicKeyURIstring allowListURI
AllowedFeeRecipientUpdated(address indexed feeRecipientbool indexed allowed
AllowedSeaportUpdated(address[] allowedSeaport
ApprovalForAll(address indexed owneraddress indexed operatorbool isApproved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ContractURIUpdated(string newContractURI
CreatorPayoutsUpdated(struct CreatorPayout[] creatorPayouts
DropURIUpdated(string newDropURI
Initialized(uint8 version
MaxSupplyUpdated(uint256 tokenIduint256 newMaxSupply
OwnershipHandoverCanceled(address indexed pendingOwner
OwnershipHandoverRequested(address indexed pendingOwner
OwnershipTransferred(address indexed oldOwneraddress indexed newOwner
PayerUpdated(address indexed payerbool indexed allowed
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
PublicDropUpdated(struct PublicDrop publicDropuint256 index
RoyaltyInfoUpdated(address receiveruint256 basisPoints
SeaDropMint(address payeruint256 dropStageIndex
SeaDropTokenDeployed(uint8 tokenType
SignerUpdated(address indexed signerbool indexed allowed
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] amounts
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 amount
TransferValidatorUpdated(address oldValidatoraddress newValidator
URI(string valueuint256 indexed id
Constructor

This contract contains no constructor objects.

Fallback and receive
fallback(
Errors
AccountBalanceOverflow(
AllowedSeaportCannotBeZeroAddress(
ArrayLengthsMismatch(
CannotExceedMaxSupplyOfUint64(uint256 got
CreatorPayoutAddressCannotBeZeroAddress(
CreatorPayoutBasisPointsCannotBeZero(
CreatorPayoutsNotSet(
DuplicateFeeRecipient(
DuplicatePayer(
DuplicateSigner(
FeeRecipientCannotBeZeroAddress(
FeeRecipientNotAllowed(address got
FeeRecipientNotPresent(
InsufficientBalance(
InvalidCallerOnlyAllowedSeaport(address caller
InvalidCreatorPayoutBasisPoints(uint256 totalReceivedBasisPoints
InvalidCreatorPayoutTotalBasisPoints(uint256 totalReceivedBasisPoints
InvalidExtraDataEncoding(uint8 version
InvalidFeeBps(uint256 feeBps
InvalidFromAndToTokenId(uint256 fromTokenIduint256 toTokenId
InvalidProof(
InvalidSignedEndTime(uint256 gotuint256 maximum
InvalidSignedFeeBps(uint256 gotuint256 minimumOrMaximum
InvalidSignedFromTokenId(uint256 gotuint256 minimum
InvalidSignedMaxTokenSupplyForStage(uint256 gotuint256 maximum
InvalidSignedMaxTotalMintableByWallet(uint256 gotuint256 maximum
InvalidSignedMaxTotalMintableByWalletPerToken(uint256 gotuint256 maximum
InvalidSignedMintPrice(address paymentTokenuint256 gotuint256 minimum
InvalidSignedPaymentToken(address gotaddress want
InvalidSignedStartTime(uint256 gotuint256 minimum
InvalidSignedToTokenId(uint256 gotuint256 maximum
InvalidStartAndEndTime(uint256 startTimeuint256 endTime
InvalidSubstandard(uint8 substandard
MaxSupplyMismatch(
MintAmountsMismatch(
MintExceedsMaxSupply(uint256 totaluint256 maxSupply
MintQuantityExceedsMaxMintedPerWallet(uint256 totaluint256 allowed
MintQuantityExceedsMaxMintedPerWalletForTokenId(uint256 tokenIduint256 totaluint256 allowed
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintQuantityExceedsMaxTokenSupplyForStage(uint256 totaluint256 maxTokenSupplyForStage
MustSpecifyERC1155ConsiderationItemForSeaDropMint(
NewOwnerIsZeroAddress(
NoBalanceToWithdraw(
NoHandoverRequest(
NotActive(uint256 currentTimestampuint256 startTimestampuint256 endTimestamp
NotOwnerNorApproved(
OfferContainsDuplicateTokenId(uint256 tokenId
OnlyDelegateCalled(
PayerCannotBeZeroAddress(
PayerNotAllowed(address got
PayerNotPresent(
ProvenanceHashCannotBeSetAfterAlreadyBeingSet(
ProvenanceHashCannotBeSetAfterMintStarted(
PublicDropStageNotPresent(
PublicDropsMismatch(
RoyaltyOverflow(
RoyaltyReceiverIsZeroAddress(
SameTransferValidator(
SignatureAlreadyUsed(
SignedMintsMustRestrictFeeRecipients(
SignerCannotBeZeroAddress(
SignerNotPresent(
TokenIdNotWithinDropStageRange(uint256 tokenIduint256 startTokenIduint256 endTokenId
TransferToNonERC1155ReceiverImplementer(
TransferToZeroAddress(
Unauthorized(
UnsupportedExtraDataVersion(uint8 version
UnsupportedFunctionSelector(bytes4 selector