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 "EROSCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4332583 | 7 years ago | | | 0 | 0.00081307600 | |
| 4332524 | 7 years ago | | | 0 | 0.00099886600 | |
| 4301695 | 7 years ago | | | 0 | 0.00015169500 | |
| 4301683 | 7 years ago | | | 0 | 0.00014392500 | |
| 4301543 | 7 years ago | | | 0 | 0.00079739100 | |
| 4301512 | 7 years ago | | | 0 | 0.00034542000 | |
| 4301490 | 7 years ago | | | 0 | 0.000076695000 | |
| 4301466 | 7 years ago | | | 0 | 0.00060448500 | |
| 4301464 | 7 years ago | | | 0 | 0.00095346300 | |
| 4301459 | 7 years ago | | | 0 | 0.00014392500 |
ABI
ABI objects
Getter at block 21210258
decimals() view returns (uint256)
8
name() view returns (string)
EROSCOIN
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xe6bc7e13702925c5a5893c63b5472fd2f20b7633
symbol() view returns (string)
ERO
totalSupply() view returns (uint256)
240000000000000000
version() view returns (string)
v1.1.3
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.