MoonApp
Verified contract
Active on
Ethereum with 13,297 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DENT | ERC-20 | 93.972139K | $0.00114 |
$107.14 | |
APP | ERC-20 | 8.201583K | $0.002958 |
$24.26 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245743 | an hour ago | | | 0 | 0.00054575678 | |
| 21245670 | an hour ago | | | 0 | 0.00052247831 | |
| 21245668 | an hour ago | | | 0 | 0.00052336176 | |
| 21245661 | an hour ago | | | 0 | 0.00077325940 | |
| 21245247 | 2 hours ago | | | 0 | 0.00069827161 | |
| 21245218 | 3 hours ago | | | 0 | 0.0011548551 | |
| 21244619 | 5 hours ago | | | 0 | 0.00050214931 | |
| 21244607 | 5 hours ago | | | 0 | 0.00060593665 | |
| 21244572 | 5 hours ago | | | 0 | 0.00055072407 | |
| 21244563 | 5 hours ago | | | 0 | 0.00059410537 |
ABI
ABI objects
Getter at block 21245988
DOMAIN_SEPARATOR() view returns (bytes32)
0x2bf918d20ccbeacbfff3410d6df04748dbb98fba6e49c48be6f57ea8badc9f7f
TOTAL_SUPPLY() view returns (uint256)
3000000000000000000000000000
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Moon App, version=1, chainId=1, verifyingContract=0xc5d27f27f08d1fd1e3ebbaa50b3442e6c0d50439, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Moon App
symbol() view returns (string)
APP
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)