Skip to content

Commit

Permalink
Merge pull request #175 from UnitapApp/fix/prizetap-auto-tasks
Browse files Browse the repository at this point in the history
Prizetap: update abis
  • Loading branch information
ShayanShiravani authored Nov 8, 2023
2 parents 7094cb4 + 038971e commit dd86aed
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion prizetap/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@
"stateMutability": "view",
"type": "function",
},
{
"inputs": [{"internalType": "uint256", "name": "", "type": "uint256"}],
"name": "lastNotWinnerIndexes",
"outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}],
"stateMutability": "view",
"type": "function",
},
{
"inputs": [],
"name": "lastRaffleId",
Expand Down Expand Up @@ -544,7 +551,6 @@
"type": "function",
},
]

PRIZETAP_ERC721_ABI = [
{
"inputs": [
Expand Down Expand Up @@ -798,6 +804,13 @@
"stateMutability": "view",
"type": "function",
},
{
"inputs": [{"internalType": "uint256", "name": "", "type": "uint256"}],
"name": "lastNotWinnerIndexes",
"outputs": [{"internalType": "uint256", "name": "", "type": "uint256"}],
"stateMutability": "view",
"type": "function",
},
{
"inputs": [],
"name": "lastRaffleId",
Expand Down

0 comments on commit dd86aed

Please sign in to comment.