nakatown

Verified contract

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

No balances found for "nakatown"

0x6e3be2726745b868f10b982437824a59b2b5ef66312ff880a96711a4c2b9bfd4
0x93d7e3fb598a1bd841847cc506422fe3ae3a7f97c24f43fa6f5c671b084a190f
From
0x0e763d8d80c496c50d3c4aa28df3e2203175b81d0151e6a9faa99c31dfd9dfd7
0x9a3da19b398245c41dbe62b5bbf52f0afc7e4db139b00e7a4e48be79c6e7a83c
0xc56be81824afa032b71c0105cc40ec6d74b9466a342195342685529ba3e1fa01
0x7166611f3972d1e574c92ae66120bcf5e3a50880cbfb8c43b64ec65ce126137a
0xf9946c212f07c45f5c6ea9d2e243b10444c2403c3fb6a4d2ab09da59f0eecd0b
0x9462467f4c6dc8fe288eb8d487a55cdfff7b3c76332405b99a5b726abbbebd09
0x909b9ecad0c993247ba52ad054e27de054aaf0d5bb44ef5bb633fc7c623faf41
0x6b3aec63d9d2de2a1f39978895dc9c48964df6785dfdb798af0e4611a41d6013

Functions
Getter at block 20865277
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI(view returns (string)
ipfs://QmZKZExCf5vUQteGbkZ5y9j7BMTXZ8kD4YPTPsyZW2LBFH/
contractURI(view returns (string)
limitTx(view returns (uint256)
5
limitTxFree(view returns (uint256)
2
limitWallet(view returns (uint256)
5
maxSupply(view returns (uint256)
10000
name(view returns (string)
nakatown
owner(view returns (address)
0x54460cb3737a0b5a3fb3087ce682736949ae9469
price(view returns (uint256)
6000000000000000
provenanceHash(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
royaltyAddress(view returns (address)
0x0000000000000000000000000000000000000000
royaltyBasisPoints(view returns (uint256)
0
supplyMaxFree(view returns (uint256)
3000
symbol(view returns (string)
NAKATOWN
totalSupply(view returns (uint256)
10000
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)
royaltyInfo(uint256uint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptOwnership(
airDrop(address _touint256 quantity
approve(address operatoruint256 tokenId
cancelOwnershipTransfer(
emitBatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
mintFree(uint256 quantity
mintPublic(uint256 quantitypayable 
mintSeaDrop(address minteruint256 quantity
multiConfigure(struct ERC721SeaDropStructsErrorsAndEventsMultiConfigureStruct config
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setContractURI(string newContractURI
setLimitTx(uint256 _count
setLimitTxFree(uint256 _count
setLimitWallet(uint256 _count
setMaxSupply(uint256 newMaxSupply
setPrice(uint256 _price
setProvenanceHash(bytes32 newProvenanceHash
setRoyaltyInfo(struct ISeaDropTokenContractMetadataRoyaltyInfo newInfo
setSupplyMaxFree(uint256 _count
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newPotentialOwner
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
withdraw(
Events
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
MaxSupplyUpdated(uint256 newMaxSupply
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PotentialOwnerUpdated(address newPotentialAdministrator
ProvenanceHashUpdated(bytes32 previousHashbytes32 newHash
RoyaltyInfoUpdated(address receiveruint256 bps
SeaDropTokenDeployed(
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string namestring symboladdress[] allowedSeaDrop
Fallback and receive

This contract contains no fallback and receive objects.

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(