Morpheus Infrastructure Token
Verified contract
Active on
Ethereum with 68,503 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($690.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 510 | $1.004 |
$512.04 | |
FRM | ERC-20 | 12K | $0.014482 |
$173.78 | |
PAR | ERC-20 | 23.743788K | $0.000179 |
$4.25 | |
HSC | ERC-20 | 6 | $0.000004 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
MITx | ERC-20 | 56.189703K | -- | -- | |
SS | ERC-20 | 11.961102K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158887 | 4 hours ago | | | 0 | 0.0013849161 | |
| 21158866 | 5 hours ago | | | 0 | 0.0011951158 | |
| 21156159 | 14 hours ago | | | 0 | 0.00067586426 | |
| 21155290 | 16 hours ago | | | 0 | 0.00055977977 | |
| 21148907 | 2 days ago | | | 0 | 0.00047697410 | |
| 21140091 | 3 days ago | | | 0 | 0.00062277080 | |
| 21140054 | 3 days ago | | | 0 | 0.00061806647 | |
| 21127937 | 5 days ago | | | 0 | 0.00058416304 | |
| 21127597 | 5 days ago | | | 0 | 0.00061472439 | |
| 21121996 | 5 days ago | | | 0 | 0.00045927799 |
ABI
ABI objects
Getter at block 21160223
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Morpheus Infrastructure Token
owner() view returns (address)
0x06baaacab2773e4f949e27b32c10588596d8915d
symbol() view returns (string)
MITx
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingStarted() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
emergencyERC20Drain(address oddToken, uint256 amount)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
startTrading()
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()
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.