WATTON Exchange
Verified contract
Active on
Ethereum with 178 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 |
---|---|---|---|---|---|
WTTE | ERC-20 | 200K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16533755 | 2 years ago | | | 0 | 0.00081986837 | |
| 16102710 | 2 years ago | | | 0 | 0.00042981623 | |
| 15843103 | 2 years ago | | | 0 | 0.00031187566 | |
| 15481336 | 2 years ago | | | 0 | 0.00048772831 | |
| 15476749 | 2 years ago | | | 0 | 0.00024812316 | |
| 15458235 | 2 years ago | | | 0 | 0.00041756091 | |
| 15438261 | 2 years ago | | | 0 | 0.0013532863 | |
| 15407456 | 2 years ago | | | 0 | 0.00019868483 | |
| 15401450 | 2 years ago | | | 0 | 0.00012727447 | |
| 15400401 | 2 years ago | | | 0 | 0.00027311015 |
ABI
ABI objects
Getter at block 21226783
cap() view returns (uint256)
7880000000000000000000000000
createdByMetacrypt() pure returns (bool)
true
decimals() view returns (uint8)
18
getIdentifier() view returns (string)
Metacrypt_B_TR_MB_NC_X
mintingFinished() view returns (bool)
false
name() view returns (string)
WATTON Exchange
owner() view returns (address)
0x610721a9c8927fddfd7919af178739539a3aba1c
symbol() view returns (string)
WTTE
totalSupply() view returns (uint256)
7880000000000000000000000000
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverToken(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address __metacrypt_target, string __metacrypt_name, string __metacrypt_symbol, uint8 __metacrypt_decimals, uint256 __metacrypt_cap, uint256 __metacrypt_initial)
This contract contains no fallback and receive objects.
This contract contains no error objects.