ethers-rs/ethers-contract/src
Georgios Konstantopoulos 9626cc1335
feat: add contract interface helpers (#982)
* feat(contract): add helpers for decoding as raw Token

This allows decoding Events and Function data without knowing the return type

* feat(contract): add helpers for decoding function outputs

* chore(contract): remove redundant generic param
2022-03-02 15:58:18 +02:00
..
multicall Add Ftm multicall addresses (#927) 2022-02-18 16:05:08 +02:00
base.rs feat: add contract interface helpers (#982) 2022-03-02 15:58:18 +02:00
call.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
contract.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
event.rs chore(clippy): make clippy happy (#705) 2021-12-19 06:28:38 +02:00
factory.rs feat(ethers-contract): add `send_with_receipt` to `Deployer` (#865) 2022-02-05 16:37:09 +02:00
lib.rs reexport multiabigen (#731) 2021-12-24 16:34:18 +02:00
log.rs fix: derive serde Ser and De for log metadata (#823) 2022-01-21 14:30:57 +02:00
stream.rs feat: add EventStream::select to combine multiple event streams (#725) 2021-12-23 21:23:55 +02:00