mirror of
https://github.com/rssnyder/discord-eth-token-holders
synced 2026-06-30 16:20:29 -05:00
No description
- Go 100%
| .github/workflows | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
discord-eth-token-holders
⚠️This project has been merged with discord stock tickers.⚠️
a discord bot to show you the number of holders for a particular ethereum or binance-smart-chain token
usage
-activity string
text for activity
-address string
address of the token contract
-chain string
chain to use, ethereum or binance-smart-chain (default "ethereum")
-frequency int
seconds between gas price cycles (default 5)
-header string
text for nickname
-setNickname
wether to set nickname of bot
-token string
discord bot token
./discord-eth-token-holders -token 'xxxxxxxxxxxxxxxxxxxxxxxxx' -chain 'binance-smart-chain' -address '0x0000000000000000000000000' -activity '000 Holders' -header 'Total: ' -setNickname
