@fractional-company/common
Version:
Tessera constants
2 lines (1 loc) • 861 B
JSON
[{ "inputs": [{ "internalType": "address", "name": "_registry", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [{ "internalType": "address", "name": "_account", "type": "address" }], "name": "BurnError", "type": "error" }, { "inputs": [{ "internalType": "address", "name": "_account", "type": "address" }], "name": "MintError", "type": "error" }, { "inputs": [{ "internalType": "address", "name": "_from", "type": "address" }, { "internalType": "uint256", "name": "_value", "type": "uint256" }], "name": "burn", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint256", "name": "_value", "type": "uint256" }], "name": "mint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }]