Egg

Verified contract

Active on Ethereum with 27,410 txns
Deployed by via 0x3da856cf at 16084440
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Egg"

0xcffd072c7a7b483d1941d913a8cd3abcfd9aa8d9c57d446ee7918aefef2d0038
0xccaaad854a16414ca2fda7788117eb41957027311c013fd45d90a181607ec097
0xf7888ed06d86a772a1dca26c68c2a80f123088ae270f4b6187ef3a1d096116b3
0x770b1f2ae416384b9da6d861bf58823293542877adf15697281b2da22e76d17d
0xc25035ef95f23cd4b3592c8e01bb787dadcb17d832329cf42ad95e01a3f1a153
0x20d2bde4f85b5965fedcebe5e87550dcdc952d509950567373cfec9fa0a386f1
0x1f4491f387b66dbb3b022a770d8f8c242b6b51d96248468a337e033d64fdb0c6
0x6bb857c40cac0f8db2eb3561a00a43a8f2415991244644bacb67151c22713473
0xba169ad4de5c1c82a87b30407bce6a9b118dd19afe8e0aa208bd980bf178650a
0x6986eb6ad85d673fa498696c540849ac4bac3d9881ee54ed531218a62be061c3
From

Functions
Getter at block 21248255
MAX_SUPPLY(view returns (uint256)
20000
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
clonexContractAddress(view returns (address)
0x49cf6f5d44e70224e2e23fdcdd2c053f30ada28b
hatchingIsOpen(view returns (bool)
false
incubationIsOpen(view returns (bool)
false
mintIsOpen(view returns (bool)
false
name(view returns (string)
Egg
owner(view returns (address)
0x623fc4f577926c0aadaef11a243754c546c1f98c
symbol(view returns (string)
Egg
totalSupply(view returns (uint256)
10765
Read-only
balanceOf(address ownerview returns (uint256)
claimedClone(uint256view returns (bool)
eggToClone(uint256view returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
incubatingPeriod(uint256 eggIdview returns (bool incubatinguint256 currentuint256 total)
incubatingPeriodByAddress(uint256 eggIdaddress incubatorAddressview returns (bool incubatinguint256 currentuint256 total)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdropEgg(uint256[] amountaddress[] owners
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
expelFromIncubation(uint256 tokenId
hatchEgg(uint256 eggIdreturns (uint256)
incubateEggs(uint256[] eggsIds
linkCloneToEgg(uint256[] cloneIduint256[] eggId
mint(uint256[] cloneIds
overrideIncubationTransfer(uint256 newValue
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
safeTransferWhileIncubating(address touint256 tokenId
setApprovalForAll(address operatorbool approved
setClonexAddress(address newAddress
setHatchedEggAddress(address newAddress
setNewTokenURI(uint256 typeOfURIuint256 tokenIdstring newURI
setSupply(uint256 newSupply
toggleHatching(
toggleIncubation(
toggleMint(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
eggHatched(uint256 eggIdaddress hatcherAddressuint256 incubatedTotal
expelledFromIncubation(uint256 tokenId
incubationStateChanged(uint256 stateOfIncubationuint256 tokenId
newEgg(uint256 cloneIduint256 eggIdaddress minter
Constructor
constructor(address clonexAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(