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