Skip to content

Commit

Permalink
Update erc-7015.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vtjl10 authored Jan 7, 2025
1 parent fd2c3a2 commit 4d86e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-7015.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ struct TokenCreation {
Creator attribution is given through a signature verification that MUST be verified by the NFT contract being deployed and an event that MUST be emitted by the NFT contract during the deployment transaction. The event includes all the necessary fields for reconstructing the signed digest and validating the signature to ensure it matches the specified creator. The event name is `CreatorAttribution` and includes the following fields:

- `structHash`: hashed information for deploying the NFT contract (e.g. name, symbol, admins etc). This corresponds to the value `hashStruct` as defined in the [EIP-712 definition of hashStruct](./eip-712.md#definition-of-hashstruct) standard.
- `domainName`: the domain name of the contract verifying the singature (for EIP-712 signature validation).
- `domainName`: the domain name of the contract verifying the signature (for EIP-712 signature validation).
- `version`: the version of the contract verifying the signature (for EIP-712 signature validation)
- `creator`: the creator's account
- `signature`: the creator’s signature
Expand Down

0 comments on commit 4d86e1e

Please sign in to comment.