MuDan Chain
Verified contract
Active on
Ethereum with 5,975 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 |
---|---|---|---|---|---|
MDL | ERC-20 | 52K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844727 | 2 months ago | | | 0 | 0.00025036620 | |
| 20844725 | 2 months ago | | | 0 | 0.00022711848 | |
| 15583268 | 2 years ago | | | 0 | 0.00098868000 | |
| 13466336 | 3 years ago | | | 0 | 0.0025668736 | |
| 13407012 | 3 years ago | | | 0 | 0.0036151427 | |
| 13394563 | 3 years ago | | | 0 | 0.0049472894 | |
| 13382320 | 3 years ago | | | 0 | 0.0042938701 | |
| 13357731 | 3 years ago | | | 0 | 0.0051843319 | |
| 13351841 | 3 years ago | | | 0 | 0.0027423011 | |
| 13345310 | 3 years ago | | | 0 | 0.0018376688 |
ABI
ABI objects
Getter at block 21171658 pauseStatus() view returns (bool)
INITIAL_SUPPLY() view returns (uint256)
500000000000000000
decimals() view returns (uint8)
8
name() view returns (string)
MuDan Chain
paused() view returns (bool)
false
symbol() view returns (string)
MDL
totalSupply() view returns (uint256)
500000000000000000
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)
batchTransfer(address[] _to, uint256[] _amount) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
setPause()
setResume()
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(address _master)
This contract contains no fallback and receive objects.
This contract contains no error objects.