@thirdweb-dev/contracts-js
Version:
31 lines • 551 B
JSON
[
{
"type": "function",
"name": "getFeeInfo",
"inputs": [
{
"name": "_proxy",
"type": "address",
"internalType": "address"
},
{
"name": "_type",
"type": "uint256",
"internalType": "uint256"
}
],
"outputs": [
{
"name": "recipient",
"type": "address",
"internalType": "address"
},
{
"name": "bps",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
}
]