Fire Keys by Hedge Heroes

Verified contract

Active on Ethereum with 3,191 txns
Deployed by via 0x94a4e96f at 15003663
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $120.55
ERC-20
Value $23.04
0x398d83e323af7a68714a85c8795b1163536e06fbd0bbe5308fc3768ca00bbf11
0x0e233ecbeca3722ebdad62cc698efa183067fe39bd9867e39a0be40628dd26d8
0x6a352f857c7ba56070075af3f627ba8f5f4fbc5df76e2281b48c75e37fd926db
0x3d2cacbed39d4c34ad12c8dd0e301ddc27ffc228111b82ba2560f6dad02860bb
0x94865ecb92f2af94c5336dc166ebe79ba1d563b2d5054ec8d6cf4a9bd5bd5919
0x988daf395e67a131d278055ecbe4a5a6d7e639052fdfca3dcb8c922165aa7d51
From
0xbe73a9eeffc74124ebb2c1c3365c409dc69ad9bebf9a9d9333e5556126ad6f45
0xd363a26f91a031e01b6c0aabab7b84eb92f1edf5144242a0c90e56078513e117
0x7b3d779b3a17b71f2c0bc53194a3ac971a4061f92c4ac2142adac3100fcc8585
0xb24d0b132394588931b318126fb44d2f3a3d95bf3109a4ab5284693cc9ac65c0

Functions
Getter at block 20851262
freeUntilSupply(view returns (uint256)
8000
maxMintablePerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
10000
name(view returns (string)
Fire Keys by Hedge Heroes
owner(view returns (address)
0xadb61c698c6cdc0ff4735b065f9bc5f6f3830f95
paused(view returns (bool)
false
price(view returns (uint256)
5000000000000000
symbol(view returns (string)
FKHH
totalSupply(view returns (uint256)
8608
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
totalMintedPerWallet(addressview returns (uint256)
State-modifying
airdrop(address[] _addressesuint256 _amount
approve(address touint256 tokenId
burn(uint256[] _ids
mint(uint256 _amountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setPaused(bool _paused
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(uint256 amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
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(