From 038971e77a4a6de5ce0e85220690311d6c52aff1 Mon Sep 17 00:00:00 2001 From: Shayan Shiravani Date: Wed, 8 Nov 2023 13:46:13 +0330 Subject: [PATCH] Prizetap: update abis --- prizetap/constants.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/prizetap/constants.py b/prizetap/constants.py index 99928d78..eb3e0929 100644 --- a/prizetap/constants.py +++ b/prizetap/constants.py @@ -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", @@ -544,7 +551,6 @@ "type": "function", }, ] - PRIZETAP_ERC721_ABI = [ { "inputs": [ @@ -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",