Skip to content

FluidMerkleDistributorApprover ​

Git Source

Inherits:FluidMerkleDistributorCore

Functions ​

onlyApprover ​

Checks that the sender is an approver

solidity
modifier onlyApprover();

isApprover ​

checks if the approver_ is an allowed root approver

solidity
function isApprover(address approver_) public view returns (bool);

approveRoot ​

Approve the current pending root and content hash

solidity
function approveRoot(bytes32 root_, bytes32 contentHash_, uint40 cycle_, uint40 startBlock_, uint40 endBlock_)
    external
    onlyApprover;