whats the best way to create a contract that inherits from two other contracts w/o any extra functionality ? is it as simple as defining
contract C is A, B {} ?

Dec 29, 2017, 7:42 AM
thanks - i'm using openzeppelin i'm trying to create a mintable & burnable token and use that with the crowdsale framework
they both inherit from basicToken (burnable/mintable)
turns out the issue i had w/ deploying had nothing to do with the contract inheritance. i had a misnamed variable :p
thanks anyway @hirama
Dec 29, 2017, 7:51 AM

© 2024 Draquery.com All rights reserved.