issues
search
eluv-io
/
contracts
Eluvio Content Management Smart Contracts
MIT License
10
stars
0
forks
source link
add elvToken and update redeemable
#100
Closed
elv-preethi
closed
2 years ago
elv-preethi
commented
2 years ago
Added
ElvToken
contract and updated
Redeemable
contract to use new access control.
ElvToken
is similar to TestToken (initially it has certain amount minted) and it inherits pausable, erc20Burnable and accessControlEnumerable.
Changed
Erc20PaymentsTest
to use
ElvToken
instead of TestToken.
ElvToken
contract and updatedRedeemable
contract to use new access control.ElvToken
is similar to TestToken (initially it has certain amount minted) and it inherits pausable, erc20Burnable and accessControlEnumerable.Erc20PaymentsTest
to useElvToken
instead of TestToken.