Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.06)
Native
Value
$22.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00688 | $3,206.81 |
$22.06 | |
UCoin | ERC-20 | 83,107.626353T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20879020 | a month ago | | | 0 | 0.0021471270 | |
| 20868652 | a month ago | | | 0 | 0.00048417259 | |
| 20799409 | 2 months ago | | | 0 | 0.0017257931 | |
| 20390082 | 3 months ago | | | 0 | 0.00016933316 | |
| 20389639 | 3 months ago | | | 0 | 0.00093106800 | |
| 20107292 | 5 months ago | | | 0 | 0.00093106800 | |
| 20032275 | 5 months ago | | | 0 | 0.0011561027 | |
| 20020755 | 5 months ago | | | 0 | 0.0011059282 | |
| 19904563 | 6 months ago | | | 0 | 0.00062348400 | |
| 19904563 | 6 months ago | | | 0 | 0.00093128400 |
ABI
ABI objects
Getter at block 21158317
decimals() view returns (uint8)
18
name() view returns (string)
UCoin
owner() view returns (address)
0xe6e3411436a21a371d7aa7f4a2b0f80cac9e15d5
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)
safeAdd(uint256 a, uint256 b) pure returns (uint256 c)
safeDiv(uint256 a, uint256 b) pure returns (uint256 c)
safeMul(uint256 a, uint256 b) pure returns (uint256 c)
safeSub(uint256 a, uint256 b) pure returns (uint256 c)
State-modifying
Events airdropMinting(address[] _to_list, uint256[] _values) payable
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) payable returns (bool success)
burnFrom(address _from, uint256 _value) payable returns (bool success)
freezeAccount(address target, bool freeze) payable
mint(address _to, uint256 _value) payable
owned()
transfer(address to, uint256 tokens) payable returns (bool success)
transferFrom(address from, address to, uint256 tokens) payable returns (bool success)
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.