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 |
---|---|---|---|---|---|
ERC-20 | 2.4K | -- | -- | ||
OHNO | ERC-20 | 1 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21863814 | an hour ago | | | 0 | 1.4241779e-7 | |
| 21860302 | 3 hours ago | | | 0 | 0.000000102277663850 | |
| 21860273 | 3 hours ago | | | 0 | 0.000000102097794194 | |
| 21860225 | 3 hours ago | | | 0 | 0.000000103783584956 | |
| 21860082 | 3 hours ago | | | 0 | 0.000000102157240280 | |
| 21860063 | 3 hours ago | | | 0 | 0.000000102113015362 | |
| 21860021 | 3 hours ago | | | 0 | 0.000000102515401788 | |
| 21859975 | 3 hours ago | | | 0 | 0.000000103161651744 | |
| 21854533 | 6 hours ago | | | 0 | 1.5004025e-7 | |
| 21854508 | 6 hours ago | | | 0 | 1.5049665e-7 |
ABI
ABI objects
Getter at block 21866168
DOMAIN_SEPARATOR() view returns (bytes32)
0x673696a6f7a04be380250db504f357a02a1a8e24b435a6280f8b6450aff27334
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=Chia Warped HOA, version=1, chainId=8453, verifyingContract=0xee642384091f4bb9ab457b875e4e209b5a0bd147, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
lockerPuzzleHash() view returns (bytes32)
0xbcdbf05dd634690f3b8a75fe3a13ab399f72d0d129e512074096d087edf5bf03
mojoToTokenRatio() view returns (uint64)
1000000000000000
name() view returns (string)
Chia Warped HOA
otherChain() view returns (bytes3)
0x786368
portal() view returns (address)
0x382bd36d1de6fe0a3d9943004d3ca5ee389627ee
symbol() view returns (string)
wHOA
tip() view returns (uint16)
30
totalSupply() view returns (uint256)
10817458610000000000000000
unlockerPuzzleHash() view returns (bytes32)
0x50acd28ebc414dfef904f66e6182ab10d506db801ddda69f0cd430a0524817dc
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)
bridgeBack(bytes32 _receiver, uint256 _mojoAmount) payable
initializePuzzleHashes(bytes32 _lockerPuzzleHash, bytes32 _unlockerPuzzleHash)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
receiveMessage(bytes32, bytes3 _source_chain, bytes32 _source, bytes32[] _contents)
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(string _name, string _symbol, address _portal, uint16 _tip, uint64 _mojoToTokenRatio, bytes3 _otherChain)
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)