@@ -24,14 +24,14 @@ function allowance(address owner, address spender) external view returns (uint25
24
24
25
25
| Name | Type | Description |
26
26
| ---| ---| ---|
27
- | owner | address | undefined
28
- | spender | address | undefined
27
+ | owner | address | undefined |
28
+ | spender | address | undefined |
29
29
30
30
#### Returns
31
31
32
32
| Name | Type | Description |
33
33
| ---| ---| ---|
34
- | _ 0 | uint256 | undefined
34
+ | _ 0 | uint256 | undefined |
35
35
36
36
### approve
37
37
@@ -47,14 +47,14 @@ function approve(address spender, uint256 amount) external nonpayable returns (b
47
47
48
48
| Name | Type | Description |
49
49
| ---| ---| ---|
50
- | spender | address | undefined
51
- | amount | uint256 | undefined
50
+ | spender | address | undefined |
51
+ | amount | uint256 | undefined |
52
52
53
53
#### Returns
54
54
55
55
| Name | Type | Description |
56
56
| ---| ---| ---|
57
- | _ 0 | bool | undefined
57
+ | _ 0 | bool | undefined |
58
58
59
59
### balanceOf
60
60
@@ -70,13 +70,13 @@ function balanceOf(address account) external view returns (uint256)
70
70
71
71
| Name | Type | Description |
72
72
| ---| ---| ---|
73
- | account | address | undefined
73
+ | account | address | undefined |
74
74
75
75
#### Returns
76
76
77
77
| Name | Type | Description |
78
78
| ---| ---| ---|
79
- | _ 0 | uint256 | undefined
79
+ | _ 0 | uint256 | undefined |
80
80
81
81
### decimals
82
82
@@ -93,7 +93,7 @@ function decimals() external view returns (uint8)
93
93
94
94
| Name | Type | Description |
95
95
| ---| ---| ---|
96
- | _ 0 | uint8 | undefined
96
+ | _ 0 | uint8 | undefined |
97
97
98
98
### decreaseAllowance
99
99
@@ -109,14 +109,14 @@ function decreaseAllowance(address spender, uint256 subtractedValue) external no
109
109
110
110
| Name | Type | Description |
111
111
| ---| ---| ---|
112
- | spender | address | undefined
113
- | subtractedValue | uint256 | undefined
112
+ | spender | address | undefined |
113
+ | subtractedValue | uint256 | undefined |
114
114
115
115
#### Returns
116
116
117
117
| Name | Type | Description |
118
118
| ---| ---| ---|
119
- | _ 0 | bool | undefined
119
+ | _ 0 | bool | undefined |
120
120
121
121
### increaseAllowance
122
122
@@ -132,14 +132,14 @@ function increaseAllowance(address spender, uint256 addedValue) external nonpaya
132
132
133
133
| Name | Type | Description |
134
134
| ---| ---| ---|
135
- | spender | address | undefined
136
- | addedValue | uint256 | undefined
135
+ | spender | address | undefined |
136
+ | addedValue | uint256 | undefined |
137
137
138
138
#### Returns
139
139
140
140
| Name | Type | Description |
141
141
| ---| ---| ---|
142
- | _ 0 | bool | undefined
142
+ | _ 0 | bool | undefined |
143
143
144
144
### name
145
145
@@ -156,7 +156,7 @@ function name() external view returns (string)
156
156
157
157
| Name | Type | Description |
158
158
| ---| ---| ---|
159
- | _ 0 | string | undefined
159
+ | _ 0 | string | undefined |
160
160
161
161
### symbol
162
162
@@ -173,7 +173,7 @@ function symbol() external view returns (string)
173
173
174
174
| Name | Type | Description |
175
175
| ---| ---| ---|
176
- | _ 0 | string | undefined
176
+ | _ 0 | string | undefined |
177
177
178
178
### totalSupply
179
179
@@ -190,7 +190,7 @@ function totalSupply() external view returns (uint256)
190
190
191
191
| Name | Type | Description |
192
192
| ---| ---| ---|
193
- | _ 0 | uint256 | undefined
193
+ | _ 0 | uint256 | undefined |
194
194
195
195
### transfer
196
196
@@ -206,14 +206,14 @@ function transfer(address to, uint256 amount) external nonpayable returns (bool)
206
206
207
207
| Name | Type | Description |
208
208
| ---| ---| ---|
209
- | to | address | undefined
210
- | amount | uint256 | undefined
209
+ | to | address | undefined |
210
+ | amount | uint256 | undefined |
211
211
212
212
#### Returns
213
213
214
214
| Name | Type | Description |
215
215
| ---| ---| ---|
216
- | _ 0 | bool | undefined
216
+ | _ 0 | bool | undefined |
217
217
218
218
### transferFrom
219
219
@@ -229,15 +229,15 @@ function transferFrom(address from, address to, uint256 amount) external nonpaya
229
229
230
230
| Name | Type | Description |
231
231
| ---| ---| ---|
232
- | from | address | undefined
233
- | to | address | undefined
234
- | amount | uint256 | undefined
232
+ | from | address | undefined |
233
+ | to | address | undefined |
234
+ | amount | uint256 | undefined |
235
235
236
236
#### Returns
237
237
238
238
| Name | Type | Description |
239
239
| ---| ---| ---|
240
- | _ 0 | bool | undefined
240
+ | _ 0 | bool | undefined |
241
241
242
242
243
243
0 commit comments