Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MPT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10359959 | 4 years ago | | | 0 | 0.0014193200 | |
| 9544011 | 5 years ago | | | 0 | 0.00012776000 | |
| 9543677 | 5 years ago | | | 0 | 0.00012776000 | |
| 9543675 | 5 years ago | | | 0 | 0.00012782000 | |
| 9543568 | 5 years ago | | | 0 | 0.00012770000 | |
| 8962169 | 5 years ago | | | 0 | 0.00014547750 | |
| 8961564 | 5 years ago | | | 0 | 0.0011174731 | |
| 8763207 | 5 years ago | | | 0 | 0.00023866920 | |
| 8470993 | 5 years ago | | | 0 | 0.00079556400 | |
| 8027824 | 5 years ago | | | 0 | 0.00024986000 |
ABI
ABI objects
Getter at block 21168595
decimals() view returns (uint256)
8
name() view returns (string)
MPT
stopped() view returns (bool)
false
symbol() view returns (string)
MPT
totalSupply() view returns (uint256)
300000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
frozenBalance(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
freezeAccount(address _target)
freezeBalance(address _target, uint256 _value)
setName(string _name)
setOwner(address _owner)
start()
stop()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreezeAccount(address _target)
unfreezeBalance(address _target)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenCoins(address _target, uint256 _value)
FrozenFunds(address _target, bool _frozen)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _addressFounder, uint256 _initialSupply, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.