This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -201,17 +201,17 @@ decl_event! {
201
201
{
202
202
/// Ethereum events from contracts.
203
203
Log ( Log ) ,
204
- /// A contract has been created at given address.
204
+ /// A contract has been created at given [ address] .
205
205
Created ( H160 ) ,
206
- /// A contract was attempted to be created, but the execution failed.
206
+ /// A [ contract] was attempted to be created, but the execution failed.
207
207
CreatedFailed ( H160 ) ,
208
- /// A contract has been executed successfully with states applied.
208
+ /// A [ contract] has been executed successfully with states applied.
209
209
Executed ( H160 ) ,
210
- /// A contract has been executed with errors. States are reverted with only gas fees applied.
210
+ /// A [ contract] has been executed with errors. States are reverted with only gas fees applied.
211
211
ExecutedFailed ( H160 ) ,
212
- /// A deposit has been made at a given address.
212
+ /// A deposit has been made at a given address. [sender, address, value]
213
213
BalanceDeposit ( AccountId , H160 , U256 ) ,
214
- /// A withdrawal has been made from a given address.
214
+ /// A withdrawal has been made from a given address. [sender, address, value]
215
215
BalanceWithdraw ( AccountId , H160 , U256 ) ,
216
216
}
217
217
}
You can’t perform that action at this time.
0 commit comments