Mysterium
Verified contract
Active on
Ethereum with 8,917 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYST | ERC-20 | 77 | $0.228756 |
$17.61 | |
MATIC | ERC-20 | 0.1 | $0.564355 |
$0.06 | |
MYST | ERC-20 | 643.482855 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288611 | 3 hours ago | | | 0 | 0.00047749738 | |
| 21283429 | 20 hours ago | | | 0 | 0.00052966677 | |
| 21271550 | 3 days ago | | | 0 | 0.00061138972 | |
| 21260730 | 4 days ago | | | 0 | 0.00048272252 | |
| 21258225 | 4 days ago | | | 0 | 0.00042814248 | |
| 21257933 | 4 days ago | | | 0 | 0.00055324587 | |
| 21256884 | 5 days ago | | | 0 | 0.00041510361 | |
| 21256730 | 5 days ago | | | 0 | 0.00044087084 | |
| 21254545 | 5 days ago | | | 0 | 0.00051637863 | |
| 21247759 | 6 days ago | | | 0 | 0.00071341009 |
ABI
ABI objects
Getter at block 21289401
DOMAIN_SEPARATOR() view returns (bytes32)
0x50eac8fa389c4c4e0f032306d95573a9a47272d5a7974afb0bc9e01698655184
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
getFundsDestination() view returns (address)
0x728ee922e3393fce0fb0fbfcd3185cf9fec51de2
getUpgradeState() view returns (uint8)
2
isUpgradeAgent() view returns (bool)
true
name() view returns (string)
Mysterium
originalSupply() view returns (uint256)
3243336562220214
originalToken() view returns (address)
0xa645264c5603e96c3b0b078cdab68733794b0a71
symbol() view returns (string)
MYST
totalSupply() view returns (uint256)
25227623653820850000000000
totalUpgraded() view returns (uint256)
0
upgradeAgent() view returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() view returns (address)
0x728ee922e3393fce0fb0fbfcd3185cf9fec51de2
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
claimTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address holder, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setFundsDestination(address newDestination)
setUpgradeAgent(address agent)
setUpgradeMaster(address newUpgradeMaster)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
upgrade(uint256 amount)
upgradeFrom(address _account, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burned(address indexed from, uint256 amount)
FundsRecoveryDestinationChanged(address indexed previousDestination, address indexed newDestination)
Minted(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Upgrade(address indexed from, address agent, uint256 _value)
UpgradeAgentSet(address agent)
UpgradeMasterSet(address master)
constructor(address originalToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.