MIRO Token
Verified contract
Active on
Ethereum with 985 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 4.8K | -- | -- | |
MIRO | ERC-20 | 2.175K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17019539 | 2 years ago | | | 0 | 0.0013356614 | |
| 13843602 | 3 years ago | | | 0 | 0.0040889020 | |
| 13837124 | 3 years ago | | | 0 | 0.0025943386 | |
| 12652589 | 3 years ago | | | 0 | 0.0010440800 | |
| 12106322 | 4 years ago | | | 0 | 0.0028527000 | |
| 12063299 | 4 years ago | | | 0 | 0.010282290 | |
| 9879846 | 5 years ago | | | 0 | 0.0010611000 | |
| 9877431 | 5 years ago | | | 0 | 0.0035859780 | |
| 9877296 | 5 years ago | | | 0 | 0.0050709780 | |
| 9354946 | 5 years ago | | | 0 | 0.0010623000 |
ABI
ABI objects
Getter at block 21256356
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
MIRO Token
owner() view returns (address)
0x1b8a24c5cabb8146f41192eb91e045e106e5a8b7
symbol() view returns (string)
MIRO
totalSupply() view returns (uint256)
949144800001027
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
isReleaseAgent(address _address) view returns (bool)
releaseAgents(address) view returns (bool)
State-modifying
Events addReleaseAgent(address _releaseAgent)
approve(address _spender, uint256 _value) returns (bool)
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)
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)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.