Coroodles

Verified contract

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

No balances found for "Coroodles"

0xe6a2d77f50ac063c3565b54f57080c6100bc414855b45d3586dc58af00dad151
0x5a6525ac2a3506537a71f91412af2d9809eda9fce9279ada002ce971ae30cdc1
0x39d8b226ed647613529a5748e5aff0f6683f8d371020316ff87b6e8d108efefe
0x8fdc4d0f0bc85951413fa7c8f9025cabc956abc16f6a8055f38f4bee22d55d98
0x772ed5dd1d89462dfd8d92e214c0955925917d8cc2106e9566061e64898e8ea9
0x1647e21f8dcecbb9da52075ec841279659235d3bae7b2cb6b105263831e069e3
0x3d37904b42e9f46dc6f2b9f9befa788da2321db9b145beaf25d97ddb1eac33f3
0x613b64747a9d7577dcde9b490adb03c3d1cb2e17c4ccf6c2566701b8407c09c5
0x77261808d00d98d84a34e85008ca562c320a8d7b25e48d85f7bf05eeb020a3d7
0x61d06ef485c2a5d80bc56fb59f8ffa385b0445dc092d096e418d62c431e6ffb7

Functions
Getter at block 21255740
_price(view returns (uint256)
0
baseURI(view returns (string)
ipfs://QmUCwLbekmMs9tnjk1p12EBvxSuGf9TXfLNZpujSLoGEoy/
canMaxWithdraw(view returns (uint256)
0
getAllRoyaltyProfit(view returns (uint256)
0
getThisBalance(view returns (uint256)
0
maxSupply(view returns (uint256)
2000
name(view returns (string)
Coroodles
owner(view returns (address)
0x5f3a9b1330058441c262b4efb8e63684eac24092
price(view returns (uint256)
0
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
Coroodles
totalSupply(view returns (uint256)
2000
withdrawned(view returns (uint256)
0
Read-only
addressToAmountFunded(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getCouldMintNum(address userAddressview returns (uint256)
getExtractRoyalties(address userAddressview returns (uint256)
hadWithdrawedAddress(addressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
userMaxMintNum(addressview returns (uint256)
userMintNum(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
extractRoyalties(payable 
fund(payable 
publicSaleMint(uint256 _mintAmountpayable 
renounceOwnership(
reserve(address _addressuint256 _mintAmount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setPrice(uint256 _newPrice
setPublicSale(bool _state
setRreveal(bool _statestring _revealURI
setUserMaxMintNum(address[] userAddressuint256 num
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Minted(address minteruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressAlreadyClaimed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InsufficientBalance(
InsufficientNumberOfNFTs(
InsufficientSupply(
InvalidMerkleProof(
MintAtLeastOne(
MintToZeroAddress(
MintZeroQuantity(
NoWithdrawableAmount(
NonexistentToken(
NotStarted(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(