calcom/apps/web/web3/abis/abiWithGetBalance.json
2022-02-10 14:22:45 -07:00

9 lines
253 B
JSON

[
{
"inputs": [{ "internalType": "address", "name": "owner", "type": "address" }],
"name": "balanceOf",
"outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
}
]