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",