Moon Money Chain
Verified contract
Active on
Ethereum with 5,350 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 |
---|---|---|---|---|---|
MM | ERC-20 | 1.1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14049983 | 3 years ago | | | 0 | 0.0057826569 | |
| 13715400 | 3 years ago | | | 0 | 0.0027296800 | |
| 13678387 | 3 years ago | | | 0 | 0.010236342 | |
| 13673902 | 3 years ago | | | 0 | 0.010236342 | |
| 13170455 | 3 years ago | | | 0 | 0.0046890464 | |
| 12852399 | 3 years ago | | | 0 | 0.0013366250 | |
| 12845005 | 3 years ago | | | 0 | 0.0013363250 | |
| 12804877 | 3 years ago | | | 0 | 0.0013366250 | |
| 12553992 | 3 years ago | | | 0 | 0.0013366250 | |
| 12354079 | 4 years ago | | | 0 | 0.0011151370 |
ABI
ABI objects
Getter at block 21281469
decimals() view returns (uint8)
18
name() view returns (string)
Moon Money Chain
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xedd992a90729a2ba7c14b37562730e64d4da8988
symbol() view returns (string)
MM
totalSupply() view returns (uint256)
2400000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
burn(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.