saledjenic f7821cfc3d
fix_: calculating route for erc721 checks one more call if the function doesn't exist on the contract (#5691)
Old ERC721 contracts do not have  `safeTransferFrom` function, because of that we couldn't estimate the gas
and we couldn't resolve the right route. Now we firstly check for `safeTransferFrom` function which is supported
by ERC721A contracts and if the contract doesn't have it then we do `transferFrom` function call.

Example of ERC721A contract:
- https://etherscan.io/address/0x0024bc1035d30ae229a4712189b32131758cb000#code

Example of ERC721 contract:
- https://etherscan.io/address/0x06012c8cf97bead5deae237070f9587f8e7a266d#code
2024-08-13 16:26:20 +01:00
2023-06-23 12:01:30 +01:00
2023-01-13 17:52:03 +00:00
2024-07-15 20:55:12 +05:30
2024-07-15 20:55:12 +05:30
2022-03-28 13:14:12 +01:00
2022-03-28 13:14:12 +01:00
2024-07-11 12:32:31 +01:00
2021-07-20 10:57:38 +02:00
2023-01-13 17:52:03 +00:00
2024-08-08 13:46:51 +01:00
2024-07-15 20:55:12 +05:30
2022-12-29 14:16:19 +08:00
2022-07-17 15:37:14 +02:00
2024-07-11 10:05:31 +01:00
2023-11-13 14:06:32 -05:00
2024-04-18 18:48:02 +02:00
2024-06-24 11:52:50 +01:00
2024-03-20 20:38:24 +00:00
2024-04-10 11:43:13 +01:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.6%
Python 0.7%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%