EROSCOIN
Verified contract
Active on
Ethereum with 7,071 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAX | ERC-20 | 40 | $0.003387 |
$0.14 | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ERO | ERC-20 | 1.814083K | -- | -- | |
EROS | ERC-20 | 499.850015 | -- | -- | |
MGC | ERC-20 | 200 | -- | -- | |
BIRC | ERC-20 | 100 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18750730 | a year ago | | | 0 | 0.0015045927 | |
| 18750726 | a year ago | | | 0 | 0.0014551606 | |
| 18402112 | a year ago | | | 0 | 0.00043009351 | |
| 17016940 | 2 years ago | | | 0 | 0.00049297146 | |
| 16750261 | 2 years ago | | | 0 | 0.0018717271 | |
| 14799587 | 3 years ago | | | 0 | 0.0023038968 | |
| 14288301 | 3 years ago | | | 0 | 0.0012166125 | |
| 13970528 | 3 years ago | | | 0 | 0.0068171240 | |
| 13472079 | 3 years ago | | | 0 | 0.0035629750 | |
| 13446598 | 3 years ago | | | 0 | 0.0015057627 |
ABI
ABI objects
Getter at block 21249290
decimals() view returns (uint256)
8
name() view returns (string)
EROSCOIN
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc4faa76257f4310ec0125e3833ebc116afce631a
symbol() view returns (string)
ERO
totalSupply() view returns (uint256)
24000000000000000
version() view returns (string)
v2
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.