diff --git a/README.md b/README.md index d4e7b71..3f5d823 100644 --- a/README.md +++ b/README.md @@ -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|
uint256 amount
| -|preSaleMint | 0x827481ea|
uint256 amount
| -|stableMintSign | 0x11413601|
uint256 amount
| -|stableMint | 0x804b936f|
uint256 amount
| -|mintSign | 0xf39247a9|
uint256 amount
| -|mint (v2) | 0xa0712d68|
uint256 amount
| -|mintSign (v2) | 0x657bb113|
uint256 tokenId
uint256 amount
address pass
| +|Contract | Function | Selector | Displayed Parameters | +| --- | --- | --- | --- | +|MultiMintContractNFT |mint | 0xa0712d68|
uint256 amount
| +|MultiMintContractNFT |preSaleMint | 0x827481ea|
uint256 amount
| +|StableMultiMintERC721 |stableMintSign | 0x11413601|
uint256 amount
| +|StableMultiMintERC721 |stableMint | 0x804b936f|
uint256 amount
| +|StableMultiMintERC721 |mintSign | 0xf39247a9|
uint256 amount
| +|StableMultiMintERC721 |mint (v2) | 0xa0712d68|
uint256 amount
| +|MultiMint1155 | mintSign (v2) | 0x657bb113|
uint256 tokenId
uint256 amount
address pass
| +|AuctionCore |bid | 0x454a2ab3|
uint256 auctionId
| +|AuctionCore |finalizeAuction| 0xe8083863|
uint256 auctionId
| ## Build