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 |
---|---|---|---|---|---|
TIKTOK | ERC-20 | 10,000,000,000,000T | -- | -- | |
MMD | ERC-20 | 643.101K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18805675 | a year ago | | | 0 | 0.0025879512 | |
| 18238421 | a year ago | | | 0 | 0.00034510114 | |
| 17414452 | a year ago | | | 0 | 0.0013041259 | |
| 17342778 | 2 years ago | | | 0 | 0.0015582841 | |
| 17131688 | 2 years ago | | | 0 | 0.0023368126 | |
| 17131512 | 2 years ago | | | 0 | 0.0021754388 | |
| 17052434 | 2 years ago | | | 0 | 0.0013330003 | |
| 16973872 | 2 years ago | | | 0 | 0.0011165019 | |
| 16973870 | 2 years ago | | | 0 | 0.0011459280 | |
| 16669115 | 2 years ago | | | 0 | 0.00083245417 |
ABI
ABI objects
Getter at block 21274535
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
MiMiDi
owner() view returns (address)
0x15b5634765c03714775f0d4db9b36fb7ac599fed
paused() view returns (bool)
false
symbol() view returns (string)
MMD
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
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)
Burn(address indexed burner, 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()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.