EcoValueCoin
Verified contract
Active on
Ethereum with 32,385 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 |
---|---|---|---|---|---|
EVC | ERC-20 | 1.271967M | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
NECC | ERC-20 | 53 | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091103 | 9 days ago | | | 0 | 0.00025718460 | |
| 21062557 | 13 days ago | | | 0 | 0.00028327136 | |
| 20702839 | 2 months ago | | | 0 | 0.000040841170 | |
| 20282756 | 4 months ago | | | 0 | 0.00027622520 | |
| 19791307 | 6 months ago | | | 0 | 0.00021917225 | |
| 19475686 | 8 months ago | | | 0 | 0.0016608273 | |
| 19270995 | 9 months ago | | | 0 | 0.0020499014 | |
| 19258921 | 9 months ago | | | 0 | 0.00099040755 | |
| 18839676 | a year ago | | | 0 | 0.0013676281 | |
| 18839191 | a year ago | | | 0 | 0.0013863689 |
ABI
ABI objects
Getter at block 21157786
decimals() view returns (uint256)
18
initialSupply() view returns (uint256)
3300000000000000000000000000
name() view returns (string)
Eco Value Coin
owner() view returns (address)
0xe6b8de6924ba1247c9876324f42e0c94f0837e64
symbol() view returns (string)
EVC
totalSupply() view returns (uint256)
3300000000000000000000000000
transferable() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
transferGrants(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
cancelTransferRight(address _from)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
enableTransfers()
grantTransferRight(address _to)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Tokens(address _tokenContract)
withdrawEther()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _burner, uint256 _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferRightCancelled(address indexed _from)
TransferRightGiven(address indexed _to)
TransfersEnabled()
WithdrawnERC20Tokens(address indexed _tokenContract, address indexed _owner, uint256 _balance)
WithdrawnEther(address indexed _owner, uint256 _balance)
constructor()
fallback()
This contract contains no error objects.