Mythic Pets

Verified contract

Active on Ethereum with 806 txns
Deployed by via 0x01f8953d at 16701931
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "Mythic Pets"

0x947cef4cd310ec514d8a62c32c1026d0cd85a0d3c44ea225523c7028e591240d
0xcfb9c9e781c417281e388a23dcaa24117fd01216f14a29bcbdd3dee069370127
0xa4d9a0b3b23ead6a041ea9f0d8ebd16828f2a11e15f1348b4b1492c45ca80018
0x1d42156da673cc19f04ce9cb21c040cbdbceeee97e9fd3a36cb3e073690883e0
0xae8841a20b0b6ad8dbf4eaa5df11596fe5af476b7c4a4673652c91359dbc611e
0x3714f48c1b83a065198efd078ac283c22731b119a1a85294a50609520b4d86e4
0x28bdbcd73c5a3182fa14a2240ffc45e551c2df0b2451e2f03bd1e4433797bb03
0xe332654a90e00d06690e0af68f903746d86b0c38e796f2c7b29fe0918302c358
0xf906ea4e3a7c333c4b97294c4c118610621e2dac7085de992550e1bd0da28605
0x3e44d24dde5b7e9001bcfd13e3166903eb8823158ce2d4a531342cb40a05f78a

Functions
Getter at block 21217708
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
airdropIsActive(view returns (bool)
true
freeMintIsActive(view returns (bool)
true
getTotalSupply(view returns (uint256)
2001
locked(view returns (bool)
false
maxPurchase(view returns (uint256)
42
maxSupply(view returns (uint256)
3333
membership(view returns (address)
0xba3b1b86ae330d2118e868b4906cc954a4207835
mintPrice(view returns (uint256)
65000000000000000
name(view returns (string)
Mythic Pets
owner(view returns (address)
0x866cfda1b7cd90cd250485cd8b700211480845d7
saleIsActive(view returns (bool)
true
symbol(view returns (string)
PETS
totalReleased(view returns (uint256)
19330000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
2001
Read-only
_payees(uint256view returns (address)
addressesThatMinted(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getNftTokenForgeAddress(address otherContractuint256 keyview returns (address)
getWalletOfOwner(address ownerview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
memberFreeMinted(uint256view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(uint256[] _countsaddress[] _list
approve(address operatoruint256 tokenId
claim(
flipMintStatus(uint256 tokenId
freeMint(uint256 memberTokenId
freeMintStatus(
lockMetadata(
mint(uint256 _countpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPurchase(uint256 _maxPurchase
setMintPrice(uint256 _mintPrice
toggleAirdropStatus(
toggleSaleStatus(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AirdropActivation(bool isActive
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
FreeMintActivation(bool isActive
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
SaleActivation(bool isActive
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(