MEDX TOKEN
Verified contract
Active on
Ethereum with 31,843 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 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
MEDX | ERC-20 | 637.775299K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
VITC | ERC-20 | 1K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
Only | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749783 | 2 months ago | | | 0 | 0.000076978102 | |
| 20483374 | 3 months ago | | | 0 | 0.00041587560 | |
| 19749133 | 6 months ago | | | 0 | 0.00020503210 | |
| 17360553 | a year ago | | | 0 | 0.00081154953 | |
| 17286684 | a year ago | | | 0 | 0.0032079382 | |
| 17253974 | a year ago | | | 0 | 0.0016789982 | |
| 16356120 | 2 years ago | | | 0 | 0.00079862330 | |
| 16025293 | 2 years ago | | | 0 | 0.00049521000 | |
| 15860067 | 2 years ago | | | 0 | 0.00025603110 | |
| 14881364 | 2 years ago | | | 0 | 0.0018642075 |
ABI
ABI objects
Getter at block 21157983
decimals() view returns (uint256)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
MEDX TOKEN
owner() view returns (address)
0x51edbe1079776e78ce9b076da889b859b1f63933
paused() view returns (bool)
false
symbol() view returns (string)
MEDX
totalSupply() view returns (uint256)
1000000000000000000
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 success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.