Module events

Module events 

Source

Modules§

called
code_removed
code_stored
contract_code_updated
contract_emitted
delegate_called
instantiated
storage_deposit_transferred_and_held
storage_deposit_transferred_and_released
terminated

Structs§

Called
A contract was called either by a plain account or another contract.
CodeRemoved
A code with the specified hash was removed.
CodeStored
Code with the specified hash has been stored.
ContractCodeUpdated
A contract’s code was updated.
ContractEmitted
A custom event emitted by the contract.
DelegateCalled
A contract delegate called a code hash.
Instantiated
Contract deployed by address at the specified address.
StorageDepositTransferredAndHeld
Some funds have been transferred and held as storage deposit.
StorageDepositTransferredAndReleased
Some storage deposit funds have been transferred and released.
Terminated
Contract has been removed.