Interface: IERC721DnaInterface
Ethers.IERC721DnaInterface
Hierarchy
Interface
↳
IERC721DnaInterface
Properties
_abiCoder
• Readonly
_abiCoder: AbiCoder
Inherited from
utils.Interface._abiCoder
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:50
_isInterface
• Readonly
_isInterface: boolean
Inherited from
utils.Interface._isInterface
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:51
deploy
• Readonly
deploy: ConstructorFragment
Inherited from
utils.Interface.deploy
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:49
errors
• Readonly
errors: Object
Index signature
▪ [name: string
]: ErrorFragment
Inherited from
utils.Interface.errors
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:37
events
• events: Object
Overrides
utils.Interface.events
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:70
fragments
• Readonly
fragments: readonly Fragment
[]
Inherited from
utils.Interface.fragments
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:36
functions
• functions: Object
Type declaration
Name | Type |
---|---|
getDna(uint256) | FunctionFragment |
mintWithDna(address,bytes) | FunctionFragment |
safeMintWithDna(address,bytes) | FunctionFragment |
updateDna(uint256,bytes) | FunctionFragment |
Overrides
utils.Interface.functions
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:27
structs
• Readonly
structs: Object
Index signature
▪ [name: string
]: any
Inherited from
utils.Interface.structs
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:46
Methods
_decodeParams
▸ _decodeParams(params
, data
): Result
Parameters
Name | Type |
---|---|
params | readonly ParamType [] |
data | BytesLike |
Returns
Result
Inherited from
utils.Interface._decodeParams
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:63
_encodeParams
▸ _encodeParams(params
, values
): string
Parameters
Name | Type |
---|---|
params | readonly ParamType [] |
values | readonly any [] |
Returns
string
Inherited from
utils.Interface._encodeParams
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:64
decodeErrorResult
▸ decodeErrorResult(fragment
, data
): Result
Parameters
Name | Type |
---|---|
fragment | string | ErrorFragment |
data | BytesLike |
Returns
Result
Inherited from
utils.Interface.decodeErrorResult
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:66
decodeEventLog
▸ decodeEventLog(eventFragment
, data
, topics?
): Result
Parameters
Name | Type |
---|---|
eventFragment | string | EventFragment |
data | BytesLike |
topics? | readonly string [] |
Returns
Result
Inherited from
utils.Interface.decodeEventLog
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:77
decodeFunctionData
▸ decodeFunctionData(functionFragment
, data
): Result
Parameters
Name | Type |
---|---|
functionFragment | string | FunctionFragment |
data | BytesLike |
Returns
Result
Inherited from
utils.Interface.decodeFunctionData
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:68
decodeFunctionResult
▸ decodeFunctionResult(functionFragment
, data
): Result
Parameters
Name | Type |
---|---|
functionFragment | "getDna" |
data | BytesLike |
Returns
Result
Overrides
utils.Interface.decodeFunctionResult
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:59
▸ decodeFunctionResult(functionFragment
, data
): Result
Parameters
Name | Type |
---|---|
functionFragment | "mintWithDna" |
data | BytesLike |
Returns
Result
Overrides
utils.Interface.decodeFunctionResult
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:60
▸ decodeFunctionResult(functionFragment
, data
): Result
Parameters
Name | Type |
---|---|
functionFragment | "safeMintWithDna" |
data | BytesLike |
Returns
Result
Overrides
utils.Interface.decodeFunctionResult
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:64
▸ decodeFunctionResult(functionFragment
, data
): Result
Parameters
Name | Type |
---|---|
functionFragment | "updateDna" |
data | BytesLike |
Returns
Result
Overrides
utils.Interface.decodeFunctionResult
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:68
encodeDeploy
▸ encodeDeploy(values?
): string
Parameters
Name | Type |
---|---|
values? | readonly any [] |
Returns
string
Inherited from
utils.Interface.encodeDeploy
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:65
encodeErrorResult
▸ encodeErrorResult(fragment
, values?
): string
Parameters
Name | Type |
---|---|
fragment | string | ErrorFragment |
values? | readonly any [] |
Returns
string
Inherited from
utils.Interface.encodeErrorResult
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:67
encodeEventLog
▸ encodeEventLog(eventFragment
, values
): Object
Parameters
Name | Type |
---|---|
eventFragment | string | EventFragment |
values | readonly any [] |
Returns
Object
Name | Type |
---|---|
data | string |
topics | string [] |
Inherited from
utils.Interface.encodeEventLog
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:73
encodeFilterTopics
▸ encodeFilterTopics(eventFragment
, values
): (string
| string
[])[]
Parameters
Name | Type |
---|---|
eventFragment | string | EventFragment |
values | readonly any [] |
Returns
(string
| string
[])[]
Inherited from
utils.Interface.encodeFilterTopics
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:72
encodeFunctionData
▸ encodeFunctionData(functionFragment
, values
): string
Parameters
Name | Type |
---|---|
functionFragment | "getDna" |
values | [PromiseOrValue <BigNumberish >] |
Returns
string
Overrides
utils.Interface.encodeFunctionData
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:42
▸ encodeFunctionData(functionFragment
, values
): string
Parameters
Name | Type |
---|---|
functionFragment | "mintWithDna" |
values | [PromiseOrValue <string >, PromiseOrValue <BytesLike >] |
Returns
string
Overrides
utils.Interface.encodeFunctionData
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:46
▸ encodeFunctionData(functionFragment
, values
): string
Parameters
Name | Type |
---|---|
functionFragment | "safeMintWithDna" |
values | [PromiseOrValue <string >, PromiseOrValue <BytesLike >] |
Returns
string
Overrides
utils.Interface.encodeFunctionData
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:50
▸ encodeFunctionData(functionFragment
, values
): string
Parameters
Name | Type |
---|---|
functionFragment | "updateDna" |
values | [PromiseOrValue <BigNumberish >, PromiseOrValue <BytesLike >] |
Returns
string
Overrides
utils.Interface.encodeFunctionData
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:54
encodeFunctionResult
▸ encodeFunctionResult(functionFragment
, values?
): string
Parameters
Name | Type |
---|---|
functionFragment | string | FunctionFragment |
values? | readonly any [] |
Returns
string
Inherited from
utils.Interface.encodeFunctionResult
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:71
format
▸ format(format?
): string
| string
[]
Parameters
Name | Type |
---|---|
format? | string |
Returns
string
| string
[]
Inherited from
utils.Interface.format
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:53
getError
▸ getError(nameOrSignatureOrSighash
): ErrorFragment
Parameters
Name | Type |
---|---|
nameOrSignatureOrSighash | string |
Returns
ErrorFragment
Inherited from
utils.Interface.getError
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:60
getEvent
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Parameters
Name | Type |
---|---|
nameOrSignatureOrTopic | string |
Returns
EventFragment
Inherited from
utils.Interface.getEvent
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:59
getEventTopic
▸ getEventTopic(eventFragment
): string
Parameters
Name | Type |
---|---|
eventFragment | string | EventFragment |
Returns
string
Inherited from
utils.Interface.getEventTopic
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:62
getFunction
▸ getFunction(nameOrSignatureOrTopic
): FunctionFragment
Parameters
Name | Type |
---|---|
nameOrSignatureOrTopic | "getDna" | "updateDna" | "mintWithDna" | "safeMintWithDna" |
Returns
FunctionFragment
Overrides
utils.Interface.getFunction
Defined in
packages-public/packages/contracts/src/typechain/ethers/contracts/assets/ERC721/IERC721Dna.ts:34
getSighash
▸ getSighash(fragment
): string
Parameters
Name | Type |
---|---|
fragment | string | FunctionFragment | ErrorFragment |
Returns
string
Inherited from
utils.Interface.getSighash
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:61
parseError
▸ parseError(data
): ErrorDescription
Parameters
Name | Type |
---|---|
data | BytesLike |
Returns
ErrorDescription
Inherited from
utils.Interface.parseError
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:86
parseLog
▸ parseLog(log
): LogDescription
Parameters
Name | Type |
---|---|
log | Object |
log.data | string |
log.topics | string [] |
Returns
LogDescription
Inherited from
utils.Interface.parseLog
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:82
parseTransaction
▸ parseTransaction(tx
): TransactionDescription
Parameters
Name | Type |
---|---|
tx | Object |
tx.data | string |
tx.value? | BigNumberish |
Returns
TransactionDescription
Inherited from
utils.Interface.parseTransaction
Defined in
node_modules/.pnpm/@ethersproject+abi@5.7.0/node_modules/@ethersproject/abi/lib/interface.d.ts:78