Morpher
Verified contract
Active on
Ethereum with 6,472 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1f42…1bff
Balances ($0.00)
No balances found for "Morpher"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21287279 | 13 days ago | | | 0 | 0.00091889423 | |
| 21228523 | 21 days ago | | | 0 | 0.00033783704 | |
| 21224474 | 21 days ago | | | 0 | 0.00082868554 | |
| 21206910 | 24 days ago | | | 0 | 0.00063061606 | |
| 21206893 | 24 days ago | | | 0 | 0.00057211715 | |
| 21166103 | a month ago | | | 0 | 0.0025123144 | |
| 21015796 | 2 months ago | | | 0 | 0.00030332604 | |
| 20995084 | 2 months ago | | | 0 | 0.00060395811 | |
| 20956733 | 2 months ago | | | 0 | 0.00072631417 | |
| 20956719 | 2 months ago | | | 0 | 0.00073489359 |
ABI
ABI objects
Getter at block 21378232
_owner() view returns (address)
0x51c5ce7c4926d5ca74f4824e11a062f1ef491762
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Morpher
owner() view returns (address)
0x51c5ce7c4926d5ca74f4824e11a062f1ef491762
symbol() view returns (string)
MPH
totalSupply() view returns (uint256)
1522360712447308565807661838
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _account) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool)
burn(uint256 _amount) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool)
emitTransfer(address _from, address _to, uint256 _amount)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool)
renounceOwnership()
setMorpherState(address _stateAddress)
transfer(address _recipient, uint256 _amount) returns (bool)
transferAnyERC20Token(address _tokenAddress, uint256 _tokens) returns (bool _success)
transferFrom(address _sender, address _recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LinkState(address _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _stateAddress, address _coldStorageOwnerAddress)
fallback()
This contract contains no error objects.