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 |
---|---|---|---|---|---|
MORPH | ERC-20 | 320.135743K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18857300 | a year ago | | | 0 | 0.00095012173 | |
| 18857151 | a year ago | | | 0 | 0.0011793079 | |
| 17216073 | 2 years ago | | | 0 | 0.0042494220 | |
| 16615293 | 2 years ago | | | 0 | 0.0011953381 | |
| 16123823 | 2 years ago | | | 0 | 0.00067922220 | |
| 15903724 | 2 years ago | | | 0 | 0.00066000385 | |
| 15849059 | 2 years ago | | | 0 | 0.0013302150 | |
| 15787120 | 2 years ago | | | 0 | 0.00064510279 | |
| 15787117 | 2 years ago | | | 0 | 0.0010724391 | |
| 15780626 | 2 years ago | | | 0 | 0.00078143935 |
ABI
ABI objects
Getter at block 21160688
decimals() view returns (uint8)
4
name() view returns (string)
MORPH
owner() view returns (address)
0x8a99586472711f0b7148bb503bb23eb6b30f2325
symbol() view returns (string)
MORPH
totalSupply() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
isblacklistedAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
blacklistAccount(address _target, bool _isBlacklisted)
burn(uint256 _value)
mintTokens(uint256 _mintedAmount)
owned()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.