MinerOne
Verified contract
Active on
Ethereum with 6,728 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($144,315.16)
Native
Value
$144,295.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 40.140193 | $3,594.79 |
$144,295.57 | |
ZRX | ERC-20 | 35.5 | $0.552077 |
$19.6 | |
MIO | ERC-20 | 26.678999K | -- | -- | |
EBK | ERC-20 | 41.070303 | -- | -- | |
CAN | ERC-20 | 4 | -- | -- | |
AOA | ERC-20 | 4 | -- | -- | |
FLOV | ERC-20 | 3 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20999188 | a month ago | | | 0 | 0.00074792078 | |
| 20999186 | a month ago | | | 0 | 0.00069761422 | |
| 20493383 | 4 months ago | | | 0 | 0.00036861012 | |
| 20493206 | 4 months ago | | | 0 | 0.00020865545 | |
| 20481054 | 4 months ago | | | 0 | 0.00016415738 | |
| 20477804 | 4 months ago | | | 0 | 0.0016307662 | |
| 20477802 | 4 months ago | | | 0 | 0.0016931224 | |
| 20477799 | 4 months ago | | | 0 | 0.0023590956 | |
| 20477798 | 4 months ago | | | 0 | 0.0017296316 | |
| 20401383 | 4 months ago | | | 0 | 0.00026614339 |
ABI
ABI objects
Getter at block 21283830
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
MinerOne
owner() view returns (address)
0x141044ccc363d6e8d92dd8983422775913e304ec
symbol() view returns (string)
MIO
totalSupply() view returns (uint256)
16734685053123935481034875
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getDividends(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deposit() payable
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
payoutToAddress(address[] _holders)
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)
Distributed(uint256 amount)
FundsReceived(address indexed from, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paid(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.