RED MWAT
Verified contract
Active on
Ethereum with 39,357 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 |
---|---|---|---|---|---|
MXC | ERC-20 | 0.1 | $0.005999 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
MWAT | ERC-20 | 2.866467M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
MUXE | ERC-20 | 1.275K | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
MIN | ERC-20 | 10 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20986187 | 24 days ago | | | 0 | 0.00059514493 | |
| 20109070 | 5 months ago | | | 0 | 0.00012559315 | |
| 19812262 | 6 months ago | | | 0 | 0.00038428756 | |
| 19671389 | 7 months ago | | | 0 | 0.00049092402 | |
| 19607166 | 7 months ago | | | 0 | 0.00028409421 | |
| 19603560 | 7 months ago | | | 0 | 0.00059896546 | |
| 19603554 | 7 months ago | | | 0 | 0.00069567400 | |
| 19601525 | 7 months ago | | | 0 | 0.00049691000 | |
| 19546420 | 7 months ago | | | 0 | 0.00096890798 | |
| 19332633 | 8 months ago | | | 0 | 0.0028822501 |
ABI
ABI objects
Getter at block 21157943
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
RED MWAT
owner() view returns (address)
0xa94c2707e233e5d63f46011a4a158cd2452d1d86
paused() view returns (bool)
false
symbol() view returns (string)
MWAT
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.