123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {{#linkable}}
- :{{name}}: pass:normal[xref:#{{anchor}}[`{{name}}`]]
- {{/linkable}}
- [.contract]
- [[{{anchor}}]]
- === `{{name}}`
- {{natspec.devdoc}}
- {{#if modifiers}}
- [.contract-index]
- .Modifiers
- {{#inheritance}}
- {{#ownModifiers}}
- * xref:#{{anchor}}[`{{signature}}`]
- {{/ownModifiers}}
- {{/inheritance}}
- {{/if}}
- {{#if functions}}
- [.contract-index]
- .Functions
- {{#inheritance}}
- {{#ownFunctions}}
- * xref:#{{anchor}}[`{{signature}}`]
- {{/ownFunctions}}
- {{/inheritance}}
- {{/if}}
- {{#if events}}
- [.contract-index]
- .Events
- {{#inheritance}}
- {{#ownEvents}}
- * xref:#{{anchor}}[`{{signature}}`]
- {{/ownEvents}}
- {{/inheritance}}
- {{/if}}
- {{#ownModifiers}}
- [.contract-item]
- [[{{anchor}}]]
- ==== `{{name}}({{args}})`
- {{natspec.devdoc}}
- {{/ownModifiers}}
- {{#ownFunctions}}
- [.contract-item]
- [[{{anchor}}]]
- ==== `{{name}}({{args}}){{#if outputs}} → {{outputs}}{{/if}}`
- {{natspec.devdoc}}
- {{/ownFunctions}}
- {{#ownEvents}}
- [.contract-item]
- [[{{anchor}}]]
- ==== `{{name}}({{args}})`
- {{natspec.devdoc}}
- {{/ownEvents}}
|