0xTubbyCats
Verified contract
Active on
Ethereum with 196 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 "0xTubbyCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16368531 | 2 years ago | | | 0 | 0.00043119666 | |
| 16309319 | 2 years ago | | | 0 | 0.00073666948 | |
| 16156286 | 2 years ago | | | 0 | 0.00071244608 | |
| 15363368 | 2 years ago | | | 0 | 0.00044745713 | |
| 15342920 | 2 years ago | | | 0 | 0.00082679138 | |
| 15251764 | 2 years ago | | | 0 | 0.00084692169 | |
| 14609361 | 3 years ago | | | 0 | 0.0012609810 | |
| 14497542 | 3 years ago | | | 0 | 0.0022257858 | |
| 14434707 | 3 years ago | | | 0 | 0.0014807020 | |
| 14401668 | 3 years ago | | | 0 | 0.0015922763 |
ABI
ABI objects
Getter at block 21442520
FREE_MAX_SUPPLY() view returns (uint256)
1000
MAX_PER_TX() view returns (uint256)
10
MAX_PER_TX_FREE() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5000
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmbEZd7TDwv3Unsavwiwk7LJvMehGzgPZLBY1MZ2RF74o5/
contractURI() view returns (string)
name() view returns (string)
0xTubbyCats
owner() view returns (address)
0xc56ee031cfea2cd5a732dee7a16a37f9eae9f9ca
paused() view returns (bool)
false
price() view returns (uint256)
20000000000000000
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
0xTubbyCat
totalSupply() view returns (uint256)
1086
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)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setupOS()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.