LegendaryHyenas
Verified contract
Active on
Ethereum with 519 txns
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 "LegendaryHyenas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16294397 | 2 years ago | | | 0 | 0.00073283530 | |
| 15018486 | 2 years ago | | | 0 | 0.0027237923 | |
| 15018483 | 2 years ago | | | 0 | 0.0024456402 | |
| 14946174 | 2 years ago | | | 0 | 0.0011786844 | |
| 14931187 | 2 years ago | | | 0 | 0.0015683875 | |
| 14928408 | 2 years ago | | | 0 | 0.0028956657 | |
| 14928218 | 2 years ago | | | 0.008 | 0.012470563 | |
| 14928189 | 2 years ago | | | 0 | 0.0038777351 | |
| 14928187 | 2 years ago | | | 0.004 | 0.0087988762 | |
| 14928185 | 2 years ago | | | 0.008 | 0.0078899199 |
ABI
ABI objects
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 owner) view returns (uint256)
freeMintedAmount(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedAmount(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
cutMaxSupply(uint256 _amount)
flipSale()
freeMint(uint256 _quantity)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxFreePerAddress(uint256 _amount)
setMaxPerAddress(uint256 _amount)
setMaxPerTx(uint256 _amount)
setMaxSupply(uint256 newSupply)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawBalance() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()