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 "EURUSDCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 5789550 | 6 years ago | | | 0.0001 | 0.000021046000 | |
| 5713793 | 7 years ago | | | 0 | 0.0036944600 | |
| 5710970 | 7 years ago | | | 0 | 0.0026489400 | |
| 5710966 | 7 years ago | | | 0 | 0.0035000000 | |
| 5710961 | 7 years ago | | | 0 | 0.0021000000 | |
| 5680025 | 7 years ago | | | 0 | 0.00062036000 |
ABI
ABI objects
Getter at block 21327655
decimals() pure returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
true
name() pure returns (string _name)
EURUSDCOIN
owner() view returns (address)
0x5544a710df19d35267844db9c8923f903a7d7467
paused() view returns (bool)
false
symbol() pure returns (string _symbol)
EUUS
totalSupply() view returns (uint256)
100015000000000000000000000
Read-only
actualBalanceOf(address _owner) view returns (uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
freezingBalanceOf(address _owner) view returns (uint256 balance)
freezingCount(address _addr) view returns (uint256 count)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until) returns (bool)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.