Kongz Based
Unverified contract
Proxy
Active on
Base with 604 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 48 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001631 |
$0 | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19652446 | 2 months ago | | | 0 | 1.8559506e-7 | |
| 19605387 | 2 months ago | | | 0 | 2.2574737e-7 | |
| 16238481 | 4 months ago | | | 0 | 0.000000104574268656 | |
| 15376688 | 5 months ago | | | 0 | 2.3336013e-7 | |
| 15279404 | 5 months ago | | | 0 | 1.3472587e-7 | |
| 14948198 | 5 months ago | | | 0 | 0.000000078019033125 | |
| 14947680 | 5 months ago | | | 0 | 1.4353953e-7 | |
| 14940456 | 5 months ago | | | 0 | 1.5533492e-7 | |
| 14932297 | 5 months ago | | | 0 | 0.0000032037967 | |
| 14929750 | 5 months ago | | | 0 | 1.4650396e-7 |
ABI
ABI objects
Getter at block 21855721
baseURI() view returns (string)
ipfs://bafybeif7gojodlpph2hmntos2qxydec6p3aftin3er5blr4c7fvon5sbva/
contractURI() view returns (string)
getTransferValidationFunction() pure returns (bytes4 functionSignature, bool isViewFunction)
(functionSignature=0xcaee23ea, isViewFunction=false)
getTransferValidator() view returns (address)
0xa000027a9b2802e1ddf7000061001e5c005a0000
maxSupply() view returns (uint256)
3500
name() view returns (string)
Kongz Based
owner() view returns (address)
0xda8fc52fc49c6f92e3a720388837e93118919f56
provenanceHash() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress() view returns (address)
0xda8fc52fc49c6f92e3a720388837e93118919f56
royaltyBasisPoints() view returns (uint256)
1000
symbol() view returns (string)
KB
totalSupply() view returns (uint256)
3500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintStats(address minter) view returns (uint256 minterNumMinted, uint256 currentTotalSupply, uint256 maxSupply)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
cancelOwnershipTransfer()
emitBatchMetadataUpdate(uint256 fromTokenId, uint256 toTokenId)
initialize(string __name, string __symbol, address[] allowedSeaDrop, address initialOwner)
mintSeaDrop(address minter, uint256 quantity)
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newContractURI)
setMaxSupply(uint256 newMaxSupply)
setProvenanceHash(bytes32 newProvenanceHash)
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo)
setTransferValidator(address newValidator)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newPotentialOwner)
updateAllowList(address seaDropImpl, struct AllowListData allowListData)
updateAllowedFeeRecipient(address seaDropImpl, address feeRecipient, bool allowed)
updateAllowedSeaDrop(address[] allowedSeaDrop)
updateCreatorPayoutAddress(address seaDropImpl, address payoutAddress)
updateDropURI(address seaDropImpl, string dropURI)
updatePayer(address seaDropImpl, address payer, bool allowed)
updatePublicDrop(address seaDropImpl, struct PublicDrop publicDrop)
updateSignedMintValidationParams(address seaDropImpl, address signer, struct SignedMintValidationParams signedMintValidationParams)
updateTokenGatedDrop(address seaDropImpl, address allowedNftToken, struct TokenGatedDropStage dropStage)
AllowedSeaDropUpdated(address[] allowedSeaDrop)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ContractURIUpdated(string newContractURI)
Initialized(uint8 version)
MaxSupplyUpdated(uint256 newMaxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PotentialOwnerUpdated(address newPotentialAdministrator)
ProvenanceHashUpdated(bytes32 previousHash, bytes32 newHash)
RoyaltyInfoUpdated(address receiver, uint256 bps)
SeaDropTokenDeployed()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply)
InvalidRoyaltyBasisPoints(uint256 basisPoints)
MintERC2309QuantityExceedsLimit()
MintQuantityExceedsMaxSupply(uint256 total, uint256 maxSupply)
MintToZeroAddress()
MintZeroQuantity()
NewOwnerIsZeroAddress()
NotNextOwner()
OnlyAllowedSeaDrop()
OnlyOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ProvenanceHashCannotBeSetAfterMintStarted()
RoyaltyAddressCannotBeZeroAddress()
SameTransferValidator()
SignersMismatch()
TokenGatedMismatch()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()