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 |
---|---|---|---|---|---|
MOCA | ERC-20 | 93.886019K | $0.081846 |
$7,684.2 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21271172 | 17 minutes ago | | | 0 | 0.00025869806 | |
| 21271142 | 23 minutes ago | | | 0 | 0.00042115705 | |
| 21271142 | 23 minutes ago | | | 0 | 0.00067699997 | |
| 21271130 | 26 minutes ago | | | 0 | 0.00041940454 | |
| 21271126 | 27 minutes ago | | | 0 | 0.00045889788 | |
| 21271106 | 31 minutes ago | | | 0 | 0.00042161942 | |
| 21271057 | 41 minutes ago | | | 0 | 0.00025178208 | |
| 21270964 | an hour ago | | | 0 | 0.00044963649 | |
| 21270952 | an hour ago | | | 0 | 0.00027526281 | |
| 21270949 | an hour ago | | | 0 | 0.00027348057 |
ABI
ABI objects
Getter at block 21271257
CANCEL_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x158b0a9edf7a828aad02f63cd515c68ef2f50ba807396f6d12842833a1597429
DOMAIN_SEPARATOR() view returns (bytes32)
0xf72de23b3c2b54a0dc4347df66acdcf402357163929bff4f3018735386df6829
RECEIVE_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0xd099cc98ef71107a616c4f0f941f04c322d8e254fe26b3c6668db87aae413de8
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals() view returns (uint8)
18
name() view returns (string)
Moca
symbol() view returns (string)
MOCA
totalSupply() view returns (uint256)
8888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
authorizationState(address authorizer, bytes32 nonce) view returns (bool)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
cancelAuthorization(address authorizer, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
receiveWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationCanceled(address indexed authorizer, bytes32 indexed nonce)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address treasury)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)