Balances ($0.00)
No balances found for "MIC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17496094 | a year ago | | | 0 | 0.00073358839 | |
| 15824292 | 2 years ago | | | 0 | 0.00046756552 | |
| 11580506 | 4 years ago | | | 0 | 0.0039162640 | |
| 11578044 | 4 years ago | | | 0 | 0.0026701800 | |
| 11577534 | 4 years ago | | | 0 | 0.0064588940 | |
| 11573280 | 4 years ago | | | 0 | 0.0016466110 | |
| 11567467 | 4 years ago | | | 0 | 0.0020916411 | |
| 11553407 | 4 years ago | | | 0 | 0.0037008696 | |
| 11552907 | 4 years ago | | | 0 | 0.0079215340 | |
| 11552290 | 4 years ago | | | 0 | 0.0033822280 |
ABI
ABI objects
Getter at block 21189918
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
MIC
operator() view returns (address)
0x413feca7d622c87b1a854741eb53d1d684708358
owner() view returns (address)
0x413feca7d622c87b1a854741eb53d1d684708358
symbol() view returns (string)
MIC
totalSupply() view returns (uint256)
71046383175038186745578
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.