-
Hi @victoriapriester we just found this in the Factory contract. Without this done now (we are two weeks away the event) we cant have performances. Please @chrishobcroft let victoria know by phone if …
-
A token contract is created with token symbol in CAPS, but view function only accepts the lower case
```
View call: token-factory.testnet.get_token({"token_id": "FT"})
null
```
```
View call: …
-
# Gas Report
## [G-01] `for` loop gas optimisation
```solidity
for (uint i = 0; i < routes.length; i++) {
address pair = pairFor(routes[i].from, routes[i].to, routes[i].stable);
if (IBaseV1F…
-
# Handle
TomFrench
# Vulnerability details
## Impact
NFTs can't be managed from future versions of `NestedFactory` without manual migration or removing support for the previous `NestedFactory`.
…
-
# Mitigation of M-17: Issue mitigated
## Issue
[M-17: The tokenURI method does not check if the NFT has been minted and returns data for the contract that may be a fake NFT](https://github.com/code-4…
-
Withdrawing native tokens from to a smart account throws unpredictable gas error. This is preventing our users to use 1Inch API to swap ERC tokens into Native tokens.
Digging more into this I've cr…
-
Github username: @JJtheAndroid
Twitter username: --
Severity: minor
**Description**\
No 2 step ownership transfer could render the function useless if the setter made a mistake
**Attack Scena…
-
The interop upgrade introduces a way to convert `OptimismMintableERC20` tokens into `SuperchainERC20` tokens that are portable and fungible across the superchain. The key to enabling this is a [ne…
tynes updated
2 months ago
-
# Handle
WatchPug
# Vulnerability details
https://github.com/code-423n4/2022-01-timeswap/blob/bf50d2a8bb93a5571f35f96bd74af54d9c92a210/Timeswap/Timeswap-V1-Core/contracts/TimeswapPair.sol#L157-L16…
-
# Lines of code
https://github.com/code-423n4/2022-04-phuture/blob/main/contracts/ManagedIndex.sol#L35
https://github.com/code-423n4/2022-04-phuture/blob/main/contracts/TopNMarketCapIndex.sol#L57
htt…