Universal Coin
Verified contract
Active on
Ethereum with 11 txns
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 "Universal Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8259811 | 5 years ago | | | 0 | 0.000052815000 | |
| 5121345 | 7 years ago | | | 0 | 0.00095087200 | |
| 5121064 | 7 years ago | | | 0 | 0.0015609110 | |
| 5121043 | 7 years ago | | | 0 | 0.0010034340 | |
| 5121009 | 7 years ago | | | 0 | 0.0015556630 | |
| 5121000 | 7 years ago | | | 0 | 0.0015582870 | |
| 5120954 | 7 years ago | | | 0 | 0.0010034340 | |
| 5120935 | 7 years ago | | | 0 | 0.0015582870 | |
| 5120856 | 7 years ago | | | 0 | 0.0015530390 | |
| 5120467 | 7 years ago | | | 0 | 0.0021654150 |
ABI
ABI objects
Getter at block 21215211
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Universal Coin
owner() view returns (address)
0xc8fa1b3cdd5a882b577e2e32098c75fbf2597c4f
sellPrice() view returns (uint256)
0
symbol() view returns (string)
UCOIN
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(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)
buy() payable
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.