Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Apr 2, 2024
1 parent 7129c8e commit 217d34b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/contracts/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
* [EthReceiver](mixins/EthReceiver.md)
* [OnlyWethReceiver](mixins/OnlyWethReceiver.md)
* [PermitAndCall](mixins/PermitAndCall.md)
* [SelfdestructEthSender](mixins/SelfdestructEthSender.md)
* [mocks](mocks/README.md)
* [ERC20PermitMock](mocks/ERC20PermitMock.md)
* [SelfdestructEthSenderMock](mocks/SelfdestructEthSenderMock.md)
* [TokenCustomDecimalsMock](mocks/TokenCustomDecimalsMock.md)
* [TokenMock](mocks/TokenMock.md)
* [tests](tests/README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/contracts/mixins/PermitAndCall.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PermitAndCall


Abstract contract to support permit and action execution in a single transaction.
Allows tokens that implement EIP-2612 permits, DAI-like permits and Permit2 to be approved and spent in a single transaction.
Allows tokens that implement EIP-2612 permits, DAI-like permits, USDC-like permits and Permit2 to be approved and spent in a single transaction.


## Functions
Expand Down
32 changes: 32 additions & 0 deletions docs/contracts/mixins/SelfdestructEthSender.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# SelfdestructEthSender







## Functions
### constructor
```solidity
function constructor(
) internal
```




### stopAndTransferBalance
```solidity
function stopAndTransferBalance(
address payable receiver
) external
```


#### Parameters:
| Name | Type | Description |
| :--- | :--- | :------------------------------------------------------------------- |
|`receiver` | address payable |


Empty file modified utils/file-dependencies.js
100644 → 100755
Empty file.
Empty file modified utils/test-docgen.js
100644 → 100755
Empty file.

0 comments on commit 217d34b

Please sign in to comment.