Follow Coin
Verified contract
Active on
Ethereum with 1,114 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BEC | ERC-20 | 8 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8128500 | 5 years ago | | | 0 | 0.000050396000 | |
0x | 8128016 | 5 years ago | | | 0 | 0.000090090344 | |
| 5952002 | 6 years ago | | | 0 | 0.00099847300 | |
| 5814748 | 6 years ago | | | 0 | 0.00050872500 | |
| 5664006 | 6 years ago | | | 0 | 0.00050872500 | |
| 5635485 | 6 years ago | | | 0 | 0.00078578000 | |
| 5623534 | 6 years ago | | | 0 | 0.0016187210 | |
| 5623523 | 6 years ago | | | 0 | 0.00092873200 | |
| 5579766 | 7 years ago | | | 0 | 0.00099584900 | |
| 5562209 | 7 years ago | | | 0 | 0.00099584900 |
ABI
ABI objects
Getter at block 21162348
contributorsLockdown() pure returns (bool)
false
decimals() pure returns (uint8)
18
name() pure returns (string)
Follow Coin
owner() pure returns (address)
0x3df11efa1149b7518f0bab20d616d9f73c99b4e7
symbol() pure returns (string)
FLLW
totalSupply() pure returns (uint256)
185547535173959076174820000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
allowedAccount(address) pure returns (bool)
balanceOf(address _owner) pure returns (uint256 balance)
balances(address) pure returns (uint256)
holders(uint256) pure returns (address)
isHolder(address) pure returns (bool)
State-modifying
Events allowAccount(address _target, bool allow) returns (bool success)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
disableLockDown()
mint(uint256 mintedAmount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address multiSigWallet, uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.