IERC7575Share
Inherits: IERC165
Interface of the ERC20 share token, as defined in https://eips.ethereum.org/EIPS/eip-7575
Functions
vault
Returns the address of the Vault for the given asset.
function vault(address asset) external view returns (address);
Parameters
Name | Type | Description |
---|---|---|
asset | address | the ERC-20 token to deposit with into the Vault |
Events
VaultUpdate
event VaultUpdate(address indexed asset, address vault);