Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
kurbi | ERC-20 | 0.1 | $0.001322 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
OHNO | ERC-20 | 10.4855K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
GTC | ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 1.401K | -- | -- | |
POTUS | ERC-20 | 20 | -- | -- | |
O | ERC-20 | 4.2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22702789 | a few seconds ago | | | 0 | 0.0000034988696 | |
| 22702789 | a few seconds ago | | | 0 | 0.0000035143439 | |
| 22702788 | a few seconds ago | | | 0 | 0.0000035000273 | |
| 22702787 | a few seconds ago | | | 0 | 0.0000034978713 | |
| 22702787 | a few seconds ago | | | 0 | 0.0000034988696 | |
| 22702786 | a few seconds ago | | | 0 | 0.0000034988696 | |
| 22702786 | a few seconds ago | | | 0 | 0.0000035037240 | |
| 22702785 | a few seconds ago | | | 0 | 0.0000035016384 | |
| 22702784 | a few seconds ago | | | 0 | 0.0000035537022 | |
| 22702783 | a few seconds ago | | | 0 | 0.0000034955784 |
ABI
ABI objects
Getter at block 22702789
This contract contains no getter function objects.
Read-only
getAllowListMerkleRoot(address nftContract) view returns (bytes32)
getAllowedFeeRecipients(address nftContract) view returns (address[])
getAllowedNftTokenIdIsRedeemed(address nftContract, address allowedNftToken, uint256 allowedNftTokenId) view returns (bool)
getCreatorPayoutAddress(address nftContract) view returns (address)
getFeeRecipientIsAllowed(address nftContract, address feeRecipient) view returns (bool)
getPayerIsAllowed(address nftContract, address payer) view returns (bool)
getPayers(address nftContract) view returns (address[])
getPublicDrop(address nftContract) view returns (struct PublicDrop)
getSignedMintValidationParams(address nftContract, address signer) view returns (struct SignedMintValidationParams)
getSigners(address nftContract) view returns (address[])
getTokenGatedAllowedTokens(address nftContract) view returns (address[])
getTokenGatedDrop(address nftContract, address allowedNftToken) view returns (struct TokenGatedDropStage)
State-modifying
Events mintAllowList(address nftContract, address feeRecipient, address minterIfNotPayer, uint256 quantity, struct MintParams mintParams, bytes32[] proof) payable
mintAllowedTokenHolder(address nftContract, address feeRecipient, address minterIfNotPayer, struct TokenGatedMintParams mintParams) payable
mintPublic(address nftContract, address feeRecipient, address minterIfNotPayer, uint256 quantity) payable
mintSigned(address nftContract, address feeRecipient, address minterIfNotPayer, uint256 quantity, struct MintParams mintParams, uint256 salt, bytes signature) payable
updateAllowList(struct AllowListData allowListData)
updateAllowedFeeRecipient(address feeRecipient, bool allowed)
updateCreatorPayoutAddress(address _payoutAddress)
updateDropURI(string dropURI)
updatePayer(address payer, bool allowed)
updatePublicDrop(struct PublicDrop publicDrop)
updateSignedMintValidationParams(address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address allowedNftToken, struct TokenGatedDropStage dropStage)
AllowListUpdated(address indexed nftContract, bytes32 indexed previousMerkleRoot, bytes32 indexed newMerkleRoot, string[] publicKeyURI, string allowListURI)
AllowedFeeRecipientUpdated(address indexed nftContract, address indexed feeRecipient, bool indexed allowed)
CreatorPayoutAddressUpdated(address indexed nftContract, address indexed newPayoutAddress)
DropURIUpdated(address indexed nftContract, string newDropURI)
PayerUpdated(address indexed nftContract, address indexed payer, bool indexed allowed)
PublicDropUpdated(address indexed nftContract, struct PublicDrop publicDrop)
SeaDropMint(address indexed nftContract, address indexed minter, address indexed feeRecipient, address payer, uint256 quantityMinted, uint256 unitMintPrice, uint256 feeBps, uint256 dropStageIndex)
SignedMintValidationParamsUpdated(address indexed nftContract, address indexed signer, struct SignedMintValidationParams signedMintValidationParams)
TokenGatedDropStageUpdated(address indexed nftContract, address indexed allowedNftToken, struct TokenGatedDropStage dropStage)
constructor()
This contract contains no fallback and receive objects.
CreatorPayoutAddressCannotBeZeroAddress()
DuplicateFeeRecipient()
DuplicatePayer()
FeeRecipientCannotBeZeroAddress()
FeeRecipientNotAllowed()
FeeRecipientNotPresent()
IncorrectPayment(uint256 got, uint256 want)
InvalidFeeBps(uint256 feeBps)
InvalidProof()
InvalidSignature(address recoveredSigner)
InvalidSignedEndTime(uint256 got, uint256 maximum)
InvalidSignedFeeBps(uint256 got, uint256 minimumOrMaximum)
InvalidSignedMaxTokenSupplyForStage(uint256 got, uint256 maximum)
InvalidSignedMaxTotalMintableByWallet(uint256 got, uint256 maximum)
InvalidSignedMintPrice(uint256 got, uint256 minimum)
InvalidSignedStartTime(uint256 got, uint256 minimum)
MintQuantityCannotBeZero()
MintQuantityExceedsMaxMintedPerWallet(uint256 total, uint256 allowed)
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintQuantityExceedsMaxTokenSupplyForStage(uint256 total, uint256 maxTokenSupplyForStage)
NotActive(uint256 currentTimestamp, uint256 startTimestamp, uint256 endTimestamp)
OnlyINonFungibleSeaDropToken(address sender)
PayerCannotBeZeroAddress()
PayerNotAllowed()
PayerNotPresent()
SignatureAlreadyUsed()
SignedMintsMustRestrictFeeRecipients()
SignerCannotBeZeroAddress()
SignerNotPresent()
TokenGatedDropAllowedNftTokenCannotBeDropToken()
TokenGatedDropAllowedNftTokenCannotBeZeroAddress()
TokenGatedDropStageNotPresent()
TokenGatedNotTokenOwner(address nftContract, address allowedNftToken, uint256 allowedNftTokenId)
TokenGatedTokenIdAlreadyRedeemed(address nftContract, address allowedNftToken, uint256 allowedNftTokenId)