bnb-party / BNBParty.Factory

Smart contract manages Liquidity Pools and Token creation, enabling decentralized swaps and liquidity handling
MIT License
2 stars 0 forks source link

Note 1639710081 #14

Closed Lomet closed 3 weeks ago

Lomet commented 3 months ago

https://github.com/The-Poolz/BNBParty.Factory/blob/b37ef907b64c397f2256d600964d0c2e580ae210/contracts/BNBPartyFactory.sol#L37

we got the nonReentrant - but this function can be called from the cover contract more than 1 time (after each finish) Our back end - will read only 1 token per TX (the database constrain) so better to warn at this stage

web3.Eth.GetEvent<StartPartyEventDTO>(contractAddress).DecodeAllEventsForEvent(logs)[0];

https://github.com/The-Poolz/BNBParty.LambdaSet/blob/master/src/BNBParty.RegisterToken/LambdaFunction.cs