-
Notifications
You must be signed in to change notification settings - Fork 11.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERC1155: Add a simple catch-all implementation of the metadata URI interface #2029
Commits on Nov 3, 2019
-
Initial ERC1155 implementation with some tests (OpenZeppelin#1803)
* Initial ERC1155 implementation with some tests * Remove mocked isERC1155TokenReceiver * Revert reason edit nit * Remove parameters associated with isERC1155TokenReceiver call * Add tests for approvals and single transfers * Add tests for transferring to contracts * Add tests for batch transfers * Make expectEvent.inTransaction tests async * Renamed "owner" to "account" and "holder" * Document unspecified balanceOfBatch reversion on zero behavior * Ensure accounts can't set their own operator status * Specify descriptive messages for underflow errors * Bring SafeMath.add calls in line with OZ style * Explicitly prevent _burn on the zero account * Implement batch minting/burning * Refactored operator approval check into isApprovedForAll calls * Renamed ERC1155TokenReceiver to ERC1155Receiver * Added ERC1155Holder * Fix lint issues
Configuration menu - View commit details
-
Copy full SHA for 20642cc - Browse repository at this point
Copy the full SHA 20642ccView commit details
Commits on Jan 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f57f16e - Browse repository at this point
Copy the full SHA f57f16eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 727512e - Browse repository at this point
Copy the full SHA 727512eView commit details
Commits on Mar 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c3f4ae3 - Browse repository at this point
Copy the full SHA c3f4ae3View commit details
Commits on Apr 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a7493e9 - Browse repository at this point
Copy the full SHA a7493e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 067d278 - Browse repository at this point
Copy the full SHA 067d278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 267700f - Browse repository at this point
Copy the full SHA 267700fView commit details
Commits on Apr 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7910e8c - Browse repository at this point
Copy the full SHA 7910e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e574206 - Browse repository at this point
Copy the full SHA e574206View commit details -
include an internal function to set the URI so users can implement fu…
…nctionality to switch URIs
Configuration menu - View commit details
-
Copy full SHA for 6acec05 - Browse repository at this point
Copy the full SHA 6acec05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132728c - Browse repository at this point
Copy the full SHA 132728cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85283ab - Browse repository at this point
Copy the full SHA 85283abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e0f247 - Browse repository at this point
Copy the full SHA 7e0f247View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82c7bd7 - Browse repository at this point
Copy the full SHA 82c7bd7View commit details
Commits on Apr 27, 2020
-
Port ERC 1155 branch to Solidity 0.6 (and current master) (OpenZeppel…
…in#2130) * port ERC1155 to Solidity 0.6 * make ERC1155 constructor more similar to ERC721 one * also migrate mock contracts to Solidity 0.6 * mark all non-view functions as virtual
Configuration menu - View commit details
-
Copy full SHA for 5fd36e7 - Browse repository at this point
Copy the full SHA 5fd36e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2052f - Browse repository at this point
Copy the full SHA 7c2052fView commit details
Commits on May 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fa4e185 - Browse repository at this point
Copy the full SHA fa4e185View commit details
Commits on May 11, 2020
-
Update contracts/token/ERC1155/IERC1155MetadataURI.sol
Starting on Solidity v0.6.2, interfaces can now inherit. \o/ Co-authored-by: Nicolás Venturo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 77db2a1 - Browse repository at this point
Copy the full SHA 77db2a1View commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4457b39 - Browse repository at this point
Copy the full SHA 4457b39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23cb821 - Browse repository at this point
Copy the full SHA 23cb821View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc8887b - Browse repository at this point
Copy the full SHA bc8887bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 473d0ce - Browse repository at this point
Copy the full SHA 473d0ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for d55b138 - Browse repository at this point
Copy the full SHA d55b138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a5108c - Browse repository at this point
Copy the full SHA 4a5108cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b50f3 - Browse repository at this point
Copy the full SHA 56b50f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c4cd3 - Browse repository at this point
Copy the full SHA 22c4cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd50e27 - Browse repository at this point
Copy the full SHA fd50e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6653018 - Browse repository at this point
Copy the full SHA 6653018View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa92e6a - Browse repository at this point
Copy the full SHA fa92e6aView commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4763213 - Browse repository at this point
Copy the full SHA 4763213View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52171a - Browse repository at this point
Copy the full SHA d52171aView commit details