{"p":"can-20","op":"mint","tick":"can","amt":"1000","rows":[{"df":"qa","content":[{"q":"What happens when the proxy contract is deployed to the blockchain?","a":"When the proxy contract is deployed on the blockchain, it becomes an independent smart contract with the capabilities of handling user interactions, data storage, and contract state management. At this point, the proxy contract is assigned a unique contract address on the blockchain, maintaining independence from existing contract addresses. In the proxy contract, user calls execute code from the logical implementation contract through the delegateCall() method, thereby changing the state of the proxy contract. Additionally, the proxy contract is responsible for recording the logical contract address to make corresponding changes when needed for contract logic upgrades. After deploying the proxy contract, developers can utilize different modes such as transparent proxy, UUPS proxy, or Beacon proxy."}]}],"pr":"cc431bcab5981db3d1be4e5937e6643a67e4361bd7715fc074d0aec28564d6ba"}