MOA COIN
Verified contract
Active on
Ethereum with 11,341 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003827 |
$0 | |
MOA | ERC-20 | 15.13463K | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19743999 | 6 months ago | | | 0 | 0.00022324500 | |
| 19679443 | 7 months ago | | | 0 | 0.00038479864 | |
| 19679423 | 7 months ago | | | 0 | 0.00044636111 | |
| 19679418 | 7 months ago | | | 0 | 0.00057322731 | |
| 18889386 | 10 months ago | | | 0 | 0.0010707691 | |
| 18818376 | a year ago | | | 0 | 0.0022495589 | |
| 18287573 | a year ago | | | 0 | 0.00029062635 | |
| 18146274 | a year ago | | | 0 | 0.00062194325 | |
| 18097538 | a year ago | | | 0 | 0.00065569705 | |
| 17577425 | a year ago | | | 0 | 0.00056923022 |
ABI
ABI objects
Getter at block 21158480
decimals() view returns (uint8)
18
isLimitMint() view returns (bool)
false
maxMintQuantity() view returns (uint256)
2100000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
MOA COIN
owner() view returns (address)
0xab0e7cbd80676ad52810847ce3f36ae67fe19b97
paused() view returns (bool)
false
symbol() view returns (string)
MOA
totalSupply() view returns (uint256)
1008423778000000000000000000
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)
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()
renounceOwnership()
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()
OwnershipRenounced(address indexed previousOwner)
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.