diff --git a/packages/contracts/wagmi.config.ts b/packages/contracts/wagmi.config.ts index 4306211a..24c9ba86 100644 --- a/packages/contracts/wagmi.config.ts +++ b/packages/contracts/wagmi.config.ts @@ -10,7 +10,7 @@ export default defineConfig({ contracts: [ { name: "CtzndSale", - address: "0x5613c3007f77a5095702f887b7e863cc5b5192a6", + address: "0x72052b6af4f3ab3abba3aafeb41f972178b22750", }, ], }), diff --git a/packages/web-app/wagmi.generated.ts b/packages/web-app/wagmi.generated.ts index f3d1914b..3d3ade2c 100644 --- a/packages/web-app/wagmi.generated.ts +++ b/packages/web-app/wagmi.generated.ts @@ -1491,7 +1491,7 @@ export const controllerAbi = [ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /** - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const ctzndSaleAbi = [ { @@ -1504,6 +1504,8 @@ export const ctzndSaleAbi = [ { name: '_totalTokensForSale', internalType: 'uint256', type: 'uint256' }, { name: '_minTarget', internalType: 'uint256', type: 'uint256' }, { name: '_maxTarget', internalType: 'uint256', type: 'uint256' }, + { name: '_startRegistration', internalType: 'uint256', type: 'uint256' }, + { name: '_endRegistration', internalType: 'uint256', type: 'uint256' }, ], stateMutability: 'nonpayable', }, @@ -1690,6 +1692,13 @@ export const ctzndSaleAbi = [ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }], stateMutability: 'view', }, + { + type: 'function', + inputs: [], + name: 'endRegistration', + outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }], + stateMutability: 'view', + }, { type: 'function', inputs: [{ name: 'role', internalType: 'bytes32', type: 'bytes32' }], @@ -1922,6 +1931,13 @@ export const ctzndSaleAbi = [ outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }], stateMutability: 'view', }, + { + type: 'function', + inputs: [], + name: 'startRegistration', + outputs: [{ name: '', internalType: 'uint256', type: 'uint256' }], + stateMutability: 'view', + }, { type: 'function', inputs: [{ name: 'interfaceId', internalType: 'bytes4', type: 'bytes4' }], @@ -1976,14 +1992,14 @@ export const ctzndSaleAbi = [ ] as const /** - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const ctzndSaleAddress = { - 11155111: '0x5613C3007f77a5095702f887B7E863cC5B5192A6', + 11155111: '0x72052B6aF4F3aB3AbbA3AAfeb41F972178b22750', } as const /** - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const ctzndSaleConfig = { address: ctzndSaleAddress, @@ -5876,6 +5892,8 @@ export const saleAbi = [ { name: '_totalTokensForSale', internalType: 'uint256', type: 'uint256' }, { name: '_minTarget', internalType: 'uint256', type: 'uint256' }, { name: '_maxTarget', internalType: 'uint256', type: 'uint256' }, + { name: '_startRegistration', internalType: 'uint256', type: 'uint256' }, + { name: '_endRegistration', internalType: 'uint256', type: 'uint256' }, ], stateMutability: 'nonpayable', }, @@ -14488,7 +14506,7 @@ export const useWatchControllerRoleRevokedEvent = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSale = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14498,7 +14516,7 @@ export const useReadCtzndSale = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"CAP_VALIDATION_GAS_LIMIT"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleCapValidationGasLimit = /*#__PURE__*/ createUseReadContract({ @@ -14510,7 +14528,7 @@ export const useReadCtzndSaleCapValidationGasLimit = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"CAP_VALIDATOR_ROLE"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleCapValidatorRole = /*#__PURE__*/ createUseReadContract({ @@ -14522,7 +14540,7 @@ export const useReadCtzndSaleCapValidatorRole = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"DEFAULT_ADMIN_ROLE"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleDefaultAdminRole = /*#__PURE__*/ createUseReadContract({ @@ -14534,7 +14552,7 @@ export const useReadCtzndSaleDefaultAdminRole = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"allocated"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleAllocated = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14545,7 +14563,7 @@ export const useReadCtzndSaleAllocated = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"allocation"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleAllocation = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14556,7 +14574,7 @@ export const useReadCtzndSaleAllocation = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"end"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleEnd = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14564,10 +14582,22 @@ export const useReadCtzndSaleEnd = /*#__PURE__*/ createUseReadContract({ functionName: 'end', }) +/** + * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"endRegistration"` + * + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) + */ +export const useReadCtzndSaleEndRegistration = + /*#__PURE__*/ createUseReadContract({ + abi: ctzndSaleAbi, + address: ctzndSaleAddress, + functionName: 'endRegistration', + }) + /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"getRoleAdmin"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleGetRoleAdmin = /*#__PURE__*/ createUseReadContract( { @@ -14580,7 +14610,7 @@ export const useReadCtzndSaleGetRoleAdmin = /*#__PURE__*/ createUseReadContract( /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"hasRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleHasRole = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14591,7 +14621,7 @@ export const useReadCtzndSaleHasRole = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"individualCap"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleIndividualCap = /*#__PURE__*/ createUseReadContract({ @@ -14603,7 +14633,7 @@ export const useReadCtzndSaleIndividualCap = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"investorAmountAt"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleInvestorAmountAt = /*#__PURE__*/ createUseReadContract({ @@ -14615,7 +14645,7 @@ export const useReadCtzndSaleInvestorAmountAt = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"investorCount"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleInvestorCount = /*#__PURE__*/ createUseReadContract({ @@ -14627,7 +14657,7 @@ export const useReadCtzndSaleInvestorCount = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"maxContribution"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleMaxContribution = /*#__PURE__*/ createUseReadContract({ @@ -14639,7 +14669,7 @@ export const useReadCtzndSaleMaxContribution = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"maxTarget"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleMaxTarget = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14650,7 +14680,7 @@ export const useReadCtzndSaleMaxTarget = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"minContribution"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleMinContribution = /*#__PURE__*/ createUseReadContract({ @@ -14662,7 +14692,7 @@ export const useReadCtzndSaleMinContribution = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"minTarget"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleMinTarget = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14673,7 +14703,7 @@ export const useReadCtzndSaleMinTarget = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"paymentToken"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSalePaymentToken = /*#__PURE__*/ createUseReadContract( { @@ -14686,7 +14716,7 @@ export const useReadCtzndSalePaymentToken = /*#__PURE__*/ createUseReadContract( /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"paymentTokenToToken"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSalePaymentTokenToToken = /*#__PURE__*/ createUseReadContract({ @@ -14698,7 +14728,7 @@ export const useReadCtzndSalePaymentTokenToToken = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"rate"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRate = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14709,7 +14739,7 @@ export const useReadCtzndSaleRate = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"refundAmount"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRefundAmount = /*#__PURE__*/ createUseReadContract( { @@ -14722,7 +14752,7 @@ export const useReadCtzndSaleRefundAmount = /*#__PURE__*/ createUseReadContract( /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTideCache"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideCache = /*#__PURE__*/ createUseReadContract({ @@ -14734,7 +14764,7 @@ export const useReadCtzndSaleRisingTideCache = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTideState"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideState = /*#__PURE__*/ createUseReadContract({ @@ -14746,7 +14776,7 @@ export const useReadCtzndSaleRisingTideState = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_applyCap"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideApplyCap = /*#__PURE__*/ createUseReadContract({ @@ -14758,7 +14788,7 @@ export const useReadCtzndSaleRisingTideApplyCap = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_isValidCap"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideIsValidCap = /*#__PURE__*/ createUseReadContract({ @@ -14770,7 +14800,7 @@ export const useReadCtzndSaleRisingTideIsValidCap = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_totalAllocatedUncapped"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideTotalAllocatedUncapped = /*#__PURE__*/ createUseReadContract({ @@ -14782,7 +14812,7 @@ export const useReadCtzndSaleRisingTideTotalAllocatedUncapped = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_totalCap"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideTotalCap = /*#__PURE__*/ createUseReadContract({ @@ -14794,7 +14824,7 @@ export const useReadCtzndSaleRisingTideTotalCap = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_validating"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleRisingTideValidating = /*#__PURE__*/ createUseReadContract({ @@ -14806,7 +14836,7 @@ export const useReadCtzndSaleRisingTideValidating = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"start"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleStart = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14814,10 +14844,22 @@ export const useReadCtzndSaleStart = /*#__PURE__*/ createUseReadContract({ functionName: 'start', }) +/** + * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"startRegistration"` + * + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) + */ +export const useReadCtzndSaleStartRegistration = + /*#__PURE__*/ createUseReadContract({ + abi: ctzndSaleAbi, + address: ctzndSaleAddress, + functionName: 'startRegistration', + }) + /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"supportsInterface"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleSupportsInterface = /*#__PURE__*/ createUseReadContract({ @@ -14829,7 +14871,7 @@ export const useReadCtzndSaleSupportsInterface = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"tokenToPaymentToken"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleTokenToPaymentToken = /*#__PURE__*/ createUseReadContract({ @@ -14841,7 +14883,7 @@ export const useReadCtzndSaleTokenToPaymentToken = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"totalTokensForSale"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleTotalTokensForSale = /*#__PURE__*/ createUseReadContract({ @@ -14853,7 +14895,7 @@ export const useReadCtzndSaleTotalTokensForSale = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"totalUncappedAllocations"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleTotalUncappedAllocations = /*#__PURE__*/ createUseReadContract({ @@ -14865,7 +14907,7 @@ export const useReadCtzndSaleTotalUncappedAllocations = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"uncappedAllocation"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleUncappedAllocation = /*#__PURE__*/ createUseReadContract({ @@ -14877,7 +14919,7 @@ export const useReadCtzndSaleUncappedAllocation = /** * Wraps __{@link useReadContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"withdrawn"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useReadCtzndSaleWithdrawn = /*#__PURE__*/ createUseReadContract({ abi: ctzndSaleAbi, @@ -14888,7 +14930,7 @@ export const useReadCtzndSaleWithdrawn = /*#__PURE__*/ createUseReadContract({ /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSale = /*#__PURE__*/ createUseWriteContract({ abi: ctzndSaleAbi, @@ -14898,7 +14940,7 @@ export const useWriteCtzndSale = /*#__PURE__*/ createUseWriteContract({ /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"buy"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleBuy = /*#__PURE__*/ createUseWriteContract({ abi: ctzndSaleAbi, @@ -14909,7 +14951,7 @@ export const useWriteCtzndSaleBuy = /*#__PURE__*/ createUseWriteContract({ /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"grantRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleGrantRole = /*#__PURE__*/ createUseWriteContract({ abi: ctzndSaleAbi, @@ -14920,7 +14962,7 @@ export const useWriteCtzndSaleGrantRole = /*#__PURE__*/ createUseWriteContract({ /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"refund"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleRefund = /*#__PURE__*/ createUseWriteContract({ abi: ctzndSaleAbi, @@ -14931,7 +14973,7 @@ export const useWriteCtzndSaleRefund = /*#__PURE__*/ createUseWriteContract({ /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"renounceRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleRenounceRole = /*#__PURE__*/ createUseWriteContract({ @@ -14943,7 +14985,7 @@ export const useWriteCtzndSaleRenounceRole = /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"revokeRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleRevokeRole = /*#__PURE__*/ createUseWriteContract( { abi: ctzndSaleAbi, address: ctzndSaleAddress, functionName: 'revokeRole' }, @@ -14952,7 +14994,7 @@ export const useWriteCtzndSaleRevokeRole = /*#__PURE__*/ createUseWriteContract( /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_validate"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleRisingTideValidate = /*#__PURE__*/ createUseWriteContract({ @@ -14964,7 +15006,7 @@ export const useWriteCtzndSaleRisingTideValidate = /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"setIndividualCap"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleSetIndividualCap = /*#__PURE__*/ createUseWriteContract({ @@ -14976,7 +15018,7 @@ export const useWriteCtzndSaleSetIndividualCap = /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"setMaxContribution"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleSetMaxContribution = /*#__PURE__*/ createUseWriteContract({ @@ -14988,7 +15030,7 @@ export const useWriteCtzndSaleSetMaxContribution = /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"setMinContribution"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleSetMinContribution = /*#__PURE__*/ createUseWriteContract({ @@ -15000,7 +15042,7 @@ export const useWriteCtzndSaleSetMinContribution = /** * Wraps __{@link useWriteContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"withdraw"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWriteCtzndSaleWithdraw = /*#__PURE__*/ createUseWriteContract({ abi: ctzndSaleAbi, @@ -15011,7 +15053,7 @@ export const useWriteCtzndSaleWithdraw = /*#__PURE__*/ createUseWriteContract({ /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSale = /*#__PURE__*/ createUseSimulateContract({ abi: ctzndSaleAbi, @@ -15021,7 +15063,7 @@ export const useSimulateCtzndSale = /*#__PURE__*/ createUseSimulateContract({ /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"buy"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleBuy = /*#__PURE__*/ createUseSimulateContract({ abi: ctzndSaleAbi, @@ -15032,7 +15074,7 @@ export const useSimulateCtzndSaleBuy = /*#__PURE__*/ createUseSimulateContract({ /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"grantRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleGrantRole = /*#__PURE__*/ createUseSimulateContract({ @@ -15044,7 +15086,7 @@ export const useSimulateCtzndSaleGrantRole = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"refund"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleRefund = /*#__PURE__*/ createUseSimulateContract({ @@ -15056,7 +15098,7 @@ export const useSimulateCtzndSaleRefund = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"renounceRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleRenounceRole = /*#__PURE__*/ createUseSimulateContract({ @@ -15068,7 +15110,7 @@ export const useSimulateCtzndSaleRenounceRole = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"revokeRole"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleRevokeRole = /*#__PURE__*/ createUseSimulateContract({ @@ -15080,7 +15122,7 @@ export const useSimulateCtzndSaleRevokeRole = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"risingTide_validate"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleRisingTideValidate = /*#__PURE__*/ createUseSimulateContract({ @@ -15092,7 +15134,7 @@ export const useSimulateCtzndSaleRisingTideValidate = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"setIndividualCap"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleSetIndividualCap = /*#__PURE__*/ createUseSimulateContract({ @@ -15104,7 +15146,7 @@ export const useSimulateCtzndSaleSetIndividualCap = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"setMaxContribution"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleSetMaxContribution = /*#__PURE__*/ createUseSimulateContract({ @@ -15116,7 +15158,7 @@ export const useSimulateCtzndSaleSetMaxContribution = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"setMinContribution"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleSetMinContribution = /*#__PURE__*/ createUseSimulateContract({ @@ -15128,7 +15170,7 @@ export const useSimulateCtzndSaleSetMinContribution = /** * Wraps __{@link useSimulateContract}__ with `abi` set to __{@link ctzndSaleAbi}__ and `functionName` set to `"withdraw"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useSimulateCtzndSaleWithdraw = /*#__PURE__*/ createUseSimulateContract({ @@ -15140,7 +15182,7 @@ export const useSimulateCtzndSaleWithdraw = /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSaleEvent = /*#__PURE__*/ createUseWatchContractEvent( { abi: ctzndSaleAbi, address: ctzndSaleAddress }, @@ -15149,7 +15191,7 @@ export const useWatchCtzndSaleEvent = /*#__PURE__*/ createUseWatchContractEvent( /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ and `eventName` set to `"Purchase"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSalePurchaseEvent = /*#__PURE__*/ createUseWatchContractEvent({ @@ -15161,7 +15203,7 @@ export const useWatchCtzndSalePurchaseEvent = /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ and `eventName` set to `"Refund"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSaleRefundEvent = /*#__PURE__*/ createUseWatchContractEvent({ @@ -15173,7 +15215,7 @@ export const useWatchCtzndSaleRefundEvent = /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ and `eventName` set to `"RoleAdminChanged"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSaleRoleAdminChangedEvent = /*#__PURE__*/ createUseWatchContractEvent({ @@ -15185,7 +15227,7 @@ export const useWatchCtzndSaleRoleAdminChangedEvent = /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ and `eventName` set to `"RoleGranted"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSaleRoleGrantedEvent = /*#__PURE__*/ createUseWatchContractEvent({ @@ -15197,7 +15239,7 @@ export const useWatchCtzndSaleRoleGrantedEvent = /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ and `eventName` set to `"RoleRevoked"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSaleRoleRevokedEvent = /*#__PURE__*/ createUseWatchContractEvent({ @@ -15209,7 +15251,7 @@ export const useWatchCtzndSaleRoleRevokedEvent = /** * Wraps __{@link useWatchContractEvent}__ with `abi` set to __{@link ctzndSaleAbi}__ and `eventName` set to `"Withdraw"` * - * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x5613c3007f77a5095702f887b7e863cc5b5192a6) + * [__View Contract on Sepolia Etherscan__](https://sepolia.etherscan.io/address/0x72052b6af4f3ab3abba3aafeb41f972178b22750) */ export const useWatchCtzndSaleWithdrawEvent = /*#__PURE__*/ createUseWatchContractEvent({