Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4karia authored Mar 3, 2023
1 parent 72843b9 commit bba04df
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,22 @@ Smart contracts covered by this plugin are:
| Goerli | V0 | MultiMintContractNFT | `0x6c304a1f99cecd3a9983001e943f3de00ed811d0` |
| Goerli | V0 | StableMultiMintERC721 | `0x9ea4571a739a1d644e17d34a86e7dee97609b256` |
| Goerli | V0 | MultiMint1155 | `0x12b180053db389b6200e6f646949e6ab7b385d40` |
| Goerli | V0 | AuctionCore | `0xc5ae7ff025d5c373762a73557e3dd3049cda1f2d` |


On these smart contracts, the functions covered by this plugin are:

| Function | Selector | Displayed Parameters |
| --- | --- | --- |
|mint | 0xa0712d68| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|preSaleMint | 0x827481ea| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|stableMintSign | 0x11413601| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|stableMint | 0x804b936f| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|mintSign | 0xf39247a9| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|mint (v2) | 0xa0712d68| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|mintSign (v2) | 0x657bb113| <table><tbody> <tr><td><code>uint256 tokenId</code></td></tr> <tr><td><code>uint256 amount</code></td></tr> <tr><td><code>address pass</code></td></tr></tbody></table> |
|Contract | Function | Selector | Displayed Parameters |
| --- | --- | --- | --- |
|MultiMintContractNFT |mint | 0xa0712d68| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|MultiMintContractNFT |preSaleMint | 0x827481ea| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|StableMultiMintERC721 |stableMintSign | 0x11413601| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|StableMultiMintERC721 |stableMint | 0x804b936f| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|StableMultiMintERC721 |mintSign | 0xf39247a9| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|StableMultiMintERC721 |mint (v2) | 0xa0712d68| <table><tbody> <tr><td><code>uint256 amount</code></td></tr> </tbody></table> |
|MultiMint1155 | mintSign (v2) | 0x657bb113| <table><tbody> <tr><td><code>uint256 tokenId</code></td></tr> <tr><td><code>uint256 amount</code></td></tr> <tr><td><code>address pass</code></td></tr></tbody></table> |
|AuctionCore |bid | 0x454a2ab3| <table><tbody> <tr><td><code>uint256 auctionId</code></td></tr> </tbody></table> |
|AuctionCore |finalizeAuction| 0xe8083863| <table><tbody> <tr><td><code>uint256 auctionId</code></td></tr> </tbody></table> |

## Build

Expand Down

0 comments on commit bba04df

Please sign in to comment.