Skip to content

Directory of contract addresses and ABIs by release for Party Protocol.

Notifications You must be signed in to change notification settings

GitValentines/party-addresses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Party Addresses

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.

About

Directory of contract addresses and ABIs by release for Party Protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 100.0%