@fractional-company/common
Version:
Tessera constants
48 lines (47 loc) • 1.11 kB
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "_address",
"type": "address"
},
{
"indexed": true,
"internalType": "address",
"name": "_creator",
"type": "address"
}
],
"name": "NewBasket",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"name": "baskets",
"outputs": [
{
"internalType": "address",
"name": "",
"type": "address"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "createBasket",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]