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 |
---|---|---|---|---|---|
LML | ERC-20 | 334.623183K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
BEE | ERC-20 | 0.000322 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20657779 | 3 months ago | | | 0 | 0.000043572617 | |
| 20656521 | 3 months ago | | | 0 | 0.000046912000 | |
| 20503509 | 3 months ago | | | 0 | 0.000039376939 | |
| 20503344 | 3 months ago | | | 0 | 0.000051387384 | |
| 20452936 | 4 months ago | | | 0 | 0.000051176000 | |
| 20252939 | 5 months ago | | | 0 | 0.000099437082 | |
| 20252929 | 5 months ago | | | 0 | 0.000097240959 | |
| 20063168 | 5 months ago | | | 0 | 0.0010845659 | |
| 19510331 | 8 months ago | | | 0 | 0.00090944000 | |
| 18754807 | a year ago | | | 0 | 0.00081569403 |
ABI
ABI objects
Getter at block 21257957
_totalSupply() view returns (uint256)
400000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
LML
symbol() view returns (string)
LML
totalSupply() view returns (uint256)
400000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.