Tubby Cats
Verified contract
Active on
Ethereum with 64,636 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 "Tubby Cats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21169044 | 2 hours ago | | | 0 | 0.00090833449 | |
| 21167167 | 8 hours ago | | | 0 | 0.0021226606 | |
| 21166606 | 10 hours ago | | | 0 | 0.0018479860 | |
| 21165890 | 13 hours ago | | | 0 | 0.0023982887 | |
| 21164552 | 17 hours ago | | | 0 | 0.00080829199 | |
| 21164397 | 18 hours ago | | | 0 | 0.00081984023 | |
| 21164394 | 18 hours ago | | | 0 | 0.00085973954 | |
| 21154415 | 2 days ago | | | 0 | 0.00043122754 | |
| 21153107 | 2 days ago | | | 0 | 0.0010249566 | |
| 21151164 | 3 days ago | | | 0 | 0.00044558999 |
ABI
ABI objects
Getter at block 21169683
REVEAL_BATCH_SIZE() view returns (uint256)
1000
TOKEN_LIMIT() view returns (uint256)
20000
airdropped() view returns (bool)
true
baseURI() view returns (string)
ipfs://QmeN7ZdrTGpbGoo8URqzvyiDtcgJxwoxULbQowaTGhTeZc/
finalized() view returns (bool)
false
lastTokenRevealed() view returns (uint256)
20000
merkleRoot() view returns (bytes32)
0x432b7354b99a2b9c27e7b60d580c6ec20ba5949d2d7fc92c91ac69b4c4cfdd4d
name() view returns (string)
Tubby Cats
owner() view returns (address)
0x5fe038640e440006e1002ebe69b22e12c5c055ad
realOwner() view returns (address)
0x5fe038640e440006e1002ebe69b22e12c5c055ad
startSaleTimestamp() view returns (uint256)
1645634753
symbol() view returns (string)
TUBBY
totalSupply() view returns (uint256)
20000
unrevealedURI() view returns (string)
ipfs://
useFancyMath() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
batchToSeed(uint256) view returns (uint256)
claimed(address) view returns (bool)
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)
tokenURI(uint256 id) view returns (string)
State-modifying
Events airdrop(address[] airdrops)
approve(address to, uint256 tokenId)
mint(bytes32[] _merkleProof) payable
mintFromSale(uint256 tubbiesToMint) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
requestRandomSeed(uint256 s_fee) returns (bytes32 requestId)
retrieveFunds(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setParams(string newBaseURI, string newUnrevealedURI, bool newFinal, bool newUseFancyMath)
transferFrom(address from, address to, uint256 tokenId)
transferLowerOwnership(address newOwner)
transferOwnership(address newOwner)
transferRealOwnership(address newRealOwner)
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(bytes32 _merkleRoot, string _baseURI, string _unrevealedURI, bytes32 _s_keyHash, address _linkToken, address _linkCoordinator)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()