FLIX Token
Verified contract
Active on
Ethereum with 655 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 "FLIX Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21070884 | a month ago | | | 0 | 0.00039602695 | |
| 19591778 | 8 months ago | | | 0 | 0.00071375139 | |
| 19132509 | 10 months ago | | | 0 | 0.00075680476 | |
| 19083339 | 10 months ago | | | 0 | 0.0016988649 | |
| 19054853 | 10 months ago | | | 0 | 0.00059118582 | |
| 19054537 | 10 months ago | | | 0 | 0.00054333934 | |
| 19028218 | 10 months ago | | | 0 | 0.0024322674 | |
| 18933936 | a year ago | | | 0 | 0.00087867743 | |
| 18136049 | a year ago | | | 0 | 0.0010814760 | |
| 18136048 | a year ago | | | 0 | 0.0011914650 |
ABI
ABI objects
Getter at block 21258028
decimals() view returns (uint8)
18
name() view returns (string)
FLIX Token
owner() view returns (address)
0x247f413659378a9cb3b11b0e9c17501cec310211
symbol() view returns (string)
FLIX
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value, address _who)
mint(address _to, uint256 _amount) returns (bool)
mintToContract(bytes32 mintType, address _to) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transfer(address _to, uint256 _value, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Transfer(address indexed from, address indexed to, uint256 value, bytes indexed data)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.