@thirdweb-dev/contracts-js
Version:
66 lines • 1.18 kB
JSON
[
{
"type": "receive",
"stateMutability": "payable"
},
{
"type": "function",
"name": "isValidSigner",
"inputs": [
{
"name": "signer",
"type": "address",
"internalType": "address"
},
{
"name": "context",
"type": "bytes",
"internalType": "bytes"
}
],
"outputs": [
{
"name": "magicValue",
"type": "bytes4",
"internalType": "bytes4"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "state",
"inputs": [],
"outputs": [
{
"name": "",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
},
{
"type": "function",
"name": "token",
"inputs": [],
"outputs": [
{
"name": "chainId",
"type": "uint256",
"internalType": "uint256"
},
{
"name": "tokenContract",
"type": "address",
"internalType": "address"
},
{
"name": "tokenId",
"type": "uint256",
"internalType": "uint256"
}
],
"stateMutability": "view"
}
]