abis/
3d8cbc1d.json
5bbd194a.json
006fe27a.json
...
deploy/
genesis.json
...
contracts/
mainnet/
head.json: { "AuctionCrowdfund": "genesis", ... }
genesis/
AuctionCrowdfund.json: { "address": "0x...", "abi": "5bbd194a" }
Directory of contract addresses and ABIs by release for Party Protocol.
abis/
contains ABI files for every contract version, each named based on the hash of its contents.
deploy/
contains the scripts used for deploying each release.
contracts/
contains JSON files that map each contract to its implementation address and the hash of its ABI file. These files are organized by the release in which they were deployed. The file head.json
maps each contract to its latest release version.