CREATE2
to calculate the counterfactual NFT’s smart contract address that can be deployed on Ethereum L1 later. All we need are:factory
) that will deploy the actual NFT contract for us when necessary. Deploying a new NFT contract is simply creating a new proxy instance that delegates all logic to a concrete counterfactual NFT implementation.owner
). The owner is also the only account allowed to mint the NFT on Loopring Layer 2 under this contract.0xc852aC7aAe4b0f0a0Deb9e8A391ebA2047d80026
; on Goerli testnet, the address is 0x25315F9878BA07221db684b7ad3676502E914894
. Third-party counterfactual NFT factories can implement our factory method./api/v3/nft/info/computeTokenAddress
Parameters: