Kidoodles

Verified contract

Active on Ethereum with 371 txns
Deployed by via 0xdce2698a at 14254213
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Kidoodles"

0x6ed8a99b3da37f3ffadf68d055d64abe7f59736171a03d6f3de24112083a1247
0x42d10893a43efbb0e7b7d64f8e9a1388337c6b77cc56b3077aeffd64f15852f2
0x83b8cf3a06e7aa5121dd6df3673a946981f31db895f505a6d01cf954eb649264
0x0660f6585d7f741608e1692787037910f2d64c16f8d27227e9fe84f5367ad143
0xfe21a9fa0d29d91a3b6fa6db86a0b79057a223502844ccdcd42420f281c61098
0xe2cd6cef344610050a8fadcb27f56d90075ff08a75090a337c1b1f8836495597
0x8746e4426d502a49fec7a2ea9382c13e1da01f3b62557b2a9116a1ff61840404
0xe5cede4885caae9e11682581951f12be6a449b2e68c51d64eb1a7c21dd5f0992
0xdf256bd7b74b88f53fd3187cdc1b34040533368aeac1c265270414fcf4dda0f1
0x5b4948109b3ebe247a50cb629599efb5eec0f302383fa582520ab3b557c7ce1c

Functions
Getter at block 21163863
MAX_SUPPLY(view returns (uint256)
1111
name(view returns (string)
Kidoodles
owner(view returns (address)
0xbc713c6fd2ad5e965a2e3f8db40f13448527545e
price(view returns (uint256)
80000000000000000
saleOpen(view returns (bool)
true
symbol(view returns (string)
KID
totalSupply(view returns (uint256)
1018
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)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
changePrice(uint256 _newPrice
flipSale(
mint(address _touint256 _countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
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
Minted(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string baseURI
Fallback and receive

This contract contains no fallback and receive objects.

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