NinelivesLockedARB
Inherits: Initializable, ERC20Upgradeable, ERC20BurnableUpgradeable, OwnableUpgradeable, ERC20PermitUpgradeable, ERC20VotesUpgradeable
Functions
constructor
Note: oz-upgrades-unsafe-allow: constructor
constructor() ;
ctor
function ctor(address initialOwner) public initializer;
mint
function mint(address to, uint256 amount) public onlyOwner;
clock
function clock() public view override returns (uint48);
CLOCK_MODE
function CLOCK_MODE() public pure override returns (string memory);
_update
function _update(address from, address to, uint256 value)
internal
override(ERC20Upgradeable, ERC20VotesUpgradeable);
nonces
function nonces(address owner) public view override(ERC20PermitUpgradeable, NoncesUpgradeable) returns (uint256);
transfer
function transfer(
address,
/* to */
uint256 /* value */
)
public
pure
override
returns (bool);
transferFrom
function transferFrom(
address,
/* from */
address,
/* to */
uint256 /* value */
)
public
pure
override
returns (bool);