Is your feature request related to a problem? Please describe.
To adapt token contract upgrade, we should think of contract function calls with backward compatibility in mind.
Especially, it is required to handle such exception like ContractLogicError that may occur during non-existent attribute calls.
Is your feature request related to a problem? Please describe.
To adapt token contract upgrade, we should think of contract function calls with backward compatibility in mind. Especially, it is required to handle such exception like
ContractLogicError
that may occur during non-existent attribute calls.Describe the solution you'd like
Add
ContractLogicError
handling to contract function call utils.