-
# Lines of code
https://github.com/Tapioca-DAO/tap-token-audit/blob/59749be5bc2286f0bdbf59d7ddc258ddafd49a9f/contracts/options/oTAP.sol#L141-L144
# Vulnerability details
## Impact
the oTap erc721 …
-
Attempting to wrap wasmedge for instance fails due to hitting `__int128`. The following is what I'm using if it helps. In this API one does not directly touch the data at `__int128` so any allocation…
-
Currently the `Key` type takes either a ref, or a fixed-length byte slice:
```rust
pub enum Key PrimaryKey Vec {
let bytes = self.serialize();
vec![Key::Ref(&bytes)] // compile e…
-
| | |
| --- | --- |
| Bugzilla Link | [7428](https://llvm.org/bz7428) |
| Version | trunk |
| OS | Linux |
| Attachments | [bugpoint reduced problem](https://user-images.githubusercontent.com/609449…
-
## Hubble QA Report
Unless otherwise noted, manual auditing and testing were done using Visual Studio Code and Remix. The audit was done from February 17-23, 2022 by ye0lde through code4rena.
Overal…
-
If the number of cells in a Box exceeds the maximum integer, eval wont work correctly and in my case would not loop over all elements without giving an error. A 64 bit index type should be used instea…
-
bughuntoor
medium
# Vesting contract cannot work with ETH, although it's supposed to.
## Summary
Vesting contract cannot work with native token, although it's supposed to.
## Vulnerability Detail…
-
**Github username:** --
**Twitter username:** --
**Submission hash (on-chain):** 0x645ef5fe0b6086692dd399b8a675ea85fef135ed5a8329bac13054d8b46fdab0
**Severity:** medium
**Description:**
**Descriptio…
-
# Lines of code
https://github.com/code-423n4/2022-11-paraspace/blob/c6820a279c64a299a783955749fdc977de8f0449/paraspace-core/contracts/misc/NFTFloorOracle.sol#L12
# Vulnerability details
## Descri…
-
These should be supported:
```
transition fundUserWithTag( user : ByStr20, amount : Uint128)
msg = { _tag : "AddFunds"; _recipient : user ; _amount : amount };
no_msg = Nil {Message};
msg…