MobiDollar
Verified contract
Active on
Ethereum with 847 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 |
---|---|---|---|---|---|
MBR | ERC-20 | 6.11648K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16238655 | 2 years ago | | | 0 | 0.00042152336 | |
| 16176548 | 2 years ago | | | 0 | 0.00077440256 | |
| 16169937 | 2 years ago | | | 0 | 0.00064467071 | |
| 16166463 | 2 years ago | | | 0 | 0.00044246130 | |
| 16166441 | 2 years ago | | | 0 | 0.00052184135 | |
| 15257492 | 2 years ago | | | 0 | 0.00047420211 | |
| 15257489 | 2 years ago | | | 0 | 0.00086594431 | |
| 15255962 | 2 years ago | | | 0 | 0.00049870884 | |
| 15255880 | 2 years ago | | | 0 | 0.00054658357 | |
| 15255791 | 2 years ago | | | 0 | 0.00089947052 |
ABI
ABI objects
Getter at block 21163051
decimals() view returns (uint8)
9
mintingFinished() view returns (bool)
false
name() view returns (string)
MobiDollar
owner() view returns (address)
0x8fc70a89a1c1f178627714720cc918d93517713d
symbol() view returns (string)
MBR
totalSupply() view returns (uint256)
459059130000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(address burner, uint256 _value)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.