About
Protocol
Walkthroughs
Integrations
Intro to NFT Metadata
Tutorials
Smart Contracts
Concepts
Playbooks
Learn
Deployed Contracts
Testnet & mainnet contract information.
The Tableland testnet is live and accessible on the following testnet and mainnet chains, and each corresponding Tableland smart contract (proxy) address is listed:
Chain | Chain ID | Smart Contract Address |
Ethereum Mainnet | 1 | |
Optimism Mainnet | 10 | |
Polygon Mainnet | 137 | |
Arbitrum One | 42161 | |
Ethereum Goerli | 5 | |
Optimism Goerli | 420 | |
Polygon Mumbai | 80001 | |
Arbitrum Goerli | 421613 |
The TABLE Token
For each of the contracts deployed above, a globally unique TABLE ERC721 token will be minted. Anyone can create and own a table. On-chain access controls can be established to make the table itself collaborative in nature, such as a shared ownership model where certain permissioned users can insert or update rows in the table itself.
At a minimum, a TABLE owner has permissions to do whatever they want with the table, such as inserting new rows, updating / deleting existing ones, or setting a table controller that manages table the access controls. For example, take a table minted on Ethereum:
To view the TABLE token itself, check out the deployed contracts on various block explorers or see the following NFT marketplaces:
- Example — Mainnet Ethereum ⇒ https://opensea.io/collection/tableland-tables
- Example — Testnet Polygon Mumabi ⇒ https://testnets.opensea.io/collection/tableland-tables-mumbai
← Previous
Next →
On this page