Coroodles
Verified contract
Active on
Ethereum with 572 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Coroodles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16707430 | 2 years ago | | | 0 | 0.00097609701 | |
| 16682318 | 2 years ago | | | 0 | 0.0011793588 | |
| 16109544 | 2 years ago | | | 0 | 0.00056945338 | |
| 16057720 | 2 years ago | | | 0 | 0.00052632922 | |
| 15922727 | 2 years ago | | | 0 | 0.00093093666 | |
| 15920827 | 2 years ago | | | 0 | 0.00083985791 | |
| 15834628 | 2 years ago | | | 0 | 0.00069964500 | |
| 15808087 | 2 years ago | | | 0 | 0.00056930351 | |
| 15790139 | 2 years ago | | | 0 | 0.0020542016 | |
| 15788020 | 2 years ago | | | 0 | 0.00089326040 |
ABI
ABI objects
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(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getCouldMintNum(address userAddress) view returns (uint256)
getExtractRoyalties(address userAddress) view returns (uint256)
hadWithdrawedAddress(address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
userMaxMintNum(address) view returns (uint256)
userMintNum(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
extractRoyalties() payable
fund() payable
publicSaleMint(uint256 _mintAmount) payable
renounceOwnership()
reserve(address _address, uint256 _mintAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _newPrice)
setPublicSale(bool _state)
setRreveal(bool _state, string _revealURI)
setUserMaxMintNum(address[] userAddress, uint256 num)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Minted(address minter, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
AddressAlreadyClaimed()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InsufficientBalance()
InsufficientNumberOfNFTs()
InsufficientSupply()
InvalidMerkleProof()
MintAtLeastOne()
MintToZeroAddress()
MintZeroQuantity()
NoWithdrawableAmount()
NonexistentToken()
NotStarted()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()