Morgan Option
Verified contract
Active on
Ethereum with 32 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 |
---|---|---|---|---|---|
MYT | ERC-20 | 20 | -- | -- | |
HOT | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7243379 | 6 years ago | | | 0 | 0.00054509000 | |
| 6407604 | 6 years ago | | | 0 | 0.00057397977 | |
| 6371244 | 6 years ago | | | 0 | 0.00054573000 | |
| 6358699 | 6 years ago | | | 0 | 0.0013095806 | |
| 6186120 | 6 years ago | | | 0 | 0.0017940874 | |
| 6110111 | 6 years ago | | | 0 | 0.0021462097 | |
| 5995088 | 6 years ago | | | 0 | 0.000024461000 | |
| 5994924 | 6 years ago | | | 0 | 0.000024525000 | |
| 5994871 | 6 years ago | | | 0 | 0.000024525000 | |
| 5994337 | 6 years ago | | | 0 | 0.000024525000 |
ABI
ABI objects
Getter at block 21262371
decimals() view returns (uint8)
18
name() view returns (string)
Morgan Option
owner() view returns (address)
0x620c0dfac41566aa62fd70d60c0cfc8d6804225a
paused() view returns (bool)
false
symbol() view returns (string)
mogo
totalSupply() view returns (uint256)
200000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
batchTransfer(address[] addrs, uint256[] balances)
burn(uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
pause()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.