Skip to content

gasdao/gasdao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gasdao

The smart contracts and Merkle airdrop details for Gas DAO.

Claim here: https://gasdao.org

Deployments

  • GAS Token: 0x6Bba316c48b49BD1eAc44573c5c871ff02958469
  • GAS Governor: 0x5B1751306597A76C8E6D2BFb8e952f8855Ed976d
  • GAS Timelock: 0xC9A7D537F17194c68455D75e3d742BF2c3cE3c74
  • GAS Tokenlock: 0x07361E470A300cA58EC16d5e69855307e434F1CA

Merkle Airdrop

The files that constitute the Merkle airdrop can be found and verified below:

Gas DAO Staking

Gas DAO Staking is described in the Snapshot proposal: https://snapshot.org/#/gasdao.eth/proposal/0x277d50e163ba3152692f4f242b38e1d65ee684e10c701aa354aac01aacd3af28. The contract is here: https://github.com/gasdao/gasdao/blob/main/contracts/GasDaoStaking.sol. The script to calculate the reward for all holders is here: https://github.com/gasdao/gasdao/blob/main/gas_rebate.go

To run:

First run:

mkdir data_eth
go mod init gasdao
go mod tidy

Then download the data files listed above and unzip them into the data_eth folder.

Then run:

go run gas_rebate.go

This will generate a file rewards.csv.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published