i want to call the openTrade() function of this smart contract https://polygonscan.com/address/0xd8D177EFc926A18EE455da6F5f6A6CfCeE5F8f58#code (starts at line 371) from within my smart contract.
I have read about the ABI but this does not seem to work. What steps do i need to take ? Copy paste the whole smart contract into my visual studio code and import it into my contract?
How can i just call this specific function ?
Thank you so much guys !