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 "UniCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453084 | 4 months ago | | | 0 | 0.000053815000 | |
| 19125002 | 10 months ago | | | 0 | 0.0012476508 | |
| 18923888 | a year ago | | | 0 | 0.00047031623 | |
| 18923802 | a year ago | | | 0 | 0.00073219416 | |
| 17628235 | a year ago | | | 0 | 0.0032545225 | |
| 17450757 | a year ago | | | 0 | 0.0011712362 | |
| 17450586 | a year ago | | | 0 | 0.00061796069 | |
| 17450550 | a year ago | | | 0 | 0.0010308918 | |
| 17450544 | a year ago | | | 0 | 0.0016564971 | |
| 17450371 | a year ago | | | 0 | 0.00096842474 |
ABI
ABI objects
Getter at block 21319422
decimals() view returns (uint8)
8
name() view returns (string)
UniCoin
owner() view returns (address)
0xa0366cbf2d59ba8971546d7e6012250cda5cb84a
symbol() view returns (string)
UNI
totalSupply() view returns (uint256)
30000000000000000
Read-only
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events burnFrom(address _who, uint256 _value) returns (bool)
makeCoin(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
withdraw()
withdrawTo(address _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol, address _owner, address[] _lockedAddress, uint256[] _lockedBalances, uint256[] _lockedTimes)
This contract contains no fallback and receive objects.
This contract contains no error objects.