Felix Hieser
Felix Hieser
As we currently dont have a use for the native currency of the blockchain we will be directly deployed on (as we just will use erc20 tokens) we dont have...
It makes sense for some of the modules to support multicall functionalities to be able to call multiple functions in the same transaction. https://docs.openzeppelin.com/contracts/4.x/api/utils#Multicall
As an answer to the internal audit of the ElasticReceiptToken Contract (#193 ) we agreed to update the tests for the contract to bring it to a state of the...
I created a E2E Test that shows the steps needed for a BondingCurve FundingManager Transferal. Should I add more tests, that check if the transferal worked? If so which tests...