Loong Money
Verified contract
Active on
Ethereum with 120,782 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FOR | ERC-20 | 2 | $0.00387 |
$0.01 | |
0x1c5b…4823 | ERC-20 | 1,000,000T | -- | -- | |
BTWIN | ERC-20 | 88.889K | -- | -- | |
JBX | ERC-20 | 3K | -- | -- | |
MRO | ERC-20 | 49.95 | -- | -- | |
0x2630…8a13 | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13292538 | 3 years ago | | | 0 | 0.0022148679 | |
| 13023068 | 3 years ago | | | 0 | 0.0021503571 | |
| 12528802 | 3 years ago | | | 0 | 0.00034900000 | |
| 12528802 | 3 years ago | | | 0 | 0.00034921053 | |
| 12438570 | 3 years ago | | | 0 | 0.0014217857 | |
| 12437053 | 3 years ago | | | 0 | 0.0024932143 | |
| 12432124 | 3 years ago | | | 0 | 0.0014217857 | |
| 12393141 | 4 years ago | | | 0 | 0.0014217857 | |
| 12321443 | 4 years ago | | | 0 | 0.0011243651 | |
| 12320110 | 4 years ago | | | 0 | 0.0012155299 |
ABI
ABI objects
Getter at block 21159308
decimals() view returns (uint8)
18
name() view returns (string)
Loong Money
owner() view returns (address)
0x00914a89e3e3f254f09ad546e2347f07c106040d
symbol() view returns (string)
LBCC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
refundERC20(address tokenContract, address payee, uint256 amount)
refundETH(address payee, uint256 amount)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RefundERC20(address indexed owner, address indexed payee, address indexed token, uint256 amount)
RefundETH(address indexed owner, address indexed payee, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint256 _initSupply, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.