PR
ABI is a formalized description like: the contract has function named "transfer" which accepts 2 arguments, first of type "address", second of type "uint256", and returns one value of type "boolean".
You can not convert such description to a code, just not enough information.