Skip to content
This repository has been archived by the owner on Jan 26, 2023. It is now read-only.

Initial Audit Complete

Compare
Choose a tag to compare
@jasonrhaas jasonrhaas released this 26 Oct 22:31
· 2 commits to master since this release

What's new

Implemented audit recommendations made by @decanus. Notes are here:
https://hackmd.io/s/H1jzwl0iX

Updates include:

  • Set dummy kudos in constructor function instead of mint() function
  • Remove payable modifier from functions that don't require it
  • Return ETH to msg.sender after paying the fees to the token owner and contract owner.
  • Add new test to make sure that extra ETH is being returned to msg.sender when running the clone() function.