OmniChicks
Verified contract
Active on
Ethereum with 3,774 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66a7…d675
Balances ($0.00)
No balances found for "OmniChicks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21071725 | a month ago | | | 0 | 0.00029599112 | |
| 20500906 | 3 months ago | | | 0 | 0.000035860539 | |
| 20500905 | 3 months ago | | | 0 | 0.000055095836 | |
| 20134992 | 5 months ago | | | 0 | 0.00031566003 | |
| 19777740 | 7 months ago | | | 0 | 0.00031463127 | |
| 19334433 | 9 months ago | | | 0 | 0.0034503757 | |
| 19090861 | 10 months ago | | | 0 | 0.00061045428 | |
| 18871057 | a year ago | | | 0 | 0.00060271776 | |
| 18283305 | a year ago | | | 0 | 0.00033031536 | |
| 17565427 | a year ago | | | 0 | 0.00067151528 |
ABI
ABI objects
Getter at block 21257998
FREE_CHICKS() view returns (uint256)
2
MINT_PRICE() view returns (uint256)
6900000000000000
UPPER_BOUND() view returns (uint256)
4000
counter() view returns (uint256)
0
gasForDestinationLzReceive() view returns (uint256)
350000
name() view returns (string)
OmniChicks
nextId() view returns (uint256)
4000
owner() view returns (address)
0x02f2448478d50aaee426362169992caba0ca5f78
placeholderURL() view returns (string)
ipfs://QmQEWrvZsES7pqQ8fLgZbNR4VZD29w1RFiZd3cMPaT3mkL
symbol() view returns (string)
OCC
totalSupply() view returns (uint256)
4000
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 startId_, uint256 mintPrice_, uint256 upperBound_)
This contract contains no fallback and receive objects.
This contract contains no error objects.