ECOP Token
Verified contract
Active on
Ethereum with 345 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 "ECOP Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18225561 | a year ago | | | 0 | 0.00047130000 | |
| 18225531 | a year ago | | | 0 | 0.00035116551 | |
| 17206560 | 2 years ago | | | 0 | 0.0025499977 | |
| 17163344 | 2 years ago | | | 0 | 0.0023071395 | |
| 17159685 | 2 years ago | | | 0 | 0.0046548918 | |
| 17159638 | 2 years ago | | | 0 | 0.0029657784 | |
| 17031123 | 2 years ago | | | 0 | 0.0013667187 | |
| 17003027 | 2 years ago | | | 0 | 0.00094944178 | |
| 17000895 | 2 years ago | | | 0 | 0.00094212000 | |
| 16179947 | 2 years ago | | | 0 | 0.00048120877 |
ABI
ABI objects
Getter at block 21398743
decimals() view returns (uint8)
18
name() view returns (string)
ECOP Token
owner() view returns (address)
0x85a3e0cfaa75e382aaeea5d0089b1f646aa59b39
symbol() view returns (string)
ECOP
totalSupply() view returns (uint256)
49000000000000000000000000
Read-only
allowance(address owner, address delegate) view returns (uint256)
balanceOf(address tokenOwner) view returns (uint256)
State-modifying
Events approve(address delegate, uint256 numTokens) returns (bool)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
transfer(address receiver, uint256 numTokens) returns (bool)
transferFrom(address owner, address buyer, uint256 numTokens) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.