Mobile Blockchain Mining
Verified contract
Active on
Ethereum with 1,680 txns
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 "Mobile Blockchain Mining"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16568078 | 2 years ago | | | 0 | 0.00072482564 | |
| 13762256 | 3 years ago | | | 0 | 0.0037070880 | |
| 13624191 | 3 years ago | | | 0 | 0.0082846080 | |
| 13375954 | 3 years ago | | | 0 | 0.0057799680 | |
| 13363359 | 3 years ago | | | 0 | 0.0071992800 | |
| 13337418 | 3 years ago | | | 0 | 0.0038169600 | |
| 13337329 | 3 years ago | | | 0 | 0.0017205840 | |
| 13337313 | 3 years ago | | | 0 | 0.0019456320 | |
| 13337276 | 3 years ago | | | 0 | 0.0018714000 | |
| 13337262 | 3 years ago | | | 0 | 0.0028887120 |
ABI
ABI objects
Getter at block 21161953
DECIMALS() view returns (uint256)
8
INITIAL_SUPPLY() view returns (uint256)
100000000000000000
NAME() view returns (string)
Mobile Blockchain Mining
SYMBOL() view returns (string)
MBM
canPause() view returns (bool)
true
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Mobile Blockchain Mining
owner() view returns (address)
0x5cc8c164f0cb14bf72e15c8021c27fdeb3313c8a
paused() view returns (bool)
false
symbol() view returns (string)
MBM
totalSupply() view returns (uint256)
100000000000000000
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)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
notPausable()
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)
Mint(address indexed to, uint256 amount)
MintFinished()
NotPausable()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.