Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MTWE | ERC-20 | 101.05K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9135059 | 5 years ago | | | 0 | 0.00061146800 | |
| 7122363 | 6 years ago | | | 0 | 0.000036800000 | |
| 7092798 | 6 years ago | | | 0 | 0.00011400000 | |
| 6817756 | 6 years ago | | | 0 | 0.00031303800 | |
| 6795971 | 6 years ago | | | 0 | 0.0020814880 | |
| 6795953 | 6 years ago | | | 0 | 0.0020814880 | |
| 6793986 | 6 years ago | | | 0 | 0.00021000000 | |
| 6793943 | 6 years ago | | | 0 | 0.00035074000 | |
| 6793923 | 6 years ago | | | 0 | 0.00095276000 | |
| 6793907 | 6 years ago | | | 0 | 0.00034142400 |
ABI
ABI objects
Getter at block 21410042
decimals() view returns (uint8)
18
name() view returns (string)
MTWE
orderCount() view returns (uint256)
2
symbol() view returns (string)
MTWE
totalSupply() view returns (uint256)
10000037390000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
failsOf(address) view returns (uint256)
orders(uint256) view returns (address creator, bool buy, uint256 price, uint256 amount)
successesOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
cancelOrder(uint256 id)
fillOrder(uint256 id, uint256 amount) payable
placeBuy(uint256 price, uint256 amount) payable
placeSell(uint256 price, uint256 amount)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
CancelOrder(uint256 indexed id)
FillOrder(uint256 indexed id, address indexed user, uint256 amount)
PlaceBuy(address indexed user, uint256 price, uint256 amount, uint256 id)
PlaceSell(address indexed user, uint256 price, uint256 amount, uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.