Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Omni kids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15330929 | 2 years ago | | | 0 | 0.00036288570 | |
| 15330923 | 2 years ago | | | 0 | 0.00040937610 | |
| 15306335 | 2 years ago | | | 0 | 0.00039127505 | |
| 15306325 | 2 years ago | | | 0 | 0.00050229122 | |
| 15306316 | 2 years ago | | | 0 | 0.00032346999 | |
| 15306294 | 2 years ago | | | 0 | 0.00044747086 | |
| 15293336 | 2 years ago | | | 0 | 0.00027834400 | |
| 14748014 | 2 years ago | | | 0 | 0.0042164482 | |
| 14739357 | 2 years ago | | | 0 | 0.0022810216 | |
| 14739353 | 2 years ago | | | 0 | 0.0023631139 |
ABI
ABI objects
Getter at block 21087719
MINT_PRICE() view returns (uint256)
0
OMNI_KIDS() view returns (uint256)
2
UPPER_BOUND() view returns (uint256)
7000
counter() view returns (uint256)
0
gasForDestinationLzReceive() view returns (uint256)
350000
name() view returns (string)
Omni kids
nextId() view returns (uint256)
163
owner() view returns (address)
0xc80cb27474d72d06e6389c90f82a8a13547e963b
placeholderURL() view returns (string)
ipfs://QmYX6ThYhde9jcopAShSrT4VFwWgkise5asCQsLLFkHKhs
symbol() view returns (string)
kids
totalSupply() view returns (uint256)
163
Read-only
balanceOf(address owner) view returns (uint256)
failedMessages(uint16, bytes, uint256) view returns (uint256 payloadLength, bytes32 payloadHash)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedCount(address wallet) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address to, uint256 tokenId)
finalizeReveal()
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(uint256 count) payable
onLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
reveal(string url)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setGasForDestinationLzReceive(uint256 newVal)
setPauseState(bool state)
setTrustedRemote(uint16 _chainId, bytes _trustedRemote)
setTrustedRemotes(uint16[] chainIds, bytes[] addresses)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
traverseChain(uint16 chainId_, uint256 tokenId) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
MessageFee(uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveNFT(uint16 _srcChainId, bytes _from, uint256 _tokenId, address _to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address endpoint_, uint256 mintPrice_, uint256 startId_, uint256 upperBound_)
This contract contains no fallback and receive objects.
This contract contains no error objects.