CurrencyCats
Verified contract
Active on
Ethereum with 1,256 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 "CurrencyCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18866147 | a year ago | | | 0 | 0.00058882475 | |
| 18809178 | a year ago | | | 0 | 0.0016012116 | |
| 16452022 | 2 years ago | | | 0 | 0.00085899113 | |
| 16204448 | 2 years ago | | | 0 | 0.00062138478 | |
| 16199476 | 2 years ago | | | 0 | 0.00040209781 | |
| 16091142 | 2 years ago | | | 0 | 0.00085445862 | |
| 15812933 | 2 years ago | | | 0 | 0.00063813729 | |
| 15755497 | 2 years ago | | | 0 | 0.00091308348 | |
| 15535821 | 2 years ago | | | 0 | 0.00085946577 | |
| 15530381 | 2 years ago | | | 0 | 0.00026996132 |
ABI
ABI objects
Getter at block 21203476
baseTokenURI() view returns (string)
ipfs://QmdbPJiqPL9XqFQYrE7LDwccbrWZe8UfcYkxZQjKbBWrbf/
cost() view returns (uint256)
25000000000000000
freeMaxMintAmount() view returns (uint256)
1
freeMintSupply() view returns (uint256)
500
getFreeMaxMintAmount() view returns (uint256)
1
getFreeMintSupply() view returns (uint256)
500
maxMintAmount() view returns (uint256)
20
maxSupply() view returns (uint256)
2090
name() view returns (string)
CurrencyCats
owner() view returns (address)
0x450e15bec1f3fb3993a76be33286986c47074f1c
paused() view returns (bool)
true
symbol() view returns (string)
CC
totalMint() view returns (uint256)
2090
totalSupply() view returns (uint256)
2090
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
reserveMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _newCost)
setFreeMaxMintAmount(uint256 _newMaxFreeMintAmount)
setFreeMintSupply(uint256 _newFreeMintSupply)
setMaxMintAmount(uint256 _newmaxMintAmount)
setMaxSupply(uint256 _newMaxSupply)
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)
CreateCat(uint256 indexed id)
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.
This contract contains no error objects.