Master Mix Token
Verified contract
Active on
Ethereum with 225,369 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 |
---|---|---|---|---|---|
PHN | ERC-20 | 23.518K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13035411 | 3 years ago | | | 0 | 0.0022161601 | |
| 11802136 | 4 years ago | | | 0 | 0.0036997646 | |
| 11736680 | 4 years ago | | | 0 | 0.0016443398 | |
| 11732235 | 4 years ago | | | 0 | 0.0026107269 | |
| 11731077 | 4 years ago | | | 0 | 0.0031697904 | |
| 11479300 | 4 years ago | | | 0 | 0.0030201920 | |
| 11281954 | 4 years ago | | | 0 | 0.0033006384 | |
| 11266390 | 4 years ago | | | 0 | 0.0014294192 | |
| 11048467 | 4 years ago | | | 0 | 0.0036889489 | |
| 11003134 | 4 years ago | | | 0 | 0.0070194396 |
ABI
ABI objects
Getter at block 21158693
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Master Mix Token
owner() view returns (address)
0x16ab95784ed58d655fab5f0c3df05524197a98ac
paused() view returns (bool)
false
symbol() view returns (string)
MMT
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeName(string newName)
changeSymbol(string newSymbol)
freezeAccount(address account, bool freeze)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.