Web5gogogo

Results 2 issues of Web5gogogo

``` @strawberry.input class OrderParameters(): offerer: str zone: str order_type: int = strawberry.field( description="The order type, support: {}".format(OrderType.dict()) ) start_time: int end_time: int salt: int offer: List[OfferItem] consideration: List[ConsiderationItem] zone_hash: str...

ENS token id:https://etherscan.io/token/0x57f1887a8bf19b14fc0df6fd9b2acc9af147ea85?a=108861993803383587718287980759679847201418463157940019272373961662837649489180 ``` class OfferItem(BaseModelWithEnumValues): itemType: ItemType token: str identifierOrCriteria: int startAmount: int endAmount: int class ConsiderationItem(BaseModelWithEnumValues): itemType: ItemType token: str identifierOrCriteria: int startAmount: int endAmount: int recipient: str...