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 "ECO1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20366028 | 4 months ago | | | 0 | 0.0015604200 | |
| 19554187 | 8 months ago | | | 0 | 0.00063469738 | |
| 19360256 | 9 months ago | | | 0 | 0.0024218220 | |
| 19360230 | 9 months ago | | | 0 | 0.0023027160 | |
| 19360217 | 9 months ago | | | 0 | 0.0023027160 | |
| 19360212 | 9 months ago | | | 0 | 0.0024218220 | |
| 19360208 | 9 months ago | | | 0 | 0.0025806300 | |
| 19360204 | 9 months ago | | | 0 | 0.0024218220 | |
| 19360200 | 9 months ago | | | 0 | 0.0025012260 | |
| 19360195 | 9 months ago | | | 0 | 0.0024615240 |
ABI
ABI objects
Getter at block 21224049
decimals() view returns (uint8)
18
name() view returns (string)
1eco coin
owner() view returns (address)
0xe852e41ceb21ccd670ff0e1340f38e78c529b491
paused() view returns (bool)
false
symbol() view returns (string)
1ECO
totalSupply() view returns (uint256)
350833325000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFrozen(address holder) view returns (bool frozen)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address holder)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.