IBridgeBiomappingEvents

Git Source

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

NameTypeDescription
accountaddressThe address that bridged their biomap.
biomappingPtruint256The block number on the Humanode chain when the biomapping event occurred.
generationPtruint256The block number representing the generation to which this biomapping belongs.
referenceHumanodeBlockNumberuint256The block number on the Humanode chain when data was taken.
referenceHumanodeBlockHashbytes32The block hash on the Humanode chain when data was taken.

NewBridgedGeneration

New generation was bridged.

event NewBridgedGeneration(
    uint256 generationPtr, uint256 referenceHumanodeBlockNumber, bytes32 referenceHumanodeBlockHash
);

Parameters

NameTypeDescription
generationPtruint256The block number on the Humanode chain when the generation started.
referenceHumanodeBlockNumberuint256The block number on the Humanode chain when data was taken.
referenceHumanodeBlockHashbytes32The block hash on the Humanode chain when data was taken.