MyWish Token
Verified contract
Active on
Ethereum with 14,334 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 |
---|---|---|---|---|---|
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
ERC-20 | 79.542101K | -- | -- | ||
| ERC-20 | 8.889K | -- | -- | |
SPHTX | ERC-20 | 244.988 | -- | -- | |
CIC | ERC-20 | 20 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453477 | 3 months ago | | | 0 | 0.000080041805 | |
| 20453454 | 3 months ago | | | 0 | 0.00020532950 | |
| 20319366 | 4 months ago | | | 0 | 0.00019959950 | |
| 19660836 | 7 months ago | | | 0 | 0.00059376890 | |
| 19358329 | 8 months ago | | | 0 | 0.0019070916 | |
| 18987362 | 10 months ago | | | 0 | 0.00088866000 | |
| 18979284 | 10 months ago | | | 0 | 0.0029404214 | |
| 18750682 | a year ago | | | 0 | 0.0014324198 | |
| 18344540 | a year ago | | | 0 | 0.00030898453 | |
| 18342589 | a year ago | | | 0 | 0.00086644166 |
ABI
ABI objects
Getter at block 21161682
decimals() view returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
true
name() view returns (string _name)
MyWish Token
owner() view returns (address)
0x00a0a886d73ce0f830692531f05e95a7e9c4d38a
paused() view returns (bool)
false
symbol() view returns (bytes32 _symbol)
0x5749534800000000000000000000000000000000000000000000000000000000
totalSupply() view returns (uint256)
10926582968968786998943460
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events addExcluded(address _toExclude)
approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
burnFrom(address _from, uint256 _value) returns (bool)
crowdsaleFinished()
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)
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)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.