Skip to content

Commit

Permalink
[cow protocol] fix abi
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Mar 8, 2024
1 parent 47c27ab commit 964c47b
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/contracts/abis/Erc20Abi.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,31 @@
"stateMutability": "view",
"type": "function"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "from",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "to",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "event"
},
{
"inputs": [
{
Expand Down

0 comments on commit 964c47b

Please sign in to comment.