contracts
Called(PalletContractsOrigin, AccountId32)
interface:
contracts.Calledsummary: A contract was called either by a plain account or another contract.
CodeRemoved(H256, u128, AccountId32)
interface:
contracts.CodeRemovedsummary: A code with the specified hash was removed.
CodeStored(H256, u128, AccountId32)
interface:
contracts.CodeStoredsummary: Code with the specified hash has been stored.
ContractCodeUpdated(AccountId32, H256, H256)
interface:
contracts.ContractCodeUpdatedsummary: A contract’s code was updated.
ContractEmitted(AccountId32, Bytes)
interface:
contracts.ContractEmittedsummary: A custom event emitted by the contract.
DelegateCalled(AccountId32, H256)
interface:
contracts.DelegateCalledsummary: A contract delegate called a code hash.
Instantiated(AccountId32, AccountId32)
interface:
contracts.Instantiatedsummary: Contract deployed by address at the specified address.
StorageDepositTransferredAndHeld(AccountId32, AccountId32, u128)
interface:
contracts.StorageDepositTransferredAndHeldsummary: Some funds have been transferred and held as storage deposit.
StorageDepositTransferredAndReleased(AccountId32, AccountId32, u128)
interface:
contracts.StorageDepositTransferredAndReleasedsummary: Some storage deposit funds have been transferred and released.
Terminated(AccountId32, AccountId32)
interface:
contracts.Terminatedsummary: Contract has been removed.