auction-zoo
auction-zoo copied to clipboard
A menagerie of auction mechanisms implemented in Solidity
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [web3](https://github.com/ChainSafe/web3.js). These dependencies need to be updated together. Removes `tough-cookie` Updates `web3` from 1.8.1 to 4.0.2 Release notes Sourced from...
Cool repo. In the case of (create2-based) SneakyAuction, at auction end you could potentially deploy preset bytecode to transfer/sweep an ERC20 to the highest bidder, and similarly for withdrawing to...
Arcology is an EVM compatible L1 that has ability to process multiple transactions simultaneously. We have built Solidity APIs to help contract developers take full use of our parallel design....
At the moment, bid commits are truncated to 160 bits: `bytes20 bidHash = bytes20(keccak256(abi.encode(nonce, bidValue)));` Bidders control their `nonce` and `bidValue` and thus, it is possible to find two bids...