Skip to content

Commit

Permalink
Updated artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lykhonis committed Apr 15, 2024
1 parent 3d2bdfd commit 5e06508
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 3 deletions.
45 changes: 44 additions & 1 deletion artifacts/abi/drops/LSP8DropsLightAsset.json
Original file line number Diff line number Diff line change
Expand Up @@ -1418,6 +1418,25 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "tokenByIndex",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand All @@ -1437,6 +1456,30 @@
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "uint256",
"name": "index",
"type": "uint256"
}
],
"name": "tokenOfOwnerByIndex",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1473,7 +1516,7 @@
"inputs": [
{
"internalType": "uint256",
"name": "",
"name": "tokenId",
"type": "uint256"
}
],
Expand Down
2 changes: 1 addition & 1 deletion artifacts/bytecode/42/drops/LSP8DropsLightAsset.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/bytecode/4201/drops/LSP8DropsLightAsset.bin

Large diffs are not rendered by default.

0 comments on commit 5e06508

Please sign in to comment.