MoonSHRD / UniversalNFTMarketplace

Universal NFT Marketplace
Other
9 stars 0 forks source link

replace contracts to interfaces cause of gas limit #3

Closed todo[bot] closed 3 years ago

todo[bot] commented 3 years ago

https://github.com/MoonSHRD/UniversalNFTMarketplace/blob/c745412231f25fa1aa9862dcc2cf997b715e3d95/contracts/721/singleton/TicketFactory721.sol#L5-L10


This issue was generated by todo based on a TODO comment in c745412231f25fa1aa9862dcc2cf997b715e3d95. It's been assigned to @JackBekket because they committed the code.
JackBekket commented 3 years ago

Gas cost for deployment (Deploy factory, factory deployed everything else in a world by a single transaction) is 4.8M Gas

If gasPrice = 200, then cost is 0.9 ETH if it's low, like, 20, then cost is 0.09 ETH

26