Contract Addresses
Smart contract addresses for Animecoin (symbol: ANIME) across different layers.
๐ Mainnet Addresses
Ethereum (L1)
Contract |
Address |
Type |
Animecoin |
TBA |
ERC-20 |
Bridge Contract |
TBA |
Bridge |
Arbitrum One (L2)
Contract |
Address |
Type |
Wrapped ANIME |
TBA |
ERC-20 |
Orbit Bridge |
TBA |
Bridge |
AnimeChain (L3)
Contract |
Address |
Type |
Animecoin (native) |
Native gas token |
Native |
Bridge Contract |
TBA |
Bridge |
๐งช Testnet Addresses
Ethereum Goerli (L1)
Contract |
Address |
Type |
Animecoin |
TBA |
ERC-20 |
Bridge Contract |
TBA |
Bridge |
Arbitrum Goerli (L2)
Contract |
Address |
Type |
Wrapped ANIME |
TBA |
ERC-20 |
Orbit Bridge |
TBA |
Bridge |
AnimeChain Testnet (L3)
Contract |
Address |
Type |
Animecoin (native) |
Native gas token |
Native |
Bridge Contract |
TBA |
Bridge |
๐ Contract ABIs
Animecoin ABI (L1/L2)
[
{
"inputs": [],
"name": "name",
"outputs": [{"name": "", "type": "string"}],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "symbol",
"outputs": [{"name": "", "type": "string"}],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "decimals",
"outputs": [{"name": "", "type": "uint8"}],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [{"name": "account", "type": "address"}],
"name": "balanceOf",
"outputs": [{"name": "", "type": "uint256"}],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{"name": "to", "type": "address"},
{"name": "amount", "type": "uint256"}
],
"name": "transfer",
"outputs": [{"name": "", "type": "bool"}],
"stateMutability": "nonpayable",
"type": "function"
}
]
Bridge Contract ABI
[
{
"inputs": [
{"name": "recipient", "type": "address"},
{"name": "amount", "type": "uint256"}
],
"name": "deposit",
"outputs": [],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [{"name": "amount", "type": "uint256"}],
"name": "withdraw",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
๐ Verification Links
Mainnet Explorers
Testnet Explorers
Placeholder Content
These contract addresses are placeholders. Actual addresses will be updated after deployment and audit completion.
Always Verify
Always verify contract addresses through official channels before interacting with them.