Skip to content
#

erc1155

Here are 110 public repositories matching this topic...

Comprehensive EVM SDK (ex: Ethereum, Binance Smart Chain) for iOS, implemented on Swift. Create wallets, watch wallets (read-only), sync transactions, filter transactions by type (erc20, bep20, swap transactions etc.), swap using native DEX protocols, easily extendable to work with custom smart contracts, and full support for EIP1159.

  • Updated Jun 1, 2022
  • Swift
valorem-core
dsam82
dsam82 commented May 11, 2022

https://github.com/Alcibiades-Capital/valorem-options-contracts/blob/master/src/OptionSettlement.sol#L318

You're popping a not fully exercised claim from unexercisedClaimsByOption.

L310-319 should ideally be inside the L302 If block i.e. when amountAvailable < amount.

newLen = claimsLen - 1;
if (newLen > 0) {
    overwrite = unexercisedClaimsByOption[optionId][newLen];
    // 
bug good first issue

Comprehensive EVM SDK (ex: Ethereum, Binance Smart Chain) for iOS, implemented on Swift. Create wallets, watch wallets (read-only), sync transactions, filter transactions by type (erc20, bep20, swap transactions etc.), swap using native DEX protocols, easily extendable to work with custom smart contracts, and full support for EIP1159.

  • Updated Jun 1, 2022
  • Kotlin
DeFi-Space-Pirates
Gr3it
Gr3it commented May 25, 2022

Create a faucet contract that will distribute the asteroids and doubloons tokens to the user for free (minting from the token contract)
Limit the faucet mint to a fixed number for user prevent DOS attack (10'000 of every token)
Update the deploy script to deploy the contract and grant the various roles

enhancement

Improve this page

Add a description, image, and links to the erc1155 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the erc1155 topic, visit your repo's landing page and select "manage topics."

Learn more