Cosmic Cats
Verified contract
Active on
Ethereum with 23,912 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 "Cosmic Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21176342 | 10 days ago | | | 0 | 0.00092227864 | |
| 21173469 | 11 days ago | | | 0 | 0.0014560728 | |
| 21131498 | 16 days ago | | | 0 | 0.00096650563 | |
| 21092953 | 22 days ago | | | 0 | 0.00044996107 | |
| 21038674 | a month ago | | | 0 | 0.00026703532 | |
| 20992590 | a month ago | | | 0 | 0.00058887531 | |
| 20992589 | a month ago | | | 0 | 0.00059981898 | |
| 20958689 | a month ago | | | 0 | 0.00067609561 | |
| 20958687 | a month ago | | | 0 | 0.0011292923 | |
| 20814897 | 2 months ago | | | 0 | 0.0010848982 |
ABI
ABI objects
Getter at block 21248983
GIFT_SUPPLY() view returns (uint256)
200
MAX_SUPPLY() view returns (uint256)
8888
PUBLIC_SUPPLY() view returns (uint256)
8688
a1() view returns (address)
0x65e682bdc103884c3cb3e82288a9f65a8d80ca54
a2() view returns (address)
0xc033fcaa2eb544a9873a8bf94c353e7620d74f0f
a3() view returns (address)
0x84b304015790df208b401def59add3685848a871
a4() view returns (address)
0xbf600b4339f3dbe86f70ad1b171fd4da2d2ba841
baseTokenURI() view returns (string)
https://ipfs.filebase.io/ipfs/QmPJM6UrzuzzvpytFds7ng4dwZymYBAPhsnngEnYeCLLmD/
getVoucherSigner() view returns (address)
0x29038d11150dd77e6bf60aed1ab5fa660c0d03e9
name() view returns (string)
Cosmic Cats
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x65e682bdc103884c3cb3e82288a9f65a8d80ca54
presaleActive() view returns (bool)
false
price() view returns (uint256)
40000000000000000
reducedPresaleActive() view returns (bool)
false
reducedPrice() view returns (uint256)
30000000000000000
saleActive() view returns (bool)
false
symbol() view returns (string)
COSMIC
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
claimedVouchers(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
validateVoucher(struct CosmicVoucherVoucher v) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
emergencyWithdraw()
gift(address _to, uint256 _amount)
mintCosmicCats(uint256 _amount) payable
mintPresale(uint256 _amount, struct CosmicVoucherVoucher v) payable
mintReducedPresale(uint256 _amount, struct CosmicVoucherVoucher v) payable
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)
setPresaleActive(bool val)
setPrice(uint256 newPrice)
setReducedPresaleActive(bool val)
setSaleActive(bool val)
setVoucherSigner(address newVoucherSigner)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawTeam()
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)
SetVoucherSigner(address prevVoucherSigner, address newVoucherSigner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string newBaseURI, address voucherSigner, uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
This contract contains no error objects.