LendCoin Token
Verified contract
Active on
Ethereum with 111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0692…508d
Balances ($0.00)
No balances found for "LendCoin Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7381162 | 6 years ago | | | 0.0004 | 0.000068052000 | |
| 6005884 | 6 years ago | | | 0 | 0.0012852270 | |
| 5940733 | 6 years ago | | | 0 | 0.0012852270 | |
| 5865536 | 6 years ago | | | 0 | 0.0012852270 | |
| 5847802 | 6 years ago | | | 0 | 0.0015986970 | |
| 5847298 | 6 years ago | | | 0 | 0.0015673500 | |
| 5585878 | 7 years ago | | | 0.13420657 | 0.0078535090 | |
| 5573901 | 7 years ago | | | 0.0007373 | 0.0040225290 | |
| 5568472 | 7 years ago | | | 0.01240048 | 0.00019154900 | |
| 5558674 | 7 years ago | | | 0.049478 | 0.00086100000 |
ABI
ABI objects
Getter at block 21206397
TLN_TOKEN_DECIMALS() view returns (uint8)
18
TLN_TOKEN_NAME() view returns (string)
LendCoin Token
TLN_TOKEN_SYMBOL() view returns (string)
TLN
controller() view returns (address)
0xd7d646e9a655dee98ff2ae9dcb9c9745d60cda7b
creationBlock() view returns (uint256)
5172962
decimals() view returns (uint8)
18
name() view returns (string)
LendCoin Token
parentSnapShotBlock() view returns (uint256)
0
parentToken() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
TLN
tokenFactory() view returns (address)
0x069268562db0de5be2bf7b92e9d00be54a60508d
totalSupply() view returns (uint256)
4468943802315322686275000
transfersEnabled() view returns (bool)
true
version() view returns (string)
MMT_0.2
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)
claimTokens(address _token)
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)
NewCloneToken(address indexed _cloneToken, uint256 _snapshotBlock)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor(address _tokenFactory)
fallback()
This contract contains no error objects.