SpaceCats
Verified contract
Active on
Ethereum with 4,724 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 "SpaceCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20779888 | 2 months ago | | | 0 | 0.00053880019 | |
| 20779884 | 2 months ago | | | 0 | 0.00069757593 | |
| 20752757 | 2 months ago | | | 0 | 0.000051961850 | |
| 20589311 | 3 months ago | | | 0 | 0.000025319141 | |
| 20589303 | 3 months ago | | | 0 | 0.000044006399 | |
| 20582734 | 3 months ago | | | 0 | 0.000053899099 | |
| 20327041 | 4 months ago | | | 0 | 0.00049177981 | |
| 20282968 | 4 months ago | | | 0 | 0.000084376673 | |
| 20282968 | 4 months ago | | | 0 | 0.00014837880 | |
| 19797938 | 7 months ago | | | 0 | 0.00033544699 |
ABI
ABI objects
Getter at block 21255875
baseURI() view returns (string)
http://155.138.136.241:3000/
maxToMint() view returns (uint256)
10
name() view returns (string)
SpaceCats
owner() view returns (address)
0x33558d781012ff489506571d7060d3d875fb4b51
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
SpaceCats
totalCount() view returns (uint256)
9999
totalMints() view returns (uint256)
9999
totalSupply() view returns (uint256)
9999
Read-only
balanceOf(address owner) 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)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _times) 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 _newURI)
setStart(bool _start)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed sender, uint256 startWith, uint256 times)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.