IBridgeBiomappingEvents
Interface for events related to bridging biomappings.
Interface for the BridgedBiomapper contract.
Events
NewBridgedBiomapping
New biomapping was bridged.
event NewBridgedBiomapping(
address account,
uint256 biomappingPtr,
uint256 generationPtr,
uint256 referenceHumanodeBlockNumber,
bytes32 referenceHumanodeBlockHash
);
Parameters
| Name | Type | Description |
|---|---|---|
account | address | The address that bridged their biomap. |
biomappingPtr | uint256 | The block number on the Humanode chain when the biomapping event occurred. |
generationPtr | uint256 | The block number representing the generation to which this biomapping belongs. |
referenceHumanodeBlockNumber | uint256 | The block number on the Humanode chain when data was taken. |
referenceHumanodeBlockHash | bytes32 | The block hash on the Humanode chain when data was taken. |
NewBridgedGeneration
New generation was bridged.
event NewBridgedGeneration(
uint256 generationPtr, uint256 referenceHumanodeBlockNumber, bytes32 referenceHumanodeBlockHash
);
Parameters
| Name | Type | Description |
|---|---|---|
generationPtr | uint256 | The block number on the Humanode chain when the generation started. |
referenceHumanodeBlockNumber | uint256 | The block number on the Humanode chain when data was taken. |
referenceHumanodeBlockHash | bytes32 | The block hash on the Humanode chain when data was taken. |