UNPKG

ufomarketplace-sdk-new

Version:

SDK to interact with set ufo marketplace contracts

144 lines (136 loc) 6.91 kB
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { Signer, utils, Contract, ContractFactory, PayableOverrides, BytesLike, } from "ethers"; import type { Provider, TransactionRequest } from "@ethersproject/providers"; import type { ERC1967Proxy, ERC1967ProxyInterface } from "../ERC1967Proxy"; const _abi = [ { type: "constructor", inputs: [ { name: "_logic", type: "address", internalType: "address", }, { name: "_data", type: "bytes", internalType: "bytes", }, ], stateMutability: "payable", }, { type: "fallback", stateMutability: "payable", }, { type: "receive", stateMutability: "payable", }, { type: "event", name: "AdminChanged", inputs: [ { name: "previousAdmin", type: "address", indexed: false, internalType: "address", }, { name: "newAdmin", type: "address", indexed: false, internalType: "address", }, ], anonymous: false, }, { type: "event", name: "BeaconUpgraded", inputs: [ { name: "beacon", type: "address", indexed: true, internalType: "address", }, ], anonymous: false, }, { type: "event", name: "Upgraded", inputs: [ { name: "implementation", type: "address", indexed: true, internalType: "address", }, ], anonymous: false, }, ] as const; const _bytecode = "0x608060405260405161070c38038061070c833981016040819052610022916102dc565b61002e82826000610035565b505061043b565b61003e8361006b565b60008251118061004b5750805b156100665761006483836100ab60201b6100291760201c565b505b505050565b610074816100d7565b6040516001600160a01b038216907fbc7cd75a20ee27fd9adebab32041f755214dbc6bffa90cc0225b39da2e5c2d3b90600090a250565b60606100d083836040518060600160405280602781526020016106e5602791396101a9565b9392505050565b6100ea8161022260201b6100551760201c565b6101515760405162461bcd60e51b815260206004820152602d60248201527f455243313936373a206e657720696d706c656d656e746174696f6e206973206e60448201526c1bdd08184818dbdb9d1c9858dd609a1b60648201526084015b60405180910390fd5b806101887f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc60001b61023160201b6100641760201c565b80546001600160a01b0319166001600160a01b039290921691909117905550565b6060600080856001600160a01b0316856040516101c691906103aa565b600060405180830381855af49150503d8060008114610201576040519150601f19603f3d011682016040523d82523d6000602084013e610206565b606091505b50909250905061021886838387610234565b9695505050505050565b6001600160a01b03163b151590565b90565b606083156102a0578251610299576001600160a01b0385163b6102995760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e74726163740000006044820152606401610148565b50816102aa565b6102aa83836102b2565b949350505050565b8151156102c25781518083602001fd5b8060405162461bcd60e51b815260040161014891906103c6565b600080604083850312156102ef57600080fd5b82516001600160a01b038116811461030657600080fd5b60208401519092506001600160401b038082111561032357600080fd5b818501915085601f83011261033757600080fd5b81518181111561034957610349610425565b604051601f8201601f19908116603f0116810190838211818310171561037157610371610425565b8160405282815288602084870101111561038a57600080fd5b61039b8360208301602088016103f9565b80955050505050509250929050565b600082516103bc8184602087016103f9565b9190910192915050565b60208152600082518060208401526103e58160408501602087016103f9565b601f01601f19169190910160400192915050565b60005b838110156104145781810151838201526020016103fc565b838111156100645750506000910152565b634e487b7160e01b600052604160045260246000fd5b61029b8061044a6000396000f3fe60806040523661001357610011610017565b005b6100115b610027610022610067565b61009f565b565b606061004e8383604051806060016040528060278152602001610268602791396100c3565b9392505050565b6001600160a01b03163b151590565b90565b600061009a7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc546001600160a01b031690565b905090565b3660008037600080366000845af43d6000803e8080156100be573d6000f35b3d6000fd5b6060600080856001600160a01b0316856040516100e091906101e8565b600060405180830381855af49150503d806000811461011b576040519150601f19603f3d011682016040523d82523d6000602084013e610120565b606091505b50915091506101318683838761013b565b9695505050505050565b606083156101ac5782516101a5576001600160a01b0385163b6101a55760405162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e747261637400000060448201526064015b60405180910390fd5b50816101b6565b6101b683836101be565b949350505050565b8151156101ce5781518083602001fd5b8060405162461bcd60e51b815260040161019c9190610204565b600082516101fa818460208701610237565b9190910192915050565b6020815260008251806020840152610223816040850160208701610237565b601f01601f19169190910160400192915050565b60005b8381101561025257818101518382015260200161023a565b83811115610261576000848401525b5050505056fe416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564a164736f6c6343000807000a416464726573733a206c6f772d6c6576656c2064656c65676174652063616c6c206661696c6564"; type ERC1967ProxyConstructorParams = | [signer?: Signer] | ConstructorParameters<typeof ContractFactory>; const isSuperArgs = ( xs: ERC1967ProxyConstructorParams ): xs is ConstructorParameters<typeof ContractFactory> => xs.length > 1; export class ERC1967Proxy__factory extends ContractFactory { constructor(...args: ERC1967ProxyConstructorParams) { if (isSuperArgs(args)) { super(...args); } else { super(_abi, _bytecode, args[0]); } } override deploy( _logic: string, _data: BytesLike, overrides?: PayableOverrides & { from?: string } ): Promise<ERC1967Proxy> { return super.deploy( _logic, _data, overrides || {} ) as Promise<ERC1967Proxy>; } override getDeployTransaction( _logic: string, _data: BytesLike, overrides?: PayableOverrides & { from?: string } ): TransactionRequest { return super.getDeployTransaction(_logic, _data, overrides || {}); } override attach(address: string): ERC1967Proxy { return super.attach(address) as ERC1967Proxy; } override connect(signer: Signer): ERC1967Proxy__factory { return super.connect(signer) as ERC1967Proxy__factory; } static readonly bytecode = _bytecode; static readonly abi = _abi; static createInterface(): ERC1967ProxyInterface { return new utils.Interface(_abi) as ERC1967ProxyInterface; } static connect( address: string, signerOrProvider: Signer | Provider ): ERC1967Proxy { return new Contract(address, _abi, signerOrProvider) as ERC1967Proxy; } }