Locus Chain
Verified contract
Active on
Ethereum with 87,012 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($35,702.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOCUS | ERC-20 | 2.148305M | $0.016619 |
$35,702.57 | |
C4Y | ERC-20 | 4.8K | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
WDT | ERC-20 | 0.0004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271703 | 4 hours ago | | | 0 | 0.00060006627 | |
| 21271699 | 4 hours ago | | | 0 | 0.00059325065 | |
| 21271449 | 5 hours ago | | | 0 | 0.00061097886 | |
| 21271197 | 6 hours ago | | | 0 | 0.00046089483 | |
| 21271195 | 6 hours ago | | | 0 | 0.00042041600 | |
| 21270617 | 8 hours ago | | | 0 | 0.00039919213 | |
| 21270554 | 8 hours ago | | | 0 | 0.00036786400 | |
| 21270327 | 9 hours ago | | | 0 | 0.00042032000 | |
| 21270324 | 9 hours ago | | | 0 | 0.00042041600 | |
| 21270089 | 10 hours ago | | | 0 | 0.00041412357 |
ABI
ABI objects
Getter at block 21272965
decimals() view returns (uint8)
18
name() view returns (string)
Locus Chain
symbol() view returns (string)
LOCUS
tokenOwner() view returns (address)
0xb73dac3c425ce1dc0caeb2b65c38d01582de05b0
totalSupply() view returns (uint256)
7000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
balanceOfToken(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool)
burn(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, 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.