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