Bitfinex LEO Token
Verified contract
Active on
Ethereum with 53,663 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8e9a…12b8
Balances ($230.33)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 200 | $1.002 |
$200.4 | |
STAKE | ERC-20 | 296.3 | $0.092155 |
$27.31 | |
ISP | ERC-20 | 1.6K | $0.001008 |
$1.61 | |
INUINU | ERC-20 | 999.999999M | $0.00 |
$1 | |
USDC | ERC-20 | 0.006 | $1.001 |
$0.01 | |
HEX | ERC-20 | 1.307 | $0.003054 |
$0 | |
APU | ERC-20 | 1 | $0.000857 |
$0 | |
TWeR1 | ERC-20 | 19.4M | -- | -- | |
NEJU | ERC-20 | 19.4M | -- | -- | |
PoUP | ERC-20 | 1.94M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270896 | 2 minutes ago | | | 0 | 0.0016510318 | |
| 21268924 | 7 hours ago | | | 0 | 0.00048876541 | |
| 21268811 | 7 hours ago | | | 0 | 0.0013831675 | |
| 21268445 | 8 hours ago | | | 0 | 0.0016444056 | |
| 21266864 | 14 hours ago | | | 0 | 0.0027947426 | |
| 21266806 | 14 hours ago | | | 0 | 0.0010004417 | |
| 21264876 | 20 hours ago | | | 0 | 0.0023851202 | |
| 21263867 | a day ago | | | 0 | 0.00067523873 | |
| 21263730 | a day ago | | | 0 | 0.0014018275 | |
| 21263729 | a day ago | | | 0 | 0.0016096771 |
ABI
ABI objects
Getter at block 21270904
controller() view returns (address)
0xf17ebb3a24dc6d6b56d38adf0df499c1cd9e5672
creationBlock() view returns (uint256)
7803477
decimals() view returns (uint8)
18
name() view returns (string)
Bitfinex LEO Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
LEO
tokenFactory() view returns (address)
0x8e9ac0de3ab634ce0e2f0e397efc5ce8a72a12b8
totalSupply() view returns (uint256)
660000000000000000000000000
transfersEnabled() view returns (bool)
true
version() view returns (string)
3.0.0
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _amount, bytes _extraData) returns (bool success)
changeController(address _newController)
createCloneToken(string _cloneTokenName, uint8 _cloneDecimalUnits, string _cloneTokenSymbol, uint256 _snapshotBlock, bool _transfersEnabled) returns (address)
destroyTokens(address _owner, uint256 _amount) returns (bool)
enableTransfers(bool _transfersEnabled)
generateTokens(address _owner, uint256 _amount) returns (bool)
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 _amount)
ClaimedTokens(address indexed _token, address indexed _controller, uint256 _amount)
ControlTransferred(address indexed previousControler, address indexed newController)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory, address initialOwner)
fallback()
This contract contains no error objects.