We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c5368 commit 47c27abCopy full SHA for 47c27ab
src/contracts/abis/Erc20Abi.json
@@ -42,31 +42,6 @@
42
"stateMutability": "view",
43
"type": "function"
44
},
45
- {
46
- "anonymous": false,
47
- "inputs": [
48
49
- "indexed": true,
50
- "internalType": "address",
51
- "name": "from",
52
- "type": "address"
53
- },
54
55
56
57
- "name": "to",
58
59
60
61
- "indexed": false,
62
- "internalType": "uint256",
63
- "name": "value",
64
- "type": "uint256"
65
- }
66
- ],
67
- "name": "Transfer",
68
- "type": "event"
69
70
{
71
"inputs": [
72
0 commit comments