Lendingblock
Verified contract
Active on
Ethereum with 26,057 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.001916 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
LND | ERC-20 | 4.536746M | -- | -- | |
BTWIN | ERC-20 | 88.889K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
PMOD | ERC-20 | 5 | -- | -- | |
PCPie | ERC-20 | 2 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20517348 | 3 months ago | | | 0 | 0.000025839424 | |
| 20297855 | 4 months ago | | | 0 | 0.000058567248 | |
| 20289638 | 4 months ago | | | 0 | 0.00022895417 | |
| 20159333 | 5 months ago | | | 0 | 0.000094680742 | |
| 20159328 | 5 months ago | | | 0 | 0.00015160908 | |
| 19799891 | 7 months ago | | | 0 | 0.00019592249 | |
| 19736190 | 7 months ago | | | 0 | 0.00030631087 | |
| 19661731 | 7 months ago | | | 0 | 0.00077361178 | |
| 19607259 | 8 months ago | | | 0 | 0.00026084050 | |
| 19593086 | 8 months ago | | | 0 | 0.00026093980 |
ABI
ABI objects
Getter at block 21276279
decimals() view returns (uint8)
18
name() view returns (string)
Lendingblock
owner() view returns (address)
0x98745c739b0ab33814c1152707dbd92c06797ec4
symbol() view returns (string)
LND
tokenEventAddress() view returns (address)
0xf9b60a9bfb3ea7152ad948edac574e38b767bd3f
totalSupply() view returns (uint256)
999999999999999999999927890
transferableTime() view returns (uint256)
1524650400
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setTransferableTime(uint256 _transferableTime)
transfer(address _to, uint256 _value) 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.