Contract NiftsyERC20.sol
The NIFTSY token contract of the ERC-20 standard is classic in terms of OpenZeppelin standards.
Method "aprove"
function approve(address spender, uint256 amount) public virtual override returns (bool) {
_approve(_msgSender(), spender, amount);
return true;
}Name
Type
Description
Name
Type
Description
Method "transferFrom"
Name
Type
Description
Name
Type
Description
Method "transfer"
Name
Type
Description
Name
Type
Description
Method "increaseAllowance"
Name
Type
Description
Name
Type
Description
Method "decreaseAllowance"
Name
Type
Description
Name
Type
Description
Method "allowance"
Name
Type
Description
Name
Type
Description
Method "balanceOf"
Name
Type
Description
Name
Type
Description
Last updated