polymath-core-deprecated
polymath-core-deprecated copied to clipboard
Core Ethereum Smart Contracts for Polymath - The Securities Token Platform
I didn't re-write the test cases yet because of the high chance of modification in the logic. Please review it once with the logic. after approval, I will rewrite the...
Change these variables from being `mapping(address => address[])` to `mapping(address => (mapping address => bool))` and then allow the frontend to cancel based on just knowing the templateProposal / offeringContract...
If an owner, delegate or auditors allocation is frozen via the vote process, then those POLY tokens are effectively burnt I believe - I can’t see any way they can...
If I'm not mistaken, this hasn't been laid out yet, but one of the main capabilities of Security tokens should be giving the issuer the ability to grant access to...