Balances ($0.00)
No balances found for "UNC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21062532 | 17 days ago | | | 0 | 0.00014802554 | |
| 20444268 | 3 months ago | | | 0 | 0.00010382901 | |
| 16663182 | 2 years ago | | | 0 | 0.0014517604 | |
| 15334041 | 2 years ago | | | 0 | 0.00049900600 | |
| 12906765 | 3 years ago | | | 0 | 0.00018864300 | |
| 11757452 | 4 years ago | | | 0 | 0.0032238756 | |
| 11729511 | 4 years ago | | | 0 | 0.0025311420 | |
| 11729411 | 4 years ago | | | 0 | 0.0024867361 | |
| 11728793 | 4 years ago | | | 0 | 0.0034192620 | |
| 11728678 | 4 years ago | | | 0 | 0.00091419300 |
ABI
ABI objects
Getter at block 21182033
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
UNC
operator() view returns (address)
0x9919e0641b44152750594c2feb201db159e08cb8
owner() view returns (address)
0x9919e0641b44152750594c2feb201db159e08cb8
symbol() view returns (string)
UNC
totalSupply() view returns (uint256)
248095716710131595730424
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.