how can i find what this line of code is doing #2129
-
IERC721 nft = IERC721(nftAddress);
is it contructor or what? im not able to find this |
Beta Was this translation helpful? Give feedback.
Answered by
technophile-04
Aug 28, 2022
Replies: 1 comment 2 replies
-
Hii @sadath-12 !, This is not constructor here we are just |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
sadath-12
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hii @sadath-12 !, This is not constructor here we are just
type-casting
nftAddress
to typeIERC721