Skip to content

Solidity API

ERC20PermitMock

constructor

solidity
constructor(string tokenName) public

name

solidity
function name() external view returns (string)

this function does not exist on the interface, but the eth-permit package calls it directly via function selector

setName

solidity
function setName(string tokenName) external