HyperLending
Verified contract
Active on
Ethereum with 7,863 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 |
---|---|---|---|---|---|
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18305042 | a year ago | | | 0 | 0.00032040751 | |
| 18304496 | a year ago | | | 0 | 0.00015385110 | |
| 15602061 | 2 years ago | | | 0 | 0.00023023693 | |
| 14785524 | 3 years ago | | | 0 | 0.00068633869 | |
| 13219312 | 3 years ago | | | 0 | 0.0013850438 | |
| 12932798 | 3 years ago | | | 0 | 0.00083387200 | |
| 12873215 | 3 years ago | | | 0 | 0.0043778280 | |
| 12663056 | 3 years ago | | | 0 | 0.00057341908 | |
| 12659935 | 3 years ago | | | 0 | 0.00062554808 | |
| 12650169 | 3 years ago | | | 0 | 0.0010425800 |
ABI
ABI objects
Getter at block 21260388
decimals() view returns (uint8)
8
name() view returns (string)
HyperLending
owner() view returns (address)
0x315bd31a7db17011b0c56fe88c76975f66642da6
standard() view returns (string)
0.1
symbol() view returns (string)
HLD
totalSupply() view returns (uint256)
20000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
setOwner(address _owner)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.