ERC725Alliance / ERC725

Repository for code and discussion around ERC725 and related standards
Apache License 2.0
127 stars 66 forks source link

feat: allow to fund ERC725 contracts on deployment #213

Closed CJ42 closed 1 year ago

CJ42 commented 1 year ago

What does this PR introduce?

🚀 Feature

Allow the contract to be funded on deployment via constructor or initialize(...) public functions.

PR Checklist