Cosmic Clones
Verified contract
Active on
Ethereum with 8,225 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Cosmic Clones"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106015 | 14 days ago | | | 0 | 0.00011178450 | |
| 21097647 | 15 days ago | | | 0 | 0.00021725071 | |
| 20586557 | 3 months ago | | | 0 | 0.000022953249 | |
| 20575534 | 3 months ago | | | 0 | 0.000024901000 | |
| 20541725 | 3 months ago | | | 0 | 0.00014382469 | |
| 20228381 | 4 months ago | | | 0 | 0.00020694395 | |
| 20228367 | 4 months ago | | | 0 | 0.00024273411 | |
| 19831697 | 6 months ago | | | 0 | 0.00020440309 | |
| 19700530 | 7 months ago | | | 0 | 0.00017706603 | |
| 19162253 | 9 months ago | | | 0 | 0.00037291735 |
ABI
ABI objects
Getter at block 21202834
WLActive() view returns (bool)
false
cost() view returns (uint256)
9900000000000000
maxSupply() view returns (uint256)
5555
name() view returns (string)
Cosmic Clones
owner() view returns (address)
0xe0badcfaf766fa1d87578523b8a97afb288e5df1
priorityAllow() view returns (uint256)
2
prioritylistActive() view returns (bool)
false
publicActive() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
COSMICCLONES
totalSupply() view returns (uint256)
5555
Read-only
WLFreeClaimed(address) view returns (uint256)
WLPaidClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPriorityQuantity(address owner) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
prioritylistFreeClaimed(address) view returns (uint256)
prioritylistPaidClaimed(address) view returns (uint256)
publicFreeClaimed(address) view returns (uint256)
publicPaidClaimed(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events activatePrioritylist()
activatePublicSale()
activateWLSale()
approve(address to, uint256 tokenId)
mintFreePriority(uint256 _quantity) payable
mintFreePublic() payable
mintFreeWL(bytes32[] _merkleProof) payable
mintPaidPriority(uint256 _quantity) payable
mintPaidPublic() payable
mintPaidWL(bytes32[] _merkleProof) payable
releaseAirdropsAndTreasury(address _account, uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI, bool reveal)
setCost(uint256 _newCost)
setMerkleRoot(bytes32 _merkleRoot)
setPaymentAddress(address _paymentAddress)
transferFrom(address from, address to, uint256 tokenId)
transferFunds()
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()