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 "Egg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243512 | 16 hours ago | | | 0 | 0.00062462750 | |
| 21243145 | 17 hours ago | | | 0 | 0.00074181754 | |
| 21240974 | a day ago | | | 0 | 0.00074393992 | |
| 21240634 | a day ago | | | 0 | 0.00072130134 | |
| 21238621 | a day ago | | | 0 | 0.00099327178 | |
| 21238531 | a day ago | | | 0 | 0.0013072509 | |
| 21238273 | a day ago | | | 0 | 0.0015068111 | |
| 21237705 | a day ago | | | 0 | 0.0011441787 | |
| 21237571 | a day ago | | | 0 | 0.00092325191 | |
| 21236934 | 2 days ago | | | 0 | 0.0016632750 |
ABI
ABI objects
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 owner) view returns (uint256)
claimedClone(uint256) view returns (bool)
eggToClone(uint256) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
incubatingPeriod(uint256 eggId) view returns (bool incubating, uint256 current, uint256 total)
incubatingPeriodByAddress(uint256 eggId, address incubatorAddress) view returns (bool incubating, uint256 current, uint256 total)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdropEgg(uint256[] amount, address[] owners)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
expelFromIncubation(uint256 tokenId)
hatchEgg(uint256 eggId) returns (uint256)
incubateEggs(uint256[] eggsIds)
linkCloneToEgg(uint256[] cloneId, uint256[] eggId)
mint(uint256[] cloneIds)
overrideIncubationTransfer(uint256 newValue)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
safeTransferWhileIncubating(address to, uint256 tokenId)
setApprovalForAll(address operator, bool approved)
setClonexAddress(address newAddress)
setHatchedEggAddress(address newAddress)
setNewTokenURI(uint256 typeOfURI, uint256 tokenId, string newURI)
setSupply(uint256 newSupply)
toggleHatching()
toggleIncubation()
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
eggHatched(uint256 eggId, address hatcherAddress, uint256 incubatedTotal)
expelledFromIncubation(uint256 tokenId)
incubationStateChanged(uint256 stateOfIncubation, uint256 tokenId)
newEgg(uint256 cloneId, uint256 eggId, address minter)
constructor(address clonexAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()