Lomba Group
Verified contract
Active on
Ethereum with 29,907 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.003199 |
$0 | |
PRQ | ERC-20 | 200 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10355836 | 4 years ago | | | 0 | 0.00066654804 | |
| 10308990 | 4 years ago | | | 0 | 0.0024013403 | |
| 10308989 | 4 years ago | | | 0 | 0.0058246997 | |
| 10308989 | 4 years ago | | | 0 | 0.0056343429 | |
| 10308989 | 4 years ago | | | 0 | 0.0052538582 | |
| 10308958 | 4 years ago | | | 0 | 0.0054431412 | |
| 10308958 | 4 years ago | | | 0 | 0.0054414513 | |
| 10308958 | 4 years ago | | | 0 | 0.0059385899 | |
| 10308958 | 4 years ago | | | 0 | 0.0055585100 | |
| 10308958 | 4 years ago | | | 0 | 0.0055580875 |
ABI
ABI objects
Getter at block 21248753
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
name() view returns (string)
Lomba Group
owner() view returns (address)
0xce6dbed874a8087ddcae8faadaa19664123c0f3c
symbol() view returns (string)
LMB
totalSupply() view returns (uint256)
666000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfUsers(address[] accounts) view returns (uint256[])
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMassOneAmount(address _sender, address[] _toMas, uint256 _amount) returns (bool)
transferMassSeveralAmount(address _sender, address[] _toMas, uint256[] _amounts) returns (bool)
transferOwnerOne(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.