[ ] open
[ ] connect wallet
[ ] click new transaction
[ ] click contract interaction
[ ] paste 0x2A2e181Cc177974c5D013240C34E1dEf1A3CC31a into contract address
[ ] back on gnosis safe, the ABI part populates on its own
[ ] select the method in the contract that you want to use. For bulk minting it be mintBatch.
[ ] currentId needs to be the id that is mintable as of now. Example, if the last PCD you minted was id 9... and now you want to mint more (doesn't matter how many), then you put 10 here
[ ] tos (address[]) refers to the address you want to mint to. This should be in that format with square brackets [ ] and double quotes “” with a comma , in between the quotes, but not at the end. See example below.
[ ] click review