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
Documentation Requirement: We assume an update to the documentation is required regarding this change.
Release Target: This functionality is scheduled for deployment in the v0.71 release.
Implementation Impact: As a result of this implementation, ERC transfer events will be produced for all transfer functions. This includes:
Classic transfers
ERC-20 / ERC-721 transfers
Batch transfers
Airdrops and Airdrop Claims
Previous State: Previously, transfer events were only emitted for specific ERC functions such as transferFrom, transferFromNFT, proxy transfer, and proxy transferFrom.
Problem
We are finishing the implementation of Emit events for all versions of 'transfer' system contract function feature.
transferFrom,transferFromNFT,proxy transfer, andproxy transferFrom.Solution
Alternatives
No response