Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LARKT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10936441 | 4 years ago | | | 0 | 0.0038187999 | |
| 10895821 | 4 years ago | | | 0 | 0.0034751081 | |
| 10858142 | 4 years ago | | | 0 | 0.0047353120 | |
| 10858058 | 4 years ago | | | 0 | 0.0045458001 | |
| 10858026 | 4 years ago | | | 0 | 0.0046971240 | |
| 10857930 | 4 years ago | | | 0 | 0.0045825600 | |
| 10811500 | 4 years ago | | | 0 | 0.0018560000 | |
| 10802356 | 4 years ago | | | 0 | 0.0091708800 | |
| 10802101 | 4 years ago | | | 0 | 0.015208376 | |
| 10802042 | 4 years ago | | | 0 | 0.024477520 |
ABI
ABI objects
Getter at block 21247451
decimals() view returns (uint8)
18
isBurn() view returns (bool)
true
isFreeze() view returns (bool)
false
isMint() view returns (bool)
false
name() view returns (string)
LARKT
owner() view returns (address)
0x687b50e916e8b65baac3260e85346d59d9ce1fc1
symbol() view returns (string)
LT
totalSupply() view returns (uint256)
1319000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezeOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
freeze(uint256 _value) returns (bool success)
mint(uint256 amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
unfreeze(uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 value)
Freeze(address indexed _from, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed _from, uint256 value)
constructor(address _owner, string _name, string _symbol, uint8 _decimals, uint256 _initialSupply, bool _isMint, bool _isBurn, bool _isFreeze)
This contract contains no fallback and receive objects.
This contract contains no error objects.