This event is emitted when an ownership transfer is started.
{
"type": "aura.blocklist.v1.OwnershipTransferStarted",
"attributes": [
{
"key": "new_owner",
"value": "noble1owner"
},
{
"key": "previous_owner",
"value": "noble1signer"
}
]
}
This event is emitted by the following transactions:
This event is emitted when an ownership transfer is finalized.
{
"type": "aura.blocklist.v1.OwnershipTransferred",
"attributes": [
{
"key": "new_owner",
"value": "noble1owner"
},
{
"key": "previous_owner",
"value": "noble1signer"
}
]
}
This event is emitted by the following transactions:
This event is emitted whenever addresses are added to Aura's blocklist.
{
"type": "aura.blocklist.v1.BlockedAddressesAdded",
"attributes": [
{
"key": "accounts",
"value": ["noble1alice","noble1bob","noble1charlie"]
}
]
}
This event is emitted by the following transactions:
This event is emitted whenever addresses are removed from Aura's blocklist.
{
"type": "aura.blocklist.v1.BlockedAddressesRemoved",
"attributes": [
{
"key": "accounts",
"value": ["noble1alice","noble1bob","noble1alice"]
}
]
}
This event is emitted by the following transactions: