FatCats
Verified contract
Active on
Ethereum with 5,359 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef1b…90c0
9 additional
variables
Balances ($0.00)
No balances found for "FatCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21202804 | a day ago | | | 0 | 0.00083563474 | |
| 21129429 | 11 days ago | | | 0 | 0.00048840500 | |
| 21127559 | 12 days ago | | | 0 | 0.0011288387 | |
| 21127554 | 12 days ago | | | 0 | 0.0012076244 | |
| 21127549 | 12 days ago | | | 0 | 0.0011945690 | |
| 21127546 | 12 days ago | | | 0 | 0.0015439324 | |
| 21101137 | 15 days ago | | | 0 | 0.00075663379 | |
| 21083468 | 18 days ago | | | 0 | 0.00030659050 | |
| 21067527 | 20 days ago | | | 0 | 0.00041333206 | |
| 21067504 | 20 days ago | | | 0 | 0.00039107488 |
ABI
ABI objects
Getter at block 21211166
baseURI() view returns (string)
ipfs://QmeizFQc2x29rPLFFsXWVYNqqXRn7rHwK5YS9jbWfhcQ4m/
hideURI() view returns (string)
ipfs://QmSgdp6zen2kBry22NZc8pZE3XiZFaQsafLVHDyVpN3MX8/hidden.json
maxNftByWallet1() view returns (uint256)
2
maxNftByWallet2() view returns (uint256)
10
maxSupply() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0x12204e426a60fb1395d0b8e8e9d753ffaa484c7002c27a6a7822467c056ef9e3
name() view returns (string)
FatCats
owner() view returns (address)
0x27a554775e113e12aa82bfe534d20fdb44fb5387
paused() view returns (bool)
false
price() view returns (uint256)
80000000000000000
proxyAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicBurnFlag() view returns (bool)
false
publicStep() view returns (bool)
true
revealed() view returns (bool)
true
s_randomWords() view returns (uint256)
1186
s_requestId() view returns (uint256)
93363355576158465879489837446203519777688568962667477470893509259199973262272
shuffle() view returns (bool)
true
step_2() view returns (bool)
true
symbol() view returns (string)
FCD
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWallet(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
giveAway(address to, uint256 amountToMint)
mintStep1(uint256 amountToMint, bytes32[] merkleProof) payable
mintStep2(uint256 amountToMint, bytes32[] merkleProof) payable
openPublicBurn()
publicBurn(uint256 tokenId)
publicMint(uint256 amountToMint) payable
rawFulfillRandomWords(uint256 requestId, uint256[] randomWords)
renounceOwnership()
requestRandomWords()
revealNFT()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setHidden(string _newHiddenUri)
setNewPrice(uint256 _newPrice)
setProxyAddress(address _proxyAddress)
setPublicStep()
setStep2()
switchPause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxByWallet1(uint256 _newMaxNftByWallet)
updateMaxByWallet2(uint256 _newMaxNftByWallet)
updateMaxSupply(uint256 _newSupply)
updateMerleRoot(bytes32 _newMerkleRoot)
withdraw()
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(string _collectionURI, string _hiddenURI, bytes32 _merkleRoot, address _team, uint64 subscriptionId, address _proxyAddress)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OnlyCoordinatorCanFulfill(address have, address want)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()