StrayCats
Verified contract
Active on
Ethereum with 759 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 "StrayCats"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20937110 | a month ago | | | 0 | 0.00058770900 | |
| 19778326 | 6 months ago | | | 0 | 0.00028898282 | |
| 19742670 | 7 months ago | | | 0 | 0.00026112993 | |
| 19080164 | 10 months ago | | | 0 | 0.00029733284 | |
| 17507071 | a year ago | | | 0 | 0.00083497286 | |
| 16641323 | 2 years ago | | | 0 | 0.0012116887 | |
| 16586198 | 2 years ago | | | 0 | 0.0020913100 | |
| 16210862 | 2 years ago | | | 0 | 0.00065755232 | |
| 16184219 | 2 years ago | | | 0 | 0.00083083030 | |
| 16097500 | 2 years ago | | | 0 | 0.00060105488 |
ABI
ABI objects
Getter at block 21188939
MAX_MINTS_PER_TX() view returns (uint256)
1
PUBLIC_SALE_PRICE() view returns (uint256)
5000000000000000
baseTokenURI() view returns (string)
ipfs://bafybeicudp4pmmd5y2rtuxejfvqrgwscpww3hle66qbfv3j63svmnmgak4
isPublicSaleActive() view returns (bool)
false
maxSupply() view returns (uint256)
333
name() view returns (string)
StrayCats
owner() view returns (address)
0x81af7e7e6318f2fcb41d110c131bc33e127e91ff
symbol() view returns (string)
SCATS
totalSupply() view returns (uint256)
333
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfTokens) payable
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)
setIsPublicSaleActive(bool _isPublicSaleActive)
setMaxLimitPerTransaction(uint256 _limit)
setSalePrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 numberOfTokens, address user)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()