TheSadCats
Verified contract
Active on
Ethereum with 5,103 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 "TheSadCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21053581 | 21 days ago | | | 0 | 0.00018689382 | |
| 21040777 | 23 days ago | | | 0 | 0.00022055657 | |
| 21039208 | 23 days ago | | | 0 | 0.00022590518 | |
| 21033128 | 24 days ago | | | 0 | 0.00024857929 | |
| 20850275 | 2 months ago | | | 0 | 0.00034539078 | |
| 20832053 | 2 months ago | | | 0 | 0.00079267336 | |
| 20823267 | 2 months ago | | | 0 | 0.0015010157 | |
| 20809929 | 2 months ago | | | 0 | 0.00032950744 | |
| 20780105 | 2 months ago | | | 0 | 0.00063140066 | |
| 20772022 | 2 months ago | | | 0 | 0.0010279018 |
ABI
ABI objects
Getter at block 21206473
_maxBatchSize() view returns (uint256)
20
baseTokenURI() view returns (string)
https://meta.sadgirlsbar.io/cats/
catPrice() view returns (uint256)
25000000000000000
contractState() view returns (uint256)
0
giveawayLeft() view returns (uint256)
46
lastTokenId() view returns (uint256)
6954
name() view returns (string)
TheSadCats
owner() view returns (address)
0xf252f9b3cd191868dcac28e1f5264bf977cd2ee0
sgbAddress() view returns (address)
0x335eeef8e93a7a757d9e7912044d9cd264e2b2d8
symbol() view returns (string)
TheSadCats
targetSupply() view returns (uint256)
7000
totalSupply() view returns (uint256)
6954
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isSgbHolder(address _owner) 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 _setAddr(address addr)
approve(address to, uint256 tokenId)
mint(uint256 numTokens, address to) payable
mintGiveaway(uint256 numTokens, address to)
reduceSupply(uint256 newSupply)
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)
setContractState(uint256 newContractState)
setMaxBatchSize(uint256 maxBatchSize)
setPrice(uint256 newPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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 metadataLocation, address sgbContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.