All Projects → gasdao → gasdao

gasdao / gasdao

Licence: other
No description, website, or topics provided.

Programming Languages

solidity
1140 projects
go
31211 projects - #10 most used programming language
javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].