-
I was using the Wormhole bridge to send Luna tokens from Ethereum to Solana. I followed the instructions, connected my metamask wallet where i had my ERC20 Luna and connected my Sollet wallet where I …
-
// SPDX-License-Identifier: GPL-3.0
pragma solidity ^0.6.12;
abstract contract Context {
function _msgSender() internal view virtual returns (address payable) {
return msg.sender;
}
…
-
-
# QA Report
## [L-01] Ownership transfer should be a two-step process
It is recommended that ownership transfer be completed in two steps, firstly by setting a pending admin and finally by accepting …
-
https://github.com/2local/MultiSend_Webpage/commit/eea562c38b5d4f366640e33f58db0f8c36cca3db
1. It seems be just for initial code base for testing. (There is not any real wallets)
2. Code just in…
-
Looking at this [simulation](https://dashboard.tenderly.co/gp-v2/staging/simulator/c71781c0-c0a8-4228-9a63-cd017bee5cce?trace=0.1) we see that it reverted because the limit price for an order was not …
-
### What happened?
In the new version of Canary v3.0.4, the balances of some ERC20 tokens, such as WSYS and SUPR, are not displayed correctly.
> Pali v3.1.0
![3 1 0](https://github.com/user-attac…
-
# Staking tokens transfer to the staking contract will make a fraction of WETH rewards be lost forever
### Severity
Low Risk
### Relevant GitHub Links
https://github.com/Cyfrin/2023-07-beedle/blob/m…
-
# Handle
@cmichelio
# Vulnerability details
## Vulnerability Details
I know that it's stated that:
> VADER, USDV, SYNTHS all employ the `transferTo()` function, which interrogates for `tx.origi…
-
# Reentrancy vulnerability in the setPool function
### Severity
High Risk
### Relevant GitHub Links
https://github.com/Cyfrin/2023-07-beedle/blob/658e046bda8b010a5b82d2d85e824f3823602d27/src/Lender.…