Eco Finances
Verified contract
Active on
Ethereum with 6,581 txns
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 |
---|---|---|---|---|---|
EFC | ERC-20 | 9.20354 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11592426 | 4 years ago | | | 0 | 0.0031684400 | |
| 11050754 | 4 years ago | | | 0 | 0.0025886498 | |
| 10811000 | 4 years ago | | | 0 | 0.0019783764 | |
| 10810948 | 4 years ago | | | 0 | 0.0033855640 | |
| 10793087 | 4 years ago | | | 0 | 0.0041621096 | |
| 10754611 | 4 years ago | | | 0 | 0.0026134108 | |
| 10747439 | 4 years ago | | | 0 | 0.0027419348 | |
| 10743160 | 4 years ago | | | 0 | 0.0046623720 | |
| 10742438 | 4 years ago | | | 0 | 0.0022228000 | |
| 10740629 | 4 years ago | | | 0 | 0.0030417024 |
ABI
ABI objects
Getter at block 21158555
decimals() view returns (uint8)
18
name() view returns (string)
Eco Finances
owner() view returns (address)
0x6360153f36fc75a2be21eb2296da4ebd288d39e7
symbol() view returns (string)
EFC
totalSupply() view returns (uint256)
9000000000000000000000000
totalSupply_() view returns (uint256)
9000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed holder, uint256 tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, address _supplyReceiver, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.