mirror of
git://holbrook.no/eth-accounts-index
synced 2026-05-18 19:25:20 +02:00
Repair token count
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -94,6 +94,11 @@ class AccountsIndex(TxFactory):
|
||||
return abi_decode_single(ABIContractType.ADDRESS, v)
|
||||
|
||||
|
||||
@classmethod
|
||||
def parse_entry_count(self, v):
|
||||
return abi_decode_single(ABIContractType.UINT256, v)
|
||||
|
||||
|
||||
@classmethod
|
||||
def parse_have(self, v):
|
||||
return abi_decode_single(ABIContractType.BOOLEAN, v)
|
||||
|
||||
Reference in New Issue
Block a user