# Token Contract List

By [Smart Contract Call](https://paragraph.com/@smart-contract-call) · 2023-03-30

---

A token contract is simply **an Ethereum smart contract**. "Sending tokens" actually means "calling a method on a smart contract that someone wrote and deployed". At the end of the day, a token contract is not much more a mapping of addresses to balances, plus some methods to add and subtract from those balances.

---

*Originally published on [Smart Contract Call](https://paragraph.com/@smart-contract-call/token-contract-list)*
