Mobile Mining Token
Verified contract
Active on
Ethereum with 15,165 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Mobile Mining Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9019936 | 5 years ago | | | 0 | 0.000085064000 | |
| 9019176 | 5 years ago | | | 0 | 0.000085064000 | |
| 9009150 | 5 years ago | | | 0 | 0.000085064000 | |
| 9009061 | 5 years ago | | | 0 | 0.000085064000 | |
| 9005711 | 5 years ago | | | 0 | 0.000085064000 | |
| 8999702 | 5 years ago | | | 0 | 0.000085064000 | |
| 8992192 | 5 years ago | | | 0 | 0.000085064000 | |
| 8985810 | 5 years ago | | | 0 | 0.00012710250 | |
| 8985553 | 5 years ago | | | 0 | 0.00012710250 | |
| 8981511 | 5 years ago | | | 0 | 0.00012687850 |
ABI
ABI objects
Getter at block 21171708
decimals() view returns (uint8)
2
name() view returns (string)
Mobile Mining Token
symbol() view returns (string)
MMTN
totalSupply() view returns (uint256)
124986050032
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
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 account, uint256 amount) returns (bool)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferExt(address recipient1, uint256 amount1, address recipient2, uint256 amount2, uint256 amount_burning) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.