@thirdweb-dev/contracts-js
Version:
21 lines • 396 B
JSON
[
{
"type": "event",
"name": "PlatformFeeInfoUpdated",
"inputs": [
{
"name": "platformFeeRecipient",
"type": "address",
"indexed": true,
"internalType": "address"
},
{
"name": "platformFeeBps",
"type": "uint256",
"indexed": false,
"internalType": "uint256"
}
],
"anonymous": false
}
]