Worried Meerkats

Verified contract

Proxy

Active on Ethereum with 3,424 txns
Deployed by via 0x6cd2a4ed at 18185809
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Worried Meerkats"

0x126e829fa1600ac3966e0cd241b6725438894d6bfd9045796eaec96bca9cae10
0x3d1909ee877eea974c315f8f6e166746a5cb64623c727b8d3cae33d1aa403105
0xa6c04e37bc5c53c412f35024dee4ef5e536ba7c8e3bcc446a11824e3d3d7ba9a
0x68ece6a6770d920274e04c8c38a614b2c46d5847d2acf61827a5400e32ea5961
0xe825ef1443973691b94bf739108371627459fa0927ecc90267d28fa708cd52dd
0xd51c1e64eb9b7e8bad86e05ccf8fb823882a37736ffe103a20af130652fe73da
0x8020b31aa27d44ef87a490096b6a10fee05f090f61c0f845741861b476a734f9
0x3fbf4854f61bf90e7af3319459e3e2854c5904672d1c3f5d4010d5126b374dee
0x9579e8e59ae185c8f69cf17281793fb6956eaf6c7ae1404ca639d730852eae70
0xc239d627933f1e90b8f9930d6342838748b50075fe3df08b8707629f768b1032

Functions
Getter at block 21271114
 
allStaked(view returns (uint256[])
baseURI(view returns (string)
https://api-nft.timesoul.com/meerkats/meta/
contractURI(view returns (string)
maxSupply(view returns (uint256)
1111
name(view returns (string)
Worried Meerkats
owner(view returns (address)
0x2d797f422dfe8e2f5fe3be607e17a7a460553ddb
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
revealAllowedUpTo(view returns (uint256)
1111
royaltyAddress(view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints(view returns (uint256)
0
symbol(view returns (string)
WMKT
totalSupply(view returns (uint256)
1111
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getMintStats(address minterview returns (uint256 minterNumMinteduint256 currentTotalSupplyuint256 maxSupply)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
revealed(uint256view returns (bool)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
stakeInfo(uint256 tokenIdview returns (struct WorriedMeerkatsV1StakeInfo)
state(uint256 tokenIdview returns (struct WorriedMeerkatsV1State)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
allowRevealUpTo(uint256 maxTokenId
approve(address operatoruint256 tokenId
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
initialize(string namestring symboladdress[] allowedSeaDrop
mintSeaDrop(address minteruint256 quantity
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsUpgradeableMultiConfigureStruct config
multiMint(struct WorriedMeerkatsV1MultiMintAmount[] mints
renounceOwnership(
reveal(uint256 tokenId
safeMint(address touint256 quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setMaxSupply(uint256 newMaxSupply
setProvenanceHash(bytes32 newProvenanceHash
setRoyaltyInfo(struct ISeaDropTokenContractMetadataUpgradeableRoyaltyInfo newInfo
stake(uint256 tokenId
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
unstake(uint256 tokenId
updateAllowList(address seaDropImplstruct AllowListData allowListData
updateAllowedFeeRecipient(address seaDropImpladdress feeRecipientbool allowed
updateAllowedSeaDrop(address[] allowedSeaDrop
updateCreatorPayoutAddress(address seaDropImpladdress payoutAddress
updateDropURI(address seaDropImplstring dropURI
updatePayer(address seaDropImpladdress payerbool allowed
updatePublicDrop(address seaDropImplstruct PublicDrop publicDrop
updateSignedMintValidationParams(address seaDropImpladdress signerstruct SignedMintValidationParams signedMintValidationParams
updateTokenGatedDrop(address seaDropImpladdress allowedNftTokenstruct TokenGatedDropStage dropStage
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AllowedSeaDropUpdated(address[] allowedSeaDrop
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string newContractURI
Initialized(uint8 version
Locked(uint256 tokenId
MaxSupplyUpdated(uint256 newMaxSupply
MetadataUpdate(uint256 _tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
Revealed(uint256 tokenId
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unlocked(uint256 tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CannotExceedMaxSupplyOfUint64(uint256 newMaxSupply
InvalidRoyaltyBasisPoints(uint256 basisPoints
MintERC2309QuantityExceedsLimit(
MintQuantityExceedsMaxSupply(uint256 totaluint256 maxSupply
MintToZeroAddress(
MintZeroQuantity(
NewOwnerIsZeroAddress(
NotNextOwner(
OnlyAllowedSeaDrop(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashCannotBeSetAfterMintStarted(
RoyaltyAddressCannotBeZeroAddress(
SignersMismatch(
TokenGatedMismatch(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(