Mythereum XP
Verified contract
Active on
Ethereum with 6 txns
Balances ($0.00)
No balances found for "Mythereum XP"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6023933 | 6 years ago | | | 0 | 0.000066710600 | |
| 6018631 | 6 years ago | | | 0 | 0.00018193800 | |
| 5999118 | 6 years ago | | | 0 | 0.00045484500 | |
| 5987480 | 6 years ago | | | 0 | 0.000060646000 | |
| 5573991 | 7 years ago | | | 0 | 0.00030323000 | |
| 5573828 | 7 years ago | | | 0 | 0.00030323000 |
ABI
ABI objects
Getter at block 21266996
decimals() view returns (uint8)
0
manager() view returns (address)
0xb8131617325c6f1f7729a4e2df8551cb44ddf76b
mintingFinished() view returns (bool)
false
name() view returns (string)
Mythereum XP
owner() view returns (address)
0x29a9c76ad091c015c12081a1b201c3ea56884579
symbol() view returns (string)
XP
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
replaceManager(address newManager)
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)
ManagementChanged(address indexed previousManager, address indexed newManager)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipChanged(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.