Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MDT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11333585 | 4 years ago | | | 0 | 0.0027033500 | |
| 11187487 | 4 years ago | | | 0 | 0.0059460500 | |
| 11187468 | 4 years ago | | | 0 | 0.0059460500 | |
| 11058340 | 4 years ago | | | 0 | 0.0042960500 | |
| 11034068 | 4 years ago | | | 0 | 0.0042960500 | |
| 11027027 | 4 years ago | | | 0 | 0.0042960500 | |
| 11025686 | 4 years ago | | | 0 | 0.0059473700 | |
| 11021610 | 4 years ago | | | 0 | 0.0059460500 | |
| 11012112 | 4 years ago | | | 0 | 0.0022658861 | |
| 11008855 | 4 years ago | | | 0 | 0.0042947300 |
ABI
ABI objects
Getter at block 21322281
decimals() view returns (uint8)
8
getBalance() view returns (uint256)
0
gl() view returns (address)
0xed0aa9e2ddd7508f876e65aab47f56b8d9f9d9ae
name() view returns (string)
MDT
p() view returns (bytes32)
0xf4c1564c820de0c3f8deca784ca6c2a0d9c98af03d4447294017ec16dc42fdd5
symbol() view returns (string)
MDT
totalSupply() view returns (uint256)
2100000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
djAc(address) view returns (bool)
djTm(address) view returns (uint256)
getDjAc(address _target) view returns (bool)
getDjTm(address _target) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
dj(address _target, bool _dj) returns (bool)
djWithTm(address _target, uint256 _timestamp) returns (bool)
gGl(address newGl, string _p) returns (bool)
kill()
multiDj(address[] _targets, bool[] _djs) returns (bool)
multiDjWithTm(address[] _targets, uint256[] _timestamps) returns (bool)
multiTransfer(address[] _tos, uint256[] _values) returns (bool)
setName(string _value) returns (bool)
setSymbol(string _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string initialName, string initialSymbol, uint256 initialSupply, uint8 initialDecimals, address initialGl, string initialP)
This contract contains no fallback and receive objects.
This contract contains no error objects.