-
Notifications
You must be signed in to change notification settings - Fork 69
@liquality.evm.<internal>.ERC721Interface
@liquality/evm..ERC721Interface
-
Interface
↳
ERC721Interface
• contractName: "ERC721"
evm/lib/typechain/ERC721.ts:21
• events: Object
Name | Type |
---|---|
Approval(address,address,uint256) |
EventFragment |
ApprovalForAll(address,address,bool) |
EventFragment |
Transfer(address,address,uint256) |
EventFragment |
utils.Interface.events
evm/lib/typechain/ERC721.ts:108
• functions: Object
Name | Type |
---|---|
approve(address,uint256) |
FunctionFragment |
balanceOf(address) |
FunctionFragment |
getApproved(uint256) |
FunctionFragment |
isApprovedForAll(address,address) |
FunctionFragment |
name() |
FunctionFragment |
ownerOf(uint256) |
FunctionFragment |
safeTransferFrom(address,address,uint256) |
FunctionFragment |
setApprovalForAll(address,bool) |
FunctionFragment |
supportsInterface(bytes4) |
FunctionFragment |
symbol() |
FunctionFragment |
tokenURI(uint256) |
FunctionFragment |
transferFrom(address,address,uint256) |
FunctionFragment |
utils.Interface.functions
evm/lib/typechain/ERC721.ts:22
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"approve" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:77
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"balanceOf" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:78
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"getApproved" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:79
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"isApprovedForAll" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:83
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"name" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:87
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"ownerOf" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:88
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"safeTransferFrom" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:89
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"setApprovalForAll" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:93
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"supportsInterface" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:97
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"symbol" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:101
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"tokenURI" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:102
▸ decodeFunctionResult(functionFragment
, data
): Result
Name | Type |
---|---|
functionFragment |
"transferFrom" |
data |
BytesLike |
Result
utils.Interface.decodeFunctionResult
evm/lib/typechain/ERC721.ts:103
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"approve" |
values |
[string , BigNumberish ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:37
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"balanceOf" |
values |
[string ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:41
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"getApproved" |
values |
[BigNumberish ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:42
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"isApprovedForAll" |
values |
[string , string ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:46
▸ encodeFunctionData(functionFragment
, values?
): string
Name | Type |
---|---|
functionFragment |
"name" |
values? |
undefined |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:50
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"ownerOf" |
values |
[BigNumberish ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:51
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"safeTransferFrom" |
values |
[string , string , BigNumberish ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:55
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"setApprovalForAll" |
values |
[string , boolean ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:59
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"supportsInterface" |
values |
[BytesLike ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:63
▸ encodeFunctionData(functionFragment
, values?
): string
Name | Type |
---|---|
functionFragment |
"symbol" |
values? |
undefined |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:67
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"tokenURI" |
values |
[BigNumberish ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:68
▸ encodeFunctionData(functionFragment
, values
): string
Name | Type |
---|---|
functionFragment |
"transferFrom" |
values |
[string , string , BigNumberish ] |
string
utils.Interface.encodeFunctionData
evm/lib/typechain/ERC721.ts:72
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Name | Type |
---|---|
nameOrSignatureOrTopic |
"Approval" |
EventFragment
utils.Interface.getEvent
evm/lib/typechain/ERC721.ts:114
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Name | Type |
---|---|
nameOrSignatureOrTopic |
"ApprovalForAll" |
EventFragment
utils.Interface.getEvent
evm/lib/typechain/ERC721.ts:115
▸ getEvent(nameOrSignatureOrTopic
): EventFragment
Name | Type |
---|---|
nameOrSignatureOrTopic |
"Transfer" |
EventFragment
utils.Interface.getEvent
evm/lib/typechain/ERC721.ts:116