Balances ($0.00)
No balances found for "MIB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20361965 | 4 months ago | | | 0 | 0.00017276866 | |
| 20181971 | 5 months ago | | | 0 | 0.00014924672 | |
| 20181964 | 5 months ago | | | 0 | 0.00014661963 | |
| 20181963 | 5 months ago | | | 0 | 0.00014338899 | |
| 19778108 | 7 months ago | | | 0 | 0.00013455284 | |
| 17087955 | 2 years ago | | | 0 | 0.0012350387 | |
| 17012134 | 2 years ago | | | 0 | 0.00046353260 | |
| 17012133 | 2 years ago | | | 0 | 0.00047359017 | |
| 17011350 | 2 years ago | | | 0 | 0.00052134148 | |
| 16161765 | 2 years ago | | | 0 | 0.00033959656 |
ABI
ABI objects
Getter at block 21286207
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
MIB
operator() view returns (address)
0xd86b63ebe0ea058cfac8038d18a1a3cf1de8f917
owner() view returns (address)
0xd86b63ebe0ea058cfac8038d18a1a3cf1de8f917
symbol() view returns (string)
MIB
totalSupply() view returns (uint256)
58556117318052407375739059
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.