From e99e888f2e324af9fafd0e316d5ef09289f05c04 Mon Sep 17 00:00:00 2001 From: Z4karia <92750334+Z4karia@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:29:36 +0000 Subject: [PATCH] docs: update readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0913bd4..011b85f 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,21 @@ Need more information about the interface, the architecture, or general stuff ab Smart contracts covered by this plugin are: -| Network | Version | Smart Contract | -| --- | --- | --- | +| Network | Version | Smart Contract | +| --- | --- | --- | | Goerli | V0 | `0x6c304a1f99cecd3a9983001e943f3de00ed811d0`| - +| Goerli | V0 | `0x9ea4571a739a1d644e17d34a86e7dee97609b256`| + +On these smart contracts, the functions covered by this plugin are: + +| Function | Selector | Displayed Parameters | +| --- | --- | --- | +|mint | 0xa0712d68|
uint256 amount
| +|preSaleMint | 0x827481ea|
uint256 amount
| +|stableMintSign | 0x11413601|
uint256 amount
| +|stableMint | 0x804b936f|
uint256 amount
| +|mintSign | 0xf39247a9|
uint256 amount
| +|mint (v2) | 0xa0712d68|
uint256 amount
| ## Build