FLEx token
Verified contract
Active on
Ethereum with 3,798 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 |
---|---|---|---|---|---|
FLEx | ERC-20 | 2K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21149021 | 3 days ago | | | 0 | 0.00051778100 | |
| 20453043 | 3 months ago | | | 0 | 0.000029959000 | |
| 20451780 | 3 months ago | | | 0 | 0.000029959000 | |
| 20451703 | 3 months ago | | | 0 | 0.000029959000 | |
| 20409870 | 3 months ago | | | 0 | 0.000048536000 | |
| 20409870 | 3 months ago | | | 0 | 0.000029959000 | |
| 20395680 | 4 months ago | | | 0 | 0.000047071000 | |
| 20150013 | 5 months ago | | | 0 | 0.000072941450 | |
| 18805880 | a year ago | | | 0 | 0.0011913159 | |
| 18253104 | a year ago | | | 0 | 0.00031115400 |
ABI
ABI objects
Getter at block 21171637
decimals() view returns (uint8)
4
name() view returns (string)
FLEx token
owner() view returns (address)
0x14387e6a7e79d28340fd78ea3ac2243f4f511cad
symbol() view returns (string)
FLEx
totalSupply() view returns (uint256)
100000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events TransferOwnership(address newOwner)
approve(address _spender, uint256 _amount) returns (bool success)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.