BiomapperLogExamples
Here are the usage examples for the BiomapperLog
contract.
BiomapperLog
exposes historical state of biomapping and generation
changes.
Note
If you are viewing this though the documentation, you should instead open the full source code of this file to see the contents of the functions.
Usage examples for the BiomapperLog
contract.
State Variables
BIOMAPPER_LOG_CONTRACT_ADDRESS
Assume this is the address of the BiomapperLog
contract.
You can find the actual address in the documentation.
address public immutable BIOMAPPER_LOG_CONTRACT_ADDRESS;
Functions
example1
A loop through all generations.
Go to the source code if you are viewing this though the documentation.
function example1() external view;
example2
Generations could also be searched from oldest to current.
Go to the source code if you are viewing this though the documentation.
function example2() external view;