ERC1155SeaDropCloneable

Verified contract

Implementation

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

No balances found for "ERC1155SeaDropCloneable"

0x936cbd203a56eecc7fa8953b752592269dbeebcda4d50476ab18b6e13f40af4a
0x2ec7f05ec8802fb65cfd16da92d4b6752e97d478c71e86a6d96cc631e7f5cabf
0x7bbf839a5374e5137f65a89bd10ccb00b448dcc23af58fa8ea0af090b2ec9ef2
0xc7bbc92209b9b7a857bfa2c17e15657d8b7862cb8bd056c0eb3de93edb487486
0x89470e38f73b64d0c8cf10ecd986fbd20046e02419c7759fbe285976115518c6
0xdd9feb249c1d8a13162bf1a242fa9801b6cbcc761df9331ebae37cbfac8a4ed7
0xc94af4017a669613606bb22a7bed6381cc5ce54c4886bc677fbd38d4d048091c
0xeb1ed6ee14effe423f016112f70f01ab1259cdc077a9877b451ce100703651ff
0xd9feabda5e6098055a574bf81104aacd9cd2d8e844fc64f1f790d7421bb1aed0
0x10769550d0e2b8cb6d7c38b419135c9ce5e315a9f695b4f274542254228982b1

Functions
Getter at block 21808440
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