https://github.com/looksrare/contracts-transfer-manager
https://github.com/looksrare/contracts-transfer-manager
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/looksrare/contracts-transfer-manager
- Owner: LooksRare
- License: mit
- Created: 2023-06-14T13:54:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T09:50:08.000Z (8 months ago)
- Last Synced: 2025-04-13T07:53:15.626Z (about 2 months ago)
- Language: Solidity
- Size: 1.39 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @looksrare/contracts-transfer-manager
[](https://github.com/LooksRare/contracts-transfer-manager/actions/workflows/tests.yaml)
[](https://opensource.org/licenses/MIT)## Description
This project contains the smart contracts used for LooksRare's transfer manager. The transfer manager is used to managed ERC-20/ERC-721/ERC-1155 token approvals for LooksRare products such that users do not have to grant token approvals multiple times. They only need to grant approvals to new operators.
## LooksRare Deployments
| Network | TransferManager |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Mainnet | [0x00000000000ea4af05656C17b90f4d64AdD29e1d](https://etherscan.io/address/0x00000000000ea4af05656C17b90f4d64AdD29e1d) |
| Arbitrum | [0x0000000000A3573e1caFe02fe1C3Ac48473C9332](https://arbiscan.io/address/0x0000000000A3573e1caFe02fe1C3Ac48473C9332) |
| Base | [0x0000000000A3573e1caFe02fe1C3Ac48473C9332](https://basescan.org/address/0x0000000000A3573e1caFe02fe1C3Ac48473C9332) |
| Arbitrum Sepolia | [0x21D44Cd218895d08bB57E2161A5c8De1CE898165](https://sepolia.arbiscan.io/address/0x21D44Cd218895d08bB57E2161A5c8De1CE898165) |
| Blast | [0x0000000000000000000000000000000000000000](https://blastscan.io/address/0x0000000000000000000000000000000000000000) |
| Blast Sepolia | [0xca229a4596B9043AfB96e995a16245A191525c9c](https://testnet.blastscan.io/address/0xca229a4596B9043AfB96e995a16245A191525c9c) |
| Goerli | [0xb737687983D6CcB4003A727318B5454864Ecba9d](https://goerli.etherscan.io/address/0xb737687983D6CcB4003A727318B5454864Ecba9d) |
| Sepolia | [0x8B43b6C4601FaCF70Fe17D057b3912Bde0206CFB](https://sepolia.etherscan.io/address/0x8B43b6C4601FaCF70Fe17D057b3912Bde0206CFB) |## YOLO Games Deployments
| Network | TransferManager |
| ------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| Blast | [0x00000000007fe8d7666bb0da2a5d13f72b8dabab](https://blastscan.io/address/0x00000000007fe8d7666bb0da2a5d13f72b8dabab) |
| Blast Sepolia | [0xFD1DcA440E83FF9A1AED83e0f2D4b3EE85Cc2d44](https://testnet.blastscan.io/address/0xFD1DcA440E83FF9A1AED83e0f2D4b3EE85Cc2d44) |