Balances ($0.00)
No balances found for "UCS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20574310 | 3 months ago | | | 0 | 0.000026593967 | |
| 19903433 | 6 months ago | | | 0 | 0.000072224097 | |
| 13276069 | 3 years ago | | | 0 | 0.0021892500 | |
| 13276050 | 3 years ago | | | 0 | 0.0021881700 | |
| 13049171 | 3 years ago | | | 0 | 0.00084407750 | |
| 12992500 | 3 years ago | | | 0 | 0.0021760851 | |
| 12992494 | 3 years ago | | | 0 | 0.0018769636 | |
| 12697647 | 3 years ago | | | 0 | 0.00039320100 | |
| 12541279 | 3 years ago | | | 0 | 0.00079235307 | |
| 11941155 | 4 years ago | | | 0 | 0.0014993710 |
ABI
ABI objects
Getter at block 21168541
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
UCS
operator() view returns (address)
0xd9c9407732188823b9ff759f81190a6e6a5d9f5e
owner() view returns (address)
0x477784fe160c246d8abfa457477e9ff8996a6096
symbol() view returns (string)
UCS
totalSupply() view returns (uint256)
90001000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.