block:`, {historic, select, true {Submitted} false {Submission}} at block {blockNumber}`,
time:`, {historic, select, true {Submitted} false {Submission}} at {timestamp}`
},
deploy:{
address:`Deployed a contract at address`,
params:`with the following parameters:`,
willDeploy:`Will deploy a contract`,
withValue:`, sending {value}`
},
gasUsed:`({gas} gas used)`,
gasValues:`{gas} gas ({gasPrice}M/{tag})`,
input:{
data:`data`,
input:`input`,
withInput:`with the {inputDesc} {inputValue}`
},
receive:{
contract:`the contract`,
info:`{historic, select, true {Received} false {Will receive}} {valueEth} from {aContract}{address}`
},
signature:{
info:`{historic, select, true {Executed} false {Will execute}} the {method} function on the contract {address} trsansferring {ethValue}{inputLength, plural, zero {,} other {passing the following {inputLength, plural, one {parameter} other {parameters}}}}`
},
token:{
transfer:`{historic, select, true {Transferred} false {Will transfer}} {value} to {address}`
},
transfer:{
contract:`the contract`,
info:`{historic, select, true {Transferred} false {Will transfer}} {valueEth} to {aContract}{address}`
},
txValues:`{historic, select, true {Provided} false {Provides}} {gasProvided}{gasUsed} for a total transaction value of {totalEthValue}`,
unknown:{
info:`{historic, select, true {Executed} false {Will execute}} the {method} on the contract {address} transferring {ethValue}.`