Tatum Smart Contract Verification & Audit
You can verify Smart Contracts deployed via Tatum using the Tatum API on Blockchain Explorers.
Tatum Smart contracts are audited and certified by Certik
- View the security assessment
- Tatum on the Certik website
- Additional information is available at the following link
List of Smart Contracts:
Type | Compiler Version | Optimized Enabled | Source Code | Link |
---|---|---|---|---|
Tatum ERC-20 | EVM Chains: v0.8.18+commit.87f61d96 | Yes; 200 runs | Single file, MIT licensed | TatumErc20CappedToken.sol |
Tatum ERC-20 | TRON: tron_v0.8.18+commit.f18bedfe | Yes; 200 runs | Single file, MIT licensed | TatumErc20CappedToken.sol |
Tatum ERC-721 | EVM Chains: v0.8.18+commit.87f61d96 | Yes; 200 runs | Single file, MIT licensed | TatumTron721.sol |
Tatum ERC-721 | TRON: tron_v0.5.18+commit.6124c56 | Yes; 200 runs | Single file, MIT licensed | Tatum721General.sol |
Tatum ERC-1155 | EVM Chains: 0.8.7+commit.e28d00a7 TRON: tron_v0.5.18+commit.6124c56 | Yes; 200 runs | Single file, MIT licensed | Tatum1155.sol |
Tatum NFT Auction | EVM Chains: 0.8.7+commit.e28d00a7 TRON 0.5.5 or 0.6.12 | Yes; 200 runs | Single file, MIT licensed | NftAuction.sol |
Tatum Marketplace Listing | EVM Chains: 0.8.7+commit.e28d00a7 TRON tron_v0.5.18+commit.6124c56 | Yes; 200 runs | Single file, MIT licensed | MarketplaceListing.sol |
Example of a contract verified on BSC for BEP-20:
Good to Know
- BSC - Our contract uses the compiler available at the time of publication. Newer versions have fixed some minor bugs. The impact of these bugs, however, is low and not significant.
- SOL - Verifying an NFT on Solana means that the NFT is a part of the collection (setting the
Verified
parameter totrue
for the NFT). To know more about Solana collections and verification, refer to the Solana user documentation.
Updated 5 months ago