ethers

Results 18 issues of ethers

Needs investigation. example try to verify https://etherscan.io/address/0xdd9dbcc279b0e034ce74db24015ebf2606d88539#code ``` You've chosen: mainnet ? Enter compiler version. (e.g. v0.4.10+commit.f0d539ae). v0.4.13+commit.fb4cb1a ? Enter the contract file name. (e.g. MultiSigWalletWithDailyLimit.sol) WalletMainLib.sol ? Enter the...

Suppose an implementation was the work of 3 people. How many of them are valid to join the EIG at once? Should we limit it to 1? (Note: an implementation...

EIG membership criteria is explained well, but it still seems necessary for implementers to submit themselves and their implementation to the EGA, who then votes on the initial membership of...

If there's 7 members on the EIG, 2 of them vote positively and 5 others don't vote, it's not clear if that is insufficient or falls under "For a proposal...

In auction.sol (and potentially other files), is there a reason why functions like setup(), addToWhitelist() etc are `public` instead of `external`? They are not being called internally, so `external` visibility...