You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ERC-20 ABI is hardcoded in the Python consts with magic numbers and partial dictionary structures that are difficult to maintain and extend.
Currently, the ERC-20 ABI is hardcoded in the Python consts with magic numbers and partial dictionary structures that are difficult to maintain and extend.
See:
Issues:
balanceOffunction and Transfer topic, missing other standard ERC-20 functions (like allowances) and events (approvals). See: Check ERC-20 token approvals from skeeper to balance manager #19balanceOfcalls with a single Multicall contract call #16