@biconomy/permission-context-builder
Version:
ERC-7715 Permission Context Builder utility package.
99 lines • 2.21 kB
JavaScript
export const donutContractAbi = [
{
inputs: [],
stateMutability: 'nonpayable',
type: 'constructor'
},
{
inputs: [
{
internalType: 'address',
name: '',
type: 'address'
}
],
name: 'donutBalances',
outputs: [
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [
{
internalType: 'address',
name: 'check',
type: 'address'
}
],
name: 'getBalance',
outputs: [
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'getContractBalance',
outputs: [
{
internalType: 'uint256',
name: '',
type: 'uint256'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [],
name: 'owner',
outputs: [
{
internalType: 'address',
name: '',
type: 'address'
}
],
stateMutability: 'view',
type: 'function'
},
{
inputs: [
{
internalType: 'uint256',
name: 'amount',
type: 'uint256'
}
],
name: 'purchase',
outputs: [],
stateMutability: 'payable',
type: 'function'
},
{
inputs: [
{
internalType: 'uint256',
name: 'amount',
type: 'uint256'
}
],
name: 'restock',
outputs: [],
stateMutability: 'nonpayable',
type: 'function'
}
];
export const donutContractaddress = '0x2d29E46018Da800463152c7f0f3dfcE3047d6B2C';
//# sourceMappingURL=contract.js.map