How many breeds does my Jaguar have remaining?
You can check how many breeds a Legendary Jaguar has remaining by querying the contract on etherscan.
Go to the Jaguar contract on etherscan.
Click on the "countBreed" function.
Enter the ID of the Jaguar.
It returns the number of breeds already used.
For example, Jaguar 49284007 has never bred. So it returns 0. Meaning he has 4 remaining breeds.
If it returns 1 => 3 remaining
If it returns 2 => 2 remaining
If it returns 3 => 1 remaining
If it returns 4 => 0 remaining
Last updated