MUI Token
Verified contract
Active on
Ethereum with 10,223 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13920831 | 3 years ago | | | 0 | 0.0043722400 | |
| 13920829 | 3 years ago | | | 0 | 0.0058901430 | |
| 13912747 | 3 years ago | | | 0 | 0.0022661000 | |
| 13912743 | 3 years ago | | | 0 | 0.0043062390 | |
| 13912694 | 3 years ago | | | 0 | 0.0029168100 | |
| 13912661 | 3 years ago | | | 0 | 0.0050485050 | |
| 13912368 | 3 years ago | | | 0 | 0.0050994270 | |
| 13912182 | 3 years ago | | | 0 | 0.0035636700 | |
| 13912132 | 3 years ago | | | 0 | 0.0057416520 | |
| 13912005 | 3 years ago | | | 0 | 0.0034647900 |
ABI
ABI objects
Getter at block 21163728
INITIAL_SUPPLY() view returns (uint256)
1000000000000000
TOKEN_SUPPLY() view returns (uint256)
1000000000
decimals() view returns (uint8)
6
name() view returns (string)
MUI Token
owner() view returns (address)
0xa50a227aaf239f742e010c284c6b396d988aa2f0
paused() view returns (bool)
false
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MUI
totalSupply() view returns (uint256)
1000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
claimOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address supplier)
fallback()
This contract contains no error objects.