seaport.py
seaport.py copied to clipboard
Results
1
seaport.py issues
Sort by
recently updated
recently updated
newest added
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...