Last active
January 27, 2023 08:08
-
-
Save coderguy1998/b751b5bac8087eb457a6faff60c9b400 to your computer and use it in GitHub Desktop.
0x Limit Order Record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
{ | |
signature: { | |
signatureType: 2, | |
r: '0x6254f5e8e0603a4972e4191688443fe37737b0d4c590441a39f32f0cc912f0a7', | |
s: '0x67926b1127924b2b45c63bae847d370da12a7efb53d5e06f49d44f617b03b140', | |
v: 28 | |
}, | |
sender: '0x0000000000000000000000000000000000000000', | |
maker: '0x5833f176da5eb8f8753b39e387f96dbcb752b7e3', | |
taker: '0x0000000000000000000000000000000000000000', | |
takerTokenFeeAmount: '75000000000000000', | |
makerAmount: '48000000000', | |
takerAmount: '30000000000000000000', | |
makerToken: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48', | |
takerToken: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2', | |
salt: '1674763033', | |
verifyingContract: '0xdef1c0ded9bec7f1a1670819833240f027b25eff', | |
feeRecipient: '0x9b858be6e3047d88820f439b240deac2418a2551', | |
expiry: '1674849433', | |
chainId: 1, | |
pool: '0x0000000000000000000000000000000000000000000000000000000000000000' | |
}, | |
{ | |
orderHash: '0xf822a51ed3e59dcd28204ce6fb59ff2e3d9952fb3759388a38de45926a9a35cd', | |
remainingFillableTakerAmount: '625000000', | |
createdAt: '2023-01-26T19:57:23.051Z' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment