0x-api-starter-guide-code icon indicating copy to clipboard operation
0x-api-starter-guide-code copied to clipboard

Filling 0x orders via a contract with 0x api

Results 1 0x-api-starter-guide-code issues
Sort by recently updated
recently updated
newest added

Fixed typos, worth also noting that `require(sellToken.approve(spender, uint256(-1)));` cant be used from >0.8.0. Users should declare a max constant as a member variable and pass that instead something like: ```...