LendConnect Token
Verified contract
Active on
Ethereum with 58,925 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 21M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
LCT | ERC-20 | 7.330911K | -- | -- | |
MOAT | ERC-20 | 317 | -- | -- | |
CIX | ERC-20 | 164 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
KCP | ERC-20 | 10 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
BEC | ERC-20 | 8 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13267009 | 3 years ago | | | 0 | 0.0036637724 | |
| 12983655 | 3 years ago | | | 0 | 0.0017377420 | |
| 12520329 | 3 years ago | | | 0 | 0.0012128820 | |
| 12334284 | 4 years ago | | | 0 | 0.0018009460 | |
| 11492188 | 4 years ago | | | 0 | 0.00079785200 | |
| 11215115 | 4 years ago | | | 0 | 0.00068112400 | |
| 10577412 | 4 years ago | | | 0 | 0.0012688900 | |
| 10542954 | 4 years ago | | | 0 | 0.0049684421 | |
| 8618608 | 5 years ago | | | 0 | 0.0020597920 | |
| 8477693 | 5 years ago | | | 0 | 0.0012389052 |
ABI
ABI objects
Getter at block 21245776
INITIAL_SUPPLY() view returns (uint256)
6500000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
LendConnect Token
symbol() view returns (string)
LCT
totalSupply() view returns (uint256)
6500000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _ownerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.