Ethereum Latinum
Verified contract
Active on
Ethereum with 92 txns
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 "Ethereum Latinum"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17079705 | 2 years ago | | | 0 | 0.0046285350 | |
| 15938425 | 2 years ago | | | 0 | 0.00081759716 | |
| 15938421 | 2 years ago | | | 0 | 0.0013939932 | |
| 15927047 | 2 years ago | | | 0 | 0.0052206804 | |
| 15927031 | 2 years ago | | | 0 | 0.0066708133 | |
| 15895369 | 2 years ago | | | 0 | 0.00047726628 | |
| 15869581 | 2 years ago | | | 0 | 0.0023878113 | |
| 15869338 | 2 years ago | | | 0 | 0.00077760702 | |
| 15869335 | 2 years ago | | | 0 | 0.00078625921 | |
| 15869331 | 2 years ago | | | 0 | 0.00078397415 |
ABI
ABI objects
Getter at block 21204648
decimals() view returns (uint8)
18
name() view returns (string)
Ethereum Latinum
owner() view returns (address)
0xcfc87c49e7387ab23a69c806e8811153fe102dd3
symbol() view returns (string)
LTNM
totalSupply() view returns (uint256)
888888888000000000000000000
Read-only
LockList(address) view returns (bool)
LockedTokens(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockTokens(address Account, uint256 amount)
UnLockTokens(address Account)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address Account, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
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.