Scaredy Cat
Verified contract
Active on
Ethereum with 253 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x7980…576f
5 additional
variables
Balances ($0.00)
No balances found for "Scaredy Cat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17055664 | 2 years ago | | | 0 | 0.0011355385 | |
| 16307261 | 2 years ago | | | 0 | 0.00071183815 | |
| 16307187 | 2 years ago | | | 0 | 0.00064960145 | |
| 14738968 | 3 years ago | | | 0 | 0.00069970380 | |
| 14591771 | 3 years ago | | | 0 | 0.0016767449 | |
| 14518245 | 3 years ago | | | 0 | 0.0025846871 | |
| 14518232 | 3 years ago | | | 0 | 0.0020248857 | |
| 14473685 | 3 years ago | | | 0 | 0.0014838479 | |
| 14432795 | 3 years ago | | | 0 | 0.0019955246 | |
| 14219574 | 3 years ago | | | 0 | 0.0036815780 |
ABI
ABI objects
Getter at block 21205745
BIO_CHANGE_PRICE() view returns (uint256)
150000000000000000000
FUSION_PRICE() view returns (uint256)
750000000000000000000
MAX_catS() view returns (uint256)
9999
MAX_cat_PURCHASE() view returns (uint256)
20
MintSaleIsActive() view returns (bool)
false
NAME_CHANGE_PRICE() view returns (uint256)
150000000000000000000
Nik() view returns (address)
0x7980d650034a8b11e4b376a15168ce3d3870576f
PetContractAddress() view returns (address)
0xc63444e7bb9b77b70fe4cd0c76a2f239a9eee052
PresaleIsActive() view returns (bool)
false
baseURI() view returns (string)
https://www.scaredycat.io/api/
bebeCount() view returns (uint256)
6
catPrice() view returns (uint256)
66600000000000000
catReserve() view returns (uint256)
267
cat_PROVENANCE() view returns (string)
claimIsActive() view returns (bool)
false
composeIsActive() view returns (bool)
true
maxGenCount() view returns (uint256)
3333
name() view returns (string)
Scaredy Cat
owner() view returns (address)
0x87472ba872cfcd01fcb3f1ccf2b822f094997f6e
symbol() view returns (string)
ScaredyCat
totalSupply() view returns (uint256)
300
Read-only
babyCat(uint256) view returns (uint256)
balanceGenesis(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
catData(uint256) view returns (string name, string bio)
catcombinetokenid(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getcatcombinetokenID(uint256 _tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligiblePrivateSale(address _wallet) 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 Reserve(address _to, uint256 _reserveAmount)
addWalletsToWhiteList(address[] _wallets)
approve(address to, uint256 tokenId)
breed(uint256 parent1, uint256 parent2)
changeBio(uint256 tokenID, string newBio)
changeName(uint256 tokenID, string newName)
changeNamePrice(uint256 _price)
claim()
composePet(address owner, uint256 pettokenId, uint256 cattokenId, uint256 newcatcombinetokenId) returns (bool)
flipClaimState()
flipComposeState()
flipMintSaleState()
flipPreSaleState()
mintcats(uint256 numberOfTokens) payable
presalecats(uint256 numberOfTokens) payable
renounceOwnership()
reveal(uint256 tokenID)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxcats(uint256 maxcat)
setMintPrice(uint256 price)
setNipContract(address NikAddress)
setPetContractAddress(address contractAddress)
setProvenanceHash(string provenanceHash)
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)
BioChanged(uint256 tokenId, string Bio)
CatRevealed(uint256 tokenId)
NameChanged(uint256 tokenId, string Name)
NewScaryCatborn(uint256 tokenId, uint256 parent1, uint256 parent2)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
catInternaltokenidChange(address _by, uint256 _tokenId, uint256 _internaltokenID)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.