poolCodeHash

This method returns the code hash of the Pool contract.

Function

function poolCodeHash() external pure returns (bytes32);

Return value

Value
Description

bytes32 _val

The Pool code hash

Last updated