Skip to content

Commit

Permalink
Merge pull request #611 from lukso-network/latest-contracts-abi
Browse files Browse the repository at this point in the history
Add latest contracts ABIs auto-generated docs
  • Loading branch information
CJ42 authored Aug 25, 2023
2 parents 434a310 + dbe1386 commit 1df4670
Show file tree
Hide file tree
Showing 38 changed files with 16,352 additions and 6,932 deletions.
7 changes: 3 additions & 4 deletions docs/contracts/_interface_ids_table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
| **ERC1271** | `0x1626ba7e` | Standard Signature Validation Method for Contracts. |
| **ERC725X** | `0x7545acac` | General executor. |
| **ERC725Y** | `0x629aa694` | General Data key-value store. |
| **LSP0ERC725Account** | `0x3e89ad98` | Interface of the LSP0 - ERC725Account standard, an account based smart contract that represents an identity on-chain. |
| **LSP0ERC725Account** | `0x24871b3d` | Interface of the [LSP-0-ERC725Account] standard, an account based smart contract that represents an identity on-chain. |
| **LSP1UniversalReceiver** | `0x6bb56a14` | Interface of the LSP1 - Universal Receiver standard, an entry function for a contract to receive arbitrary information. |
| **LSP6KeyManager** | `0x38bb3cdb` | Interface of the LSP6 - Key Manager standard, a contract acting as a controller of an ERC725 Account using predfined permissions. |
| **LSP6KeyManager** | `0x627ca5d3` | Interface of the LSP6 - Key Manager standard, a contract acting as a controller of an ERC725 Account using predfined permissions. |
| **LSP7DigitalAsset** | `0xda1f85e4` | Interface of the LSP7 - Digital Asset standard, a fungible digital asset. |
| **LSP8IdentifiableDigitalAsset** | `0x622e7a01` | Interface of the LSP8 - Identifiable Digital Asset standard, a non-fungible digital asset. |
| **LSP9Vault** | `0x28af17e6` | Interface of LSP9 - Vault standard, a blockchain vault that can hold assets and interact with other smart contracts. |
Expand All @@ -16,5 +16,4 @@
| **LSP17Extension** | `0xcee78b40` | Module to create a contract that can act as an extension. |
| **LSP20CallVerification** | `0x1a0eb6a5` | Implementation of a contract calling the verification functions according to LSP20 - Call Verification standard. |
| **LSP20CallVerifier** | `0x480c0ec2` | Interface for the LSP20 Call Verification standard, a set of functions intended to perform verifications on behalf of another contract. |

[eip173]: https://eips.ethereum.org/EIPS/eip-173
| **LSP25ExecuteRelayCall** | `0x5ac79908` | |
1 change: 1 addition & 0 deletions docs/contracts/_links.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

<!-- GLOBAL LINKS -->

<!-- prettier-ignore-start -->
Expand Down
Loading

0 comments on commit 1df4670

Please sign in to comment.