export const name = 'EscrowChecker'; export const address = '0xcdb7D0a946223255d39A6e29B54f08f3291cc118'; export const source = 'EscrowChecker'; export const abi = [ 'constructor(address _esc)', 'function checkAccountSchedule(address account) view returns (uint256[16])', 'function synthetix_escrow() view returns (address)', ];