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
Using isContract causes an issue compiling the wrapper!
TypeError: Member "isContract" not found or not visible after argument-dependent lookup in address.
--> .deps/npm/@ensdomains/ens-contracts/contracts/wrapper/ERC1155Fuse.sol:344:13:
|
344 | if (to.isContract()) {
| ^^^^^^^^^^^^^
Using isContract causes an issue compiling the wrapper!
TypeError: Member "isContract" not found or not visible after argument-dependent lookup in address.
--> .deps/npm/@ensdomains/ens-contracts/contracts/wrapper/ERC1155Fuse.sol:344:13:
|
344 | if (to.isContract()) {
| ^^^^^^^^^^^^^
ens-contracts/contracts/wrapper/ERC1155Fuse.sol
Line 344 in 92b6a89
Also it is not advisable to use it at all but use tx.origin
https://despac1to.medium.com/carefully-use-openzeppelins-address-iscontract-msg-sender-4136cc6ff66d
The text was updated successfully, but these errors were encountered: