[
  "function getDeploymentNonce(address) view returns (uint256)",
  "function getMinNonce(address) view returns (uint256)",
  "function getRawNonce(address) view returns (uint256)",
  "function getValueUnderNonce(uint256) view returns (uint256)",
  "function increaseMinNonce(uint256) returns (uint256)",
  "function incrementDeploymentNonce(address) returns (uint256)",
  "function incrementMinNonceIfEquals(uint256)",
  "function setValueUnderNonce(uint256,uint256)",
  "function validateNonceUsage(address,uint256,bool) view"
]
