Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Morphware"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20785709 | 2 months ago | | | 0 | 0.0011600632 | |
| 20778008 | 2 months ago | | | 0 | 0.00028670000 | |
| 20777428 | 2 months ago | | | 0 | 0.00013229288 | |
| 20777413 | 2 months ago | | | 0 | 0.00012655592 | |
| 20777411 | 2 months ago | | | 0 | 0.00023225801 | |
| 20777372 | 2 months ago | | | 0 | 0.00027675600 | |
| 20777339 | 2 months ago | | | 0 | 0.00027656262 | |
| 20777338 | 2 months ago | | | 0 | 0.00088541283 | |
| 20777335 | 2 months ago | | | 0 | 0.00025452227 | |
| 20777335 | 2 months ago | | | 0 | 0.00044450863 |
ABI
ABI objects
Getter at block 21287072
__allowancees() view returns (uint256)
999
decimals() view returns (uint8)
18
name() view returns (string)
Morphware
owner() view returns (address)
0xb8779d20e14b44420a0593dac0f8af91fee97a15
pair() view returns (address)
0x2dff7be70d7d425c4c8933cec630d496c51149ff
symbol() view returns (string)
MORPHWARE
totalSupply() view returns (uint256)
1232922769000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events OpenTrading()
addTokenDivision(address _newDev)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(uint256 _value)
increaseAllowance(uint256 _value)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)