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 |
---|---|---|---|---|---|
MOXIE | ERC-20 | 2.802257K | $0.001426 |
$4 | |
JASON | ERC-20 | 5.1798K | -- | -- | |
HOPE | ERC-20 | 1.344K | -- | -- | |
O | ERC-20 | 33.6 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745034 | a few seconds ago | | | 0 | 0.000000301215105900 | |
| 22745004 | a minute ago | | | 0 | 4.2399721e-7 | |
| 22744994 | 2 minutes ago | | | 0 | 0.000000301301208360 | |
| 22744978 | 2 minutes ago | | | 0 | 4.2391111e-7 | |
| 22744965 | 3 minutes ago | | | 0 | 0.0000010574370 | |
| 22744962 | 3 minutes ago | | | 0 | 3.5029267e-7 | |
| 22744953 | 3 minutes ago | | | 0 | 0.000000301129003440 | |
| 22744938 | 4 minutes ago | | | 0 | 0.000000301215105900 | |
| 22744938 | 4 minutes ago | | | 0 | 4.2391111e-7 | |
| 22744919 | 4 minutes ago | | | 0 | 0.0000032209310 |
ABI
ABI objects
Getter at block 22745042
DOMAIN_SEPARATOR() view returns (bytes32)
0x92a8769596e869b1bbebb036c46465d382dfced7daa553b3b82bdd503af911f4
TOKEN_INITIAL_SUPPLY() view returns (uint256)
10000000000
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=Moxie, version=1, chainId=8453, verifyingContract=0x8c9037d1ef5c6d1f6816278c7aaf5491d24cd527, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Moxie
symbol() view returns (string)
MOXIE
totalSupply() view returns (uint256)
9959341995353763686992602897
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 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
StringTooLong(string str)