Skip to content

zeroxvee/BAYC-ERC721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bayc logo
BAYC-ERC721 Solidity contract

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.

opensea logo etherscan logo bayc logo

Details

  • 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.


mayc logo
MAYC-ERC721 Solidity contract

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.

opensea logo etherscan logo mayc logo

Details

  • 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.


bacc logo
BACC-ERC1155 Solidity contract

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.

opensea logo etherscan logo

Details

  • Didn't make any changes here other than fully deconstructing the contract to understand how it's working.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published