LegendaryHyenas

Verified contract

Active on Ethereum with 519 txns
Deployed by via 0x070fdbeb at 14919256
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LegendaryHyenas"

0xf2655350e2be1f45b8511c61a920add67177dc553d5cfe605482b4d9a55d1a78
0xb15134f15ed1750385dff7a96851b54fd4c18434cb8cb2d8e6c11c7195a0ee77
0xf866818a596c4badeb9cfc06367afb359e940161677916bd4ce31ac1c589263e
0x46af78055693fe1b653b1dc7ea30cb2e7cbc2380deff5da309cc69a437b38054
0xb9f448b717e41b08515bcae5d1c4d45473bf0f050bfcaff869b9304b928a9eb5
0xf7a17068cf2457032ee2256d0403a17c7b4d2ca248f959e96ac7da87b8d043b1
From
0x8c4a3658ce1dc9481edc87fd761f720d8d23b5136c7b2d19721f976fe30b2641
0x01e1bf94baff5ee8e19bf03b2f094488accca817cc77cc2d58de19b8fc0566c2
0xa98255f8aa5d85a3e3d24a2d5f2c2cb581f20a7b6a0a1ae78c0c9e6d9496a82b
0x5ed59e14b1d660ebfc69641f0d6d0b26f35b17dab87d3b9d87df2e5f16511625

Functions
Getter at block 21222537
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://gateway.pinata.cloud/ipfs/QmQah2NWukwfJwETehexrLhBh7oc64gBYgyCAFYzZh253m/
maxFreeSupply(view returns (uint256)
222
maxPerAddressDuringFreeMint(view returns (uint256)
1
maxPerAddressDuringMint(view returns (uint256)
20
maxPerTxDuringMint(view returns (uint256)
10
maxSupply(view returns (uint256)
1111
name(view returns (string)
LegendaryHyenas
owner(view returns (address)
0xd171f980bb0e6822a6fc2737469cfe2004c951bc
price(view returns (uint256)
4000000000000000
saleIsActive(view returns (bool)
true
symbol(view returns (string)
HYENA
totalSupply(view returns (uint256)
658
Read-only
balanceOf(address ownerview returns (uint256)
freeMintedAmount(addressview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedAmount(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
cutMaxSupply(uint256 _amount
flipSale(
freeMint(uint256 _quantity
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setMaxFreePerAddress(uint256 _amount
setMaxPerAddress(uint256 _amount
setMaxPerTx(uint256 _amount
setMaxSupply(uint256 newSupply
setPrice(uint256 _price
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawBalance(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(