• Mark Tyneway's avatar
    contracts: update docs · 0fb9310e
    Mark Tyneway authored
    Due to a new version of the openzeppelin contracts,
    the docs need to be regenerated. Each time that the
    contracts are built, these files are generated.
    Merging this commit will make dev on alternative things
    less noisy.
    0fb9310e
ContextUpgradeable.md 671 Bytes

ContextUpgradeable

Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.

Events

Initialized

event Initialized(uint8 version)

Parameters

Name Type Description
version uint8 undefined