MutantCats
Verified contract
Active on
Ethereum with 30,650 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 "MutantCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236401 | a day ago | | | 0 | 0.0016092474 | |
| 21227924 | 2 days ago | | | 0 | 0.00041724878 | |
| 21220086 | 3 days ago | | | 0 | 0.00039212671 | |
| 21215576 | 4 days ago | | | 0 | 0.0021046748 | |
| 21212051 | 4 days ago | | | 0 | 0.00051954508 | |
| 21206385 | 5 days ago | | | 0 | 0.00045008787 | |
| 21200302 | 6 days ago | | | 0 | 0.00063774342 | |
| 21198540 | 6 days ago | | | 0 | 0.00067484378 | |
| 21189147 | 8 days ago | | | 0 | 0.0014083501 | |
| 21188177 | 8 days ago | | | 0 | 0.0012254655 |
ABI
ABI objects
Getter at block 21243326
baseURI() view returns (string)
ipfs://QmQYh4efWZb7QXF1XP4zkTKnhyeRamMpVGTR9z3YxnyKTo/
maxBatch() view returns (uint256)
10
name() view returns (string)
MutantCats
owner() view returns (address)
0x52effc15dfaa1efc701a8b9522654e4e1c99b012
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
MUTCATS
totalCats() view returns (uint256)
9999
totalCount() 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)
MintCat(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.