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 |
---|---|---|---|---|---|
LOG | ERC-20 | 56.597K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20864954 | 2 months ago | | | 0 | 0.00039133675 | |
| 19451892 | 9 months ago | | | 0 | 0.00043216000 | |
| 19113100 | 10 months ago | | | 0 | 0.00062575800 | |
| 18286624 | a year ago | | | 0 | 0.00027937993 | |
| 17079525 | 2 years ago | | | 0 | 0.0041496830 | |
| 16988720 | 2 years ago | | | 0 | 0.00087865860 | |
| 16541386 | 2 years ago | | | 0 | 0.00086414200 | |
| 16447104 | 2 years ago | | | 0 | 0.00050264560 | |
| 16334184 | 2 years ago | | | 0 | 0.00066272655 | |
| 16318415 | 2 years ago | | | 0 | 0.00047832450 |
ABI
ABI objects
Getter at block 21395173
SUCCESS_CODE() view returns (uint8)
0
SUCCESS_MESSAGE() view returns (string)
SUCCESS
decimals() view returns (uint8)
4
name() view returns (string)
ECOLOG
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xf92732393ca9f5255c06b2140fda9c6101ad65ad
symbol() view returns (string)
LOG
totalSupply() view returns (uint256)
10000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
detectTransferRestriction(address from, address to, uint256 value) view returns (uint8 restrictionCode)
messageForTransferRestriction(uint8 restrictionCode) view returns (string message)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.