poolCodeHash

This method returns the code hash of the Pool contract.

Function

function poolCodeHash() external pure returns (bytes32);

Return value

ValueDescription

bytes32 _val

The Pool code hash

Last updated