TZIP-16
{
"name": "Tether Token",
"description": "All Tether tokens are pegged at 1-to-1 with a matching fiat currency and built by a trusted team of developers which operates under tether.to.",
"version": "1.0.1",
"license": {
"name": "MIT",
"details": "MIT License"
},
"authors": [
"Tether Operations Limited"
],
"homepage": "https://tether.to/",
"source": {
"tools": [
"SmartPy 0.10.1"
],
"location": "https://github.com/airgap-it/usdt-smart-contracts"
},
"interfaces": [
"TZIP-012",
"TZIP-016",
"TZIP-021"
],
"errors": [
{
"error": {
"string": "TETHER_FROZEN_SENDER"
},
"expansion": {
"string": "The sender is currently frozen"
},
"languages": [
"en"
]
},
{
"error": {
"string": "TETHER_FROZEN_RECEIVER"
},
"expansion": {
"string": "The receiver is currently frozen"
},
"languages": [
"en"
]
},
{
"error": {
"string": "TETHER_ASSETS_NOT_FROZEN"
},
"expansion": {
"string": "Only frozen assets can be transferred with this entrypoint"
},
"languages": [
"en"
]
},
{
"error": {
"string": "TETHER_ASSETS_FROZEN"
},
"expansion": {
"string": "Only unfrozen assets can be burned"
},
"languages": [
"en"
]
},
{
"error": {
"string": "ADMIN_FA2_NOT_ADMIN"
},
"expansion": {
"string": "Only admin can call this entrypoint"
},
"languages": [
"en"
]
},
{
"error": {
"string": "ADMIN_FA2_NOT_PROPOSED_ADMIN"
},
"expansion": {
"string": "Only proposed admin can set themselves as admin"
},
"languages": [
"en"
]
}
]
}