-
Add eth/erc20 test to swap
lxhyl updated
1 month ago
-
Hi, I am having an issue to send and ERC20 TOKEN using mumbai and infura.
```
return new ERC20Wallet(rpcURL, passwordOrMnemonic, tokenSymbol, tokenDecimalPlaces,
contractAd…
-
The work to support ERC20 tokens will be tracked by this issue.
Note that the first iteration of ERC20 token functionality will support only one token to keep scope necessarily smaller. Following i…
-
# Handle
pauliax
# Vulnerability details
## Impact
You don't need to import the implementation to interact with the contract, you can import only an interface, e.g. here:
```solidity
ERC20 public…
-
Contract can receive ERC20 token and split balance to a set of addresses.
-
Remove custom implementation (ownable and upgradeable) that were copy from OZ and add the OZ contract dependencies.
-
- [ ] Owner is Gambling Contract.
- [ ] Gambling contract is only allowed to mint or burn tokens -> rewards and costs
RadNi updated
2 years ago
-
I think this might be feasible. An ERC20 token, or an extension of the token, which has encrypted balances. The FHE can add and subtract and ensure balances are correct. Otherwise, all inputs to funct…
-
# Lines of code
https://github.com/code-423n4/2024-08-superposition/blob/main/pkg/seawater/src/lib.rs#L1149-L1150
# Vulnerability details
## Impact
It will be impossible to withdraw the accrued pr…
-
**Problem:** developers often need to verify the contracts on the chain after using the `deploy` command in a binding contract.
**Solution:** I propose implementing a `verify` command that could ver…