@biconomy/permission-context-builder
Version:
ERC-7715 Permission Context Builder utility package.
102 lines • 2.34 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.donutContractaddress = exports.donutContractAbi = void 0;
exports.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'
}
];
exports.donutContractaddress = '0x2d29E46018Da800463152c7f0f3dfcE3047d6B2C';
//# sourceMappingURL=contract.js.map