Skip to content

Instantly share code, notes, and snippets.

@Zorato
Created September 8, 2025 20:16
Show Gist options
  • Select an option

  • Save Zorato/2abcbe336950e4315d2cc0f2c1e38d6f to your computer and use it in GitHub Desktop.

Select an option

Save Zorato/2abcbe336950e4315d2cc0f2c1e38d6f to your computer and use it in GitHub Desktop.
IERC4626 ABI
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shares",
"type": "uint256"
}
],
"name": "Deposit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "sender",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "receiver",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "assets",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "shares",
"type": "uint256"
}
],
"name": "Withdraw",
"type": "event"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment