MoveMoveCoin
Verified contract
Active on
Ethereum with 20,754 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($433.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MMC | ERC-20 | 1.520474M | $0.000272 |
$412.81 | |
USDT | ERC-20 | 21 | $0.999231 |
$20.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201318 | 8 minutes ago | | | 0 | 0.00086659327 | |
| 21201273 | 17 minutes ago | | | 0 | 0.00087510718 | |
| 21201229 | 26 minutes ago | | | 0 | 0.00082992186 | |
| 21201094 | an hour ago | | | 0 | 0.0011963481 | |
| 21201052 | an hour ago | | | 0 | 0.00093318679 | |
| 21200869 | 2 hours ago | | | 0 | 0.00086993318 | |
| 21200689 | 2 hours ago | | | 0 | 0.00065976355 | |
| 21200554 | 3 hours ago | | | 0 | 0.00060077248 | |
| 21200419 | 3 hours ago | | | 0 | 0.00054114063 | |
| 21200373 | 3 hours ago | | | 0 | 0.00065816608 |
ABI
ABI objects
Getter at block 21201358
MAX_SUPPLY() view returns (uint256)
11222017204753513
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_totalSupply() view returns (uint256)
4497914108239187
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
6
deprecated() view returns (bool)
false
getOwner() view returns (address)
0xda3f0eeec3f9a76b3d07d1995de1b24c368babcd
maximumFee() view returns (uint256)
0
name() view returns (string)
MoveMoveCoin
owner() view returns (address)
0xda3f0eeec3f9a76b3d07d1995de1b24c368babcd
paused() view returns (bool)
false
symbol() view returns (string)
MMC
totalSupply() view returns (uint256)
4497914108239187
upgradedAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
availableLockBalance(address user) view returns (uint256, uint256)
balanceOf(address who) view returns (uint256)
balances(address) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
lockInfos(address) view returns (uint256 initialLockAmount, uint256 lockAmount, uint256 releaseStart, uint256 releaseInterval, uint256 releasedTokens, uint256 releasePeriods)
State-modifying
Events addBlackList(address _evilUser)
addLock(address user, uint256 initialLockAmount, uint256 lockAmount, uint256 releaseStart, uint256 releaseInterval, uint256 releasePeriods)
approve(address _spender, uint256 _value)
batchIssue(address[] recipients, uint256[] amounts)
batchTransfer(address[] recipients, uint256[] amounts)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
issue(uint256 amount)
issueAndLock(address _to, uint256 _amount, uint256 releaseStart, uint256 releaseInterval, uint256 releasePeriods)
issueToAddress(address _to, uint256 _amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address _blackListedUser, uint256 _balance)
Issue(uint256 amount)
IssueToAddress(address to, uint256 amount)
Params(uint256 feeBasisPoints, uint256 maxFee)
Pause()
Redeem(uint256 amount)
RemovedBlackList(address _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _initialSupply, string _name, string _symbol, uint256 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.