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 "ERA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18570214 | a year ago | | | 0 | 0.0013416966 | |
| 17463925 | a year ago | | | 0 | 0.00082522119 | |
0x | 17027144 | 2 years ago | | | 0 | 0.00061419103 | |
0x | 17024927 | 2 years ago | | | 0 | 0.00040995219 | |
0x | 16726106 | 2 years ago | | | 0 | 0.00037300568 | |
0x | 16725208 | 2 years ago | | | 0 | 0.00034329652 | |
0x | 16722194 | 2 years ago | | | 0 | 0.00048611169 | |
0x | 16721092 | 2 years ago | | | 0 | 0.00045113689 | |
0x | 16718235 | 2 years ago | | | 0 | 0.00033981118 | |
0x | 16718231 | 2 years ago | | | 0 | 0.00035738793 |
ABI
ABI objects
Getter at block 21165275
burned() view returns (uint256)
0
decimals() view returns (uint8)
18
getReceiversNumber() view returns (uint256)
2
name() view returns (string)
ERA
owner() view returns (address)
0x03c95c851ae5dae82b28533f079611d69c069482
percentage() view returns (uint256)
25
symbol() view returns (string)
ERA
totalSupply() view returns (uint256)
955000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
existReceiver(address _ricevente) view returns (bool)
frozenAccount(address) view returns (bool)
receiversBioValueAddr(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
removeReceiverAddr(address _ricevente)
setNewPercentage(uint256 _newPercentage)
setNewReceiverAddr(address _ricevente)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
NewPercentageSetted(address indexed from, uint256 newPercentage)
NewReceiver(address indexed from, address indexed _ricevente)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, address _ricevente)
This contract contains no fallback and receive objects.
This contract contains no error objects.