UnityChainToken
Verified contract
Active on
Ethereum with 35,059 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UCT | ERC-20 | 517 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9645219 | 5 years ago | | | 0 | 0.00015717600 | |
| 9185529 | 5 years ago | | | 0 | 0.00012123000 | |
| 9061793 | 5 years ago | | | 0 | 0.00030398400 | |
| 9058520 | 5 years ago | | | 0 | 0.00058086600 | |
| 8484274 | 5 years ago | | | 0 | 0.00053107600 | |
| 8484236 | 5 years ago | | | 0 | 0.00053018000 | |
| 8481069 | 5 years ago | | | 0 | 0.00052870000 | |
| 8475344 | 5 years ago | | | 0 | 0.0031760400 | |
| 8473927 | 5 years ago | | | 0 | 0.00062585439 | |
| 8473922 | 5 years ago | | | 0 | 0.00059244979 |
ABI
ABI objects
Getter at block 21160690
decimals() view returns (uint256)
18
name() view returns (string)
UnityChainToken
owner() view returns (address)
0xb7a14c19fc2014129947eabce73e8db241ffd313
paused() view returns (bool)
false
symbol() view returns (string)
UCT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozens(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
freeze(address[] _targets, bool _value) returns (bool success)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferMulti(address[] _to, uint256[] _value) returns (bool success)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Frozen(address indexed _address, bool _value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.