KidsYoots

Verified contract

Active on Ethereum with 1,369 txns
Deployed by via 0x22a43ca5 at 15597971
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KidsYoots"

0x0857f609f817e7a733d307dc070032d22585929c482a588865f0f55ae1a0a208
0x617b6dacafbc224da884ad72d1eb427fb2513635922f8f7d3aa21b73bfd86739
0x4c5713061f761188d48b794f1fb55e0859f2efcff84d94765cf27aa81b64d2a1
0xefcb56affc0e4c6380930297fd2eada25f6895dcbc5877df73f3054ffaf1a54c
0x5d2bb9ce07ef331f4c47249e780a82d21929225f6fa53eba1391237e8dc00eb1
0xa05d0fad3c4dae20684de2424982c89e15770bfcbd840cb44a591ddc86c71e38
0x2c6fef761cb7e6903707839a39bfc5a3a88b69620efb59a7b020414bdca9b306
0x091ee87068fd747677774dbbc9cdbb3df85450412a130ffaec661e6a2b1a62d3
0x20484e103371ca2919d85ef0177208c84e63953940d797873be5996450417266
0xcc96338a92bb536c9b9e41eff7d81d2ec85fffba32fd40c43e5de8ddb351eba3

Functions
Getter at block 20865241
FREE_MINT_IS_ALLOWED_UNTIL(view returns (uint256)
2555
FREE_MINT_LIMIT_PER_WALLET(view returns (uint256)
2
IS_SALE_ACTIVE(view returns (bool)
true
MAX_MINT_AMOUNT_PER_TX(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
5555
METADATA_FROZEN(view returns (bool)
false
PRICE(view returns (uint256)
2900000000000000
name(view returns (string)
KidsYoots
owner(view returns (address)
0x5702d14ba1b42ff87b3e75cb4f94685d0dd90010
symbol(view returns (string)
KidsYoots
totalSupply(view returns (uint256)
2519
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freezeMetadata(
lowerMaxSupply(uint256 newMaxSupply
mint(uint256 _mintAmountpayable 
mintOwner(address _touint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string customBaseURI_
setFreeMintAllowance(uint256 freeMintAllowance
setFreeMintAllowedUntil(uint256 freeMintIsAllowedUntil
setMaxMintPerTx(uint256 maxMintPerTx
setPrice(uint256 customPrice
setSaleActive(bool saleIsActive
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 priceuint256 maxSupplystring baseUriuint256 freeMintAllowanceuint256 maxMintPerTxbool isSaleActiveuint256 freeMintIsAllowedUntil
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(