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 "MNER"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21383923 | 16 hours ago | | | 0 | 0.00048093062 | |
| 20726941 | 3 months ago | | | 0 | 0.00015209594 | |
| 20682133 | 3 months ago | | | 0 | 0.000066165937 | |
| 20595183 | 4 months ago | | | 0 | 0.000041175369 | |
| 20219056 | 5 months ago | | | 0 | 0.00032879080 | |
| 19906504 | 7 months ago | | | 0 | 0.00013433242 | |
| 19784186 | 7 months ago | | | 0 | 0.00036117481 | |
| 19770155 | 7 months ago | | | 0 | 0.00066401146 | |
| 19760940 | 7 months ago | | | 0 | 0.00051476621 | |
| 19760861 | 7 months ago | | | 0 | 0.00062320173 |
ABI
ABI objects
Getter at block 21388740
callBack() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
factory() view returns (address)
0x466bc74ac11d94560f60365a9d76cd3438f07dd5
maxSupply() view returns (uint256)
0
name() view returns (string)
MNER
symbol() view returns (string)
MNER
totalSupply() view returns (uint256)
39323953283889245727852
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address _from, uint256 _value)
initialize(uint256 _maxSupply, uint8 _decimals)
mint(address _to, uint256 _value)
setCallBack(address _callBack)
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes _data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
DataDelivery(address indexed _from, address indexed _to, uint256 _value, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)