Skip to content

Instantly share code, notes, and snippets.

@ivelin
Last active June 17, 2022 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivelin/92017b2fcadfe9aff121d169219994f7 to your computer and use it in GitHub Desktop.
Save ivelin/92017b2fcadfe9aff121d169219994f7 to your computer and use it in GitHub Desktop.
KaliDAO Extension
function setExtension(bytes calldata extensionData) external payable;
function callExtension(
address account,
uint256 amount,
bytes calldata extensionData
) external payable returns (bool mint, uint256 amountOut);
event ExtensionSet(address dao, bytes payload)
event ExtensionCalled(address dao, bytes payload)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment