Max Kulchinsky for On Chain Summer
Verified contract
Proxy
Active on
Base with 304 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Max Kulchinsky for On Chain Summer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22342788 | 5 days ago | | | 0 | 3.9793980e-7 | |
| 18095955 | 3 months ago | | | 0 | 2.4647765e-7 | |
| 17810150 | 4 months ago | | | 0 | 0.0000012520609 | |
| 14094482 | 6 months ago | | | 0 | 8.7071488e-7 | |
| 13048449 | 7 months ago | | | 0 | 0.0000011997458 | |
| 12622879 | 8 months ago | | | 0 | 4.2249205e-7 | |
| 12434743 | 8 months ago | | | 0 | 8.5730686e-7 | |
| 11950312 | 8 months ago | | | 0 | 0.0000011654080 | |
| 11230449 | 9 months ago | | | 0 | 0.000000000231404075 | |
| 10674702 | 9 months ago | | | 0 | 0.000000051275000000 |
ABI
ABI objects
Getter at block 22546642 DELEGATION_REGISTRY() view returns (address)
getSeaportMetadata() pure returns (string name, struct Schema[] schemas)
(name=ERC1155SeaDrop, schemas=[(12, 0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002)])
Read-only
previewOrder(address, address fulfiller, struct SpentItem[] minimumReceived, struct SpentItem[], bytes context) view returns (struct SpentItem[] offer, struct ReceivedItem[] consideration)
State-modifying
Events generateOrder(address fulfiller, struct SpentItem[] minimumReceived, struct SpentItem[], bytes context) returns (struct SpentItem[] offer, struct ReceivedItem[] consideration)
multiConfigure(address token, struct MultiConfigureStruct config)
updateAllowList(struct AllowListData allowListData)
updateAllowedFeeRecipient(address feeRecipient, bool allowed)
updateAllowedSeaport(address[] allowedSeaport)
updateCreatorPayouts(struct CreatorPayout[] creatorPayouts)
updateDropURI(string dropURI)
updatePayer(address payer, bool allowed)
updatePublicDrop(struct PublicDrop publicDrop, uint256 index)
updateSigner(address signer, bool allowed)
AllowListUpdated(bytes32 indexed previousMerkleRoot, bytes32 indexed newMerkleRoot, string[] publicKeyURI, string allowListURI)
AllowedFeeRecipientUpdated(address indexed feeRecipient, bool indexed allowed)
AllowedSeaportUpdated(address[] allowedSeaport)
CreatorPayoutsUpdated(struct CreatorPayout[] creatorPayouts)
DropURIUpdated(string newDropURI)
PayerUpdated(address indexed payer, bool indexed allowed)
PublicDropUpdated(struct PublicDrop publicDrop, uint256 index)
SeaDropMint(address payer, uint256 dropStageIndex)
SeaDropTokenDeployed(uint8 tokenType)
SignerUpdated(address indexed signer, bool indexed allowed)
This contract contains no constructor objects.
fallback()
AllowedSeaportCannotBeZeroAddress()
CreatorPayoutAddressCannotBeZeroAddress()
CreatorPayoutBasisPointsCannotBeZero()
CreatorPayoutsNotSet()
DuplicateFeeRecipient()
DuplicatePayer()
DuplicateSigner()
FeeRecipientCannotBeZeroAddress()
FeeRecipientNotAllowed(address got)
FeeRecipientNotPresent()
InvalidCallerOnlyAllowedSeaport(address caller)
InvalidCreatorPayoutBasisPoints(uint256 totalReceivedBasisPoints)
InvalidCreatorPayoutTotalBasisPoints(uint256 totalReceivedBasisPoints)
InvalidExtraDataEncoding(uint8 version)
InvalidFeeBps(uint256 feeBps)
InvalidFromAndToTokenId(uint256 fromTokenId, uint256 toTokenId)
InvalidProof()
InvalidSignature(address recoveredSigner)
InvalidSignedEndTime(uint256 got, uint256 maximum)
InvalidSignedFeeBps(uint256 got, uint256 minimumOrMaximum)
InvalidSignedFromTokenId(uint256 got, uint256 minimum)
InvalidSignedMaxTokenSupplyForStage(uint256 got, uint256 maximum)
InvalidSignedMaxTotalMintableByWallet(uint256 got, uint256 maximum)
InvalidSignedMaxTotalMintableByWalletPerToken(uint256 got, uint256 maximum)
InvalidSignedMintPrice(address paymentToken, uint256 got, uint256 minimum)
InvalidSignedPaymentToken(address got, address want)
InvalidSignedStartTime(uint256 got, uint256 minimum)
InvalidSignedToTokenId(uint256 got, uint256 maximum)
InvalidStartAndEndTime(uint256 startTime, uint256 endTime)
InvalidSubstandard(uint8 substandard)
MaxSupplyMismatch()
MintQuantityExceedsMaxMintedPerWallet(uint256 total, uint256 allowed)
MintQuantityExceedsMaxMintedPerWalletForTokenId(uint256 tokenId, uint256 total, uint256 allowed)
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintQuantityExceedsMaxTokenSupplyForStage(uint256 total, uint256 maxTokenSupplyForStage)
MustSpecifyERC1155ConsiderationItemForSeaDropMint()
NoBalanceToWithdraw()
NotActive(uint256 currentTimestamp, uint256 startTimestamp, uint256 endTimestamp)
OfferContainsDuplicateTokenId(uint256 tokenId)
OnlyDelegateCalled()
OnlyOwner()
PayerCannotBeZeroAddress()
PayerNotAllowed(address got)
PayerNotPresent()
PublicDropStageNotPresent()
PublicDropsMismatch()
SignatureAlreadyUsed()
SignedMintsMustRestrictFeeRecipients()
SignerCannotBeZeroAddress()
SignerNotPresent()
TokenIdNotWithinDropStageRange(uint256 tokenId, uint256 startTokenId, uint256 endTokenId)
UnsupportedExtraDataVersion(uint8 version)
UnsupportedFunctionSelector(bytes4 selector)