MatryxToken
Verified contract
Active on
Ethereum with 11,144 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 | 8.889K | -- | -- | |
MTX | ERC-20 | 1.507551K | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- | |
ION | ERC-20 | 0.4 | -- | -- | |
| ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20883044 | a month ago | | | 0 | 0.00018759734 | |
| 20883037 | a month ago | | | 0 | 0.00020102367 | |
| 20790810 | 2 months ago | | | 0 | 0.00047183373 | |
| 20790807 | 2 months ago | | | 0 | 0.00046941072 | |
| 20658446 | 2 months ago | | | 0 | 0.000078356472 | |
| 20453205 | 3 months ago | | | 0 | 0.000052544000 | |
| 20199733 | 4 months ago | | | 0 | 0.00011681481 | |
| 20044965 | 5 months ago | | | 0 | 0.00022687586 | |
| 20042973 | 5 months ago | | | 0 | 0.00034446040 | |
| 19597105 | 7 months ago | | | 0 | 0.00090663057 |
ABI
ABI objects
Getter at block 21163832
decimals() pure returns (uint256)
18
getUpgradeState() pure returns (uint8)
2
mintingFinished() pure returns (bool)
true
name() pure returns (string)
MatryxToken
owner() pure returns (address)
0x0007eb94216b367a087cfa248cdb12d9ddd65a1f
releaseAgent() pure returns (address)
0x97ca8108064eb2a90428ed6f407ae583ee7c3fd8
released() pure returns (bool)
true
symbol() pure returns (string)
MTX
totalSupply() pure returns (uint256)
314159265000000000000000000
totalUpgraded() pure returns (uint256)
0
upgradeAgent() pure returns (address)
0x0000000000000000000000000000000000000000
upgradeMaster() pure returns (address)
0x0007eb94216b367a087cfa248cdb12d9ddd65a1f
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
transferAgents(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
releaseTokenTransfer()
setReleaseAgent(address addr)
setTransferAgent(address addr, bool state)
setUpgradeAgent(address agent)
setUpgradeMaster(address master)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
upgrade(uint256 value)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
Upgrade(address indexed _from, address indexed _to, uint256 _value)
UpgradeAgentSet(address agent)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.