Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIS | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20361966 | 4 months ago | | | 0 | 0.00019294633 | |
| 20361966 | 4 months ago | | | 0 | 0.00019243574 | |
| 20199589 | 5 months ago | | | 0 | 0.000076015327 | |
| 19778091 | 7 months ago | | | 0 | 0.00012281944 | |
| 19778091 | 7 months ago | | | 0 | 0.00012281944 | |
| 19062103 | 10 months ago | | | 0 | 0.00088591259 | |
| 18880400 | a year ago | | | 0 | 0.00052255786 | |
| 18880317 | a year ago | | | 0 | 0.00056738820 | |
| 18880314 | a year ago | | | 0 | 0.00055732277 | |
| 17716492 | a year ago | | | 0 | 0.00033315159 |
ABI
ABI objects
Getter at block 21306667
MAX_SUPPLY() view returns (uint256)
500000000000000000000000
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
MIS2
operator() view returns (address)
0xc29338d618e0e7c4e7182405971ca1adb9027072
owner() view returns (address)
0xc29338d618e0e7c4e7182405971ca1adb9027072
symbol() view returns (string)
MIS2
totalSupply() view returns (uint256)
500000000000000000000000
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.