Pistachio
ERC-20 / BEP-20 Improved Security Token
A Standard Token, focused on security
Author: Open Zeppelin
Audits: Open Zeppelin Security Audit
Language: Solidity v5.7
What is Pistachio Smart Contract?
Pistachio is an advanced set of interfaces, contracts, and utilities that implement a Standard Ethereum Token, focused on security.
As Vanilla token, Pistachio also has all the Standard methods of ERC-20 specification:
- ERC-20 / BEP-20 COMPLIANT: Compatible with any ERC-20 Standard wallet
- BALANCE: It is possible to check the balance of any specific account
- TRANSFER: Owners can transfer any amount of tokens between accounts
- APPROVE: The token allows an authorized spender to withdraw tokens up to a specified amount
- ALLOWANCE: The users can check the allowance of any specific account. Allowance is the number of remaining tokens allowed to spend
- SAFE MATH LIBRARY: The token uses “SafeMath” library to avoid overflow in arithmetic operations in Solidity
- EXTRA VALIDATIONS: It includes “zero address” validations
Networks
Pistachio Smart Contract is available in the following networks:
Network | |||
---|---|---|---|
Ethereum | |||
Ethereum Classic | |||
Binance Smart Chain | |||
Polygon (Matic) | |||
Avalanche C-Chain | |||
Fantom Opera |