Mythics: Egg

Verified contract

Active on Ethereum with 3,862 txns
Deployed by via 0x98df1194 at 17068419
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Mythics: Egg"

0x54242325dd4bc8e5834aaaa280b6f1931ca9d02a6dd81fb21e76ebb4328f84de
From
0xb3ff26d659d4ba105e434f9a041e0fd86c1742c0da282534c3bacd1aebf0e131
0x0ce0c7c7ceeba222fe01a59f65c2882f25ac80b284319e75c86c1b507ba5f6a9
0x7c3ac7a45f8fe4e573469f6f8fcbf16dc069c5764019ba9b55a503970dc08929
0x55228f7bba130a5252b8b4a5ddaa3148bac8b58d56b2d62319d6db9081233629
0xb06b35a15f62209f69ac490ae81ee7dcdcebc389cf44c3360113bf0577ea172f
0x82c9a7d3c7d2a1df47a231956af2b6f7e5c7d57c4ea669997ea8480a10c7a960
0x7c4b16d500932da4f99dadd42db334fc3ebeff4efd8925d6c165e51a60f9138e
0x67917b51f195ddce432c451345262934b17be93620117b52e9073dd5277708c5
0x0b6da81b106e26c3fb8efb14c96a0c2aa6349f7b2737843c572760fd6e063994

Functions
Getter at block 21158475
AUTHORISED_SELLER_ROLE(view returns (bytes32)
0xe0fb75b40f2731fce9fd08fd8e51c7db44b9ffb2e43369a2734fc1a121a6b307
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DEFAULT_STEERING_ROLE(view returns (bytes32)
0x1e4c11efbd6a865b1cba79eea33d1b33c1394d834190605ed6a14c71c480bf76
NUM_EGG_TYPES(view returns (uint8)
3
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
REDEEMER_ROLE(view returns (bytes32)
0x44ac9762eec3a11893fefb11d028bb3102560094137c3ed4518712475b2577cc
baseTokenURI(view returns (string)
https://metadata.proof.xyz/mythics/egg/
entropyOracle(view returns (address)
0xa5b783f07a30fe4b9e3f7129d91afb9434f5d226
name(view returns (string)
Mythics: Egg
paused(view returns (bool)
true
symbol(view returns (string)
EGG
totalSupply(view returns (uint256)
1348
Read-only
activated(uint256 tokenIdview returns (bool)
balanceOf(address ownerview returns (uint256)
eggType(uint256 tokenIdview returns (uint8bool)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
samplingParams(uint256 tokenIdview returns (struct MythicEggSamplerSamplingParams)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenInfos(uint256[] tokenIdsview returns (struct MythicsEggTokenInfo[])
tokenURI(uint256 tokenIdview returns (string)
State-modifying
activate(uint256[] tokenIds
approve(address operatoruint256 tokenIdpayable 
callOperatorFilterRegistry(bytes cdatareturns (bytes)
emitMetadataUpdateForAll(
grantRole(bytes32 roleaddress account
handleSale(address touint64 numbytes datapayable 
lockRedeemers(
lockSellers(
pause(
redeem(address senderuint256 tokenId
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string baseTokenURI_
setDefaultRoyalty(address receiveruint96 basisPoints
setEggProbabilities(uint64[3] pdf
setEntropyOracle(address newOracle
setMaxNumActivationsPerDay(uint32 maxNumActivationsPerDay
transferFrom(address fromaddress touint256 tokenIdpayable 
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
EggActivated(uint256 indexed tokenId
MetadataUpdate(uint256 _tokenId
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(address adminaddress steereraddress secondaryReceiveraddress oracle
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ActivatingTooManyEggs(uint256 requesteduint256 numLeft
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ConstantZeroPDF(
EggAlreadyActivated(uint256 arg0
IncorrectPDFLength(uint256 gotLengthuint256 traitIduint256 wantLength
InvalidTraitId(uint256 traitId
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NonexistentEgg(uint256 tokenId
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RedeemerCallerNotAllowedToSpendVoucher(address senderuint256 tokenId
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(