Follow.gg Token
Verified contract
Active on
Ethereum with 773 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Follow.gg Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20982007 | 2 months ago | | | 0 | 0.00022519913 | |
| 20849358 | 2 months ago | | | 0 | 0.00025287893 | |
| 20675547 | 3 months ago | | | 0 | 0.000074215767 | |
| 20517462 | 4 months ago | | | 0 | 0.000020200590 | |
| 20517462 | 4 months ago | | | 0 | 0.000020200590 | |
| 20485593 | 4 months ago | | | 0 | 0.00019747247 | |
| 20346723 | 5 months ago | | | 0 | 0.00019511236 | |
| 20217771 | 5 months ago | | | 0 | 0.000086142286 | |
| 20180285 | 6 months ago | | | 0 | 0.00033513829 | |
| 20171973 | 6 months ago | | | 0 | 0.00015532436 |
ABI
ABI objects
Getter at block 21387108
decimals() view returns (uint8)
18
name() view returns (string)
Follow.gg Token
owner() view returns (address)
0x839fb40c86445219a8eb851f1f109b278a315996
symbol() view returns (string)
FOLLOW
taxDestination() view returns (address)
0x02a749586f7a9883aff2baf51052a65d2621bd82
taxRateBuy() view returns (uint256)
50000000000000000
taxRateSell() view returns (uint256)
50000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingPair() view returns (address)
0x66b394e0ee14e7d459989910e0be086860269838
whaleAmount() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBuyTaxRate(uint256 _taxRate)
setSellTaxRate(uint256 _taxRate)
setTaxDestination(address _taxDestination)
setTradingPair(address _tradingPair)
setWhaleAmount(uint256 _whaleAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.