Token Events
DelegateChanged
----------------------------------------------------------------------- Events -----------------------------------------------------------------------
| Name | Type | Indexed |
|---|---|---|
| delegator | address | True |
| fromDelegate | address | True |
| toDelegate | address | True |
| id | uint256 | False |
DelegateVotesChanged
| Name | Type | Indexed |
|---|---|---|
| delegate | address | True |
| id | uint256 | True |
| previousBalance | uint256 | False |
| newBalance | uint256 | False |
TransferSingle
| Name | Type | Indexed |
|---|---|---|
| operator | address | True |
| from | address | True |
| to | address | True |
| id | uint256 | False |
| amount | uint256 | False |
TransferBatch
| Name | Type | Indexed |
|---|---|---|
| operator | address | True |
| from | address | True |
| to | address | True |
| ids | uint256[] | False |
| amounts | uint256[] | False |
ApprovalForAll
| Name | Type | Indexed |
|---|---|---|
| owner | address | True |
| operator | address | True |
| approved | bool | False |
TransferabilitySet
| Name | Type | Indexed |
|---|---|---|
| operator | address | True |
| id | uint256 | True |
| set | bool | False |
PermissionSet
| Name | Type | Indexed |
|---|---|---|
| operator | address | True |
| id | uint256 | True |
| set | bool | False |
UserPermissionSet
| Name | Type | Indexed |
|---|---|---|
| operator | address | True |
| to | address | True |
| id | uint256 | True |
| set | bool | False |
URI
| Name | Type | Indexed |
|---|---|---|
| value | string | False |
| id | uint256 | True |