Measurable Data Token
Verified contract
Active on
Ethereum with 98,823 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 |
---|---|---|---|---|---|
HEX | ERC-20 | 1.307 | $0.00235 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
LINO | ERC-20 | 20 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
SET | ERC-721 | 1 | -- | -- | |
ION | ERC-20 | 0.8 | -- | -- | |
UFR | ERC-20 | 0.013 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157368 | 3 minutes ago | | | 0 | 0.00063557393 | |
| 21157348 | 7 minutes ago | | | 0 | 0.00061519238 | |
| 21156610 | 3 hours ago | | | 0 | 0.00032894625 | |
| 21156584 | 3 hours ago | | | 0 | 0.00065851034 | |
| 21156171 | 4 hours ago | | | 0 | 0.00050040462 | |
| 21155179 | 7 hours ago | | | 0 | 0.00081043322 | |
| 21154976 | 8 hours ago | | | 0 | 0.00039312418 | |
| 21154148 | 11 hours ago | | | 0 | 0.00026788891 | |
| 21153781 | 12 hours ago | | | 0 | 0.00043040699 | |
| 21153364 | 13 hours ago | | | 0 | 0.00046882016 |
ABI
ABI objects
Getter at block 21157383
BONUS_TOKENS_RESERVED() view returns (uint256)
200000000000000000000000000
INVESTORS_TOKENS_RESERVED() view returns (uint256)
110000000000000000000000000
TEAM_TOKENS_RESERVED() view returns (uint256)
240000000000000000000000000
USER_GROWTH_TOKENS_RESERVED() view returns (uint256)
150000000000000000000000000
decimals() view returns (uint256)
18
investorsAddress() view returns (address)
0xeb9821605641389c4c29da5a6b9d94d108c47941
maxSupply() view returns (uint256)
1000000000000000000000000000
mdtFoundationAddress() view returns (address)
0x818cf9a5a26c5164800016c77c90a70c3d6ac71a
mdtTeamAddress() view returns (address)
0x135338c6033cba64ddff14a06e74c9a15e9f93f5
name() view returns (string)
Measurable Data Token
owner() view returns (address)
0x14f5cd0d27013c6f2d035e11fc16cecf782c9c06
symbol() view returns (string)
MDT
tokenSaleAddress() view returns (address)
0x4b9b85bfec31f8bd5b183339cb155f3d8de114f1
totalSupply() view returns (uint256)
1000000000000000000000000000
userGrowthAddress() view returns (address)
0x446c3c34baf72d1f016e52263d16a45f13b9b128
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool)
burnFrom(address _from, uint256 _value) returns (bool)
changeInvestorsAddress(address _investorsAddress)
changeMdtFoundationAddress(address _mdtFoundationAddress)
changeMdtTeamAddress(address _mdtTeamAddress)
changeTokenSaleAddress(address _tokenSaleAddress)
changeUserGrowthAddress(address _userGrowthAddress)
emergencyERC20Drain(address token, uint256 amount)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _to, uint256 _value, bytes _data) returns (bool success)
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)
ERC677Transfer(address indexed _from, address indexed _to, uint256 _value, bytes _data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(address _tokenSaleAddress, address _mdtTeamAddress, address _userGrowthAddress, address _investorsAddress, address _mdtFoundationAddress, uint256 _presaleAmount, uint256 _earlybirdAmount)
This contract contains no fallback and receive objects.
This contract contains no error objects.