Recreated Bored Ape Yacht Club contract by using OpenZeppelin libraries. Tested and deployed to Rinkeby test network.
Added to OpenSea testnets to test functionality in the real world application.
- Contract created using Solidity Style guide, contract documentation using Ethereum NatSpec.
- Removed
starting index
variable and functions assotiated with it, since there's no real use for it on testnets. - Deployed, tested and veryfied by using hardhat and hardhat pluguns.
- Added OpenZeppelin pausable funcitonality.
- Function to change the mint price while the contract is paused.
- Function to withdraw ether.
- Function to set new URI.
Recreated Mutant Ape Yacht Club contract by using minimum of OpenZeppelin libraries. Tested and deployed to Rinkeby test network.
Added to OpenSea testnets to test functionality in the real world application.
- Contract created using Solidity Style guide, contract documentation using Ethereum NatSpec.
- Removed
starting index
variable and functions assotiated with it, since there's no real use for it on testnets. - Deployed, tested and veryfied by using hardhat and hardhat pluguns.
- Added Dutch Auction to buy tokens with ability to restart the sale with new data.
- Function to withdraw ether.
- Function to set new URI.
- Added functions for better readability.
Recreated Bored Ape Chemistry Club contract. Basically copy-paste of the real one. Tested and deployed to Rinkeby test network.
Added to OpenSea testnets to test functionality in the real world application.
- Didn't make any changes here other than fully deconstructing the contract to understand how it's working.