-
The `onCall` hook on connected chains has the following object:
```
struct MessageContext {
address sender;
}
```
Amount passed of Ether can be obtained with `msg.value` but for ERC20 there …
-
An issue for asking questions, submitting problems or proposing changes to WRC ERC20 contract standard.
https://github.com/warp-contracts/wrc/tree/master/contracts/erc20
-
I want send ERC20 tokens to another wallet
$amount = 40000000000000000000;
$contract->at(strtolower(self::CONTRACT))->estimateGas('transfer', $to, $amount, [
Error
2018-05-08 08:42:08 [-]…
-
We need to come up with a ZRC-20 token symbol/name convention and synchronize both testnet and mainnet beta.
## Mainnet Beta
```json
{
"foreignCoins": [
{
"asset": "0x8ac76a51cc9…
-
**Context:** [ReceiverAcrossV3.sol#L11](https://github.com/lifinance/contracts/blob/ef2d7bc478ce1e7f5ad6f1060f657864124fa85e/src/Periphery/ReceiverAcrossV3.sol#L11)
**Description:** The `ERC20` con…
-
### Description
Weighted voting should also be available for communities on: Arbitrum, Ethereum, Linea and Optimism. All chains that support contests should also support weighted voting
### Project …
-
since users are responsible for manually exposing all the methods of libraries such as ERC20, ERC721, etc., it could be useful to make our base test suites like [`Ownable`](https://github.com/OpenZepp…
-
# Lines of code
https://github.com/code-423n4/2024-08-superposition/blob/4528c9d2dbe1550d2660dac903a8246076044905/pkg/seawater/src/lib.rs#L210
https://github.com/code-423n4/2024-08-superposition/blob…
-
# Lines of code
https://github.com/code-423n4/2024-03-ondo-finance/blob/78779c30bebfd46e6f416b03066c55d587e8b30b/contracts/ousg/rOUSG.sol#L276-L287
https://github.com/code-423n4/2024-03-ondo-finance/…
-
## Summary
> Please give a short summary of this research topic.
We implement a standard ERC20 token in our assignment, however, there are lots of implementation that is not coherent to the common…