Skip to content

Latest commit

 

History

History
72 lines (53 loc) · 1.49 KB

Context.md

File metadata and controls

72 lines (53 loc) · 1.49 KB

Context.sol

View Source: openzeppelin-solidity/contracts/GSN/Context.sol

↘ Derived Contracts: ERC20, ERC20Burnable, MinterRole, Ownable

Context

Functions

function () internal nonpayable

Arguments

Name Type Description

_msgSender

function _msgSender() internal view
returns(address payable)

Arguments

Name Type Description

_msgData

function _msgData() internal view
returns(bytes)

Arguments

Name Type Description

Contracts