Let's say I've already published a Smart Contract with ERC721, and I have its contract address. Now I need to create a new smart contract, which will check if msg.sender is the owner of the previously published contract, and if the sender does, also get the token number. Is it even possible?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Is it possible to call method from another contract by just having its address? | 8 | 1337 | March 28, 2022 | |
Call a contract from another contract with the same msg.sender address | 13 | 4429 | June 27, 2022 | |
ERC20 methods require ownership of tokens from another ERC721 contract | 0 | 242 | October 25, 2021 | |
Require ERC721_a to hold ERC721_b | 3 | 639 | February 18, 2022 | |
Retrieving address of contract owner and making call to all smart contract methods | 2 | 657 | October 20, 2021 |