Access Control
TL Creator Contracts implement access control mechanisms to allow for ease of use while promoting security.
Ownable Access Control
We have combined OpenZeppelin's Ownable contract with role based access mechanisms to make a simple, effective ownership model.
Roles
TL Creator Contracts have two roles defined
Last updated