Fire Keys by Hedge Heroes
Verified contract
Active on
Ethereum with 3,191 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($184.48)
Native
Value
$154.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.045 | $3,441.85 |
$154.88 | |
WETH | ERC-20 | 0.0086 | $3,441.59 |
$29.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20581074 | 3 months ago | | | 0 | 0.000075511260 | |
| 18287115 | a year ago | | | 0 | 0.00035041496 | |
| 16973204 | 2 years ago | | | 0 | 0.0012331041 | |
| 16504661 | 2 years ago | | | 0 | 0.00068858533 | |
| 16306417 | 2 years ago | | | 0 | 0.00073846326 | |
| 16259927 | 2 years ago | | | 0 | 0.00024998510 | |
| 16247003 | 2 years ago | | | 0 | 0.00034629925 | |
| 16229237 | 2 years ago | | | 0 | 0.00060919417 | |
| 16225646 | 2 years ago | | | 0 | 0.00062728627 | |
| 16116477 | 2 years ago | | | 0 | 0.00059685951 |
ABI
ABI objects
Getter at block 21269321
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalMintedPerWallet(address) view returns (uint256)
State-modifying
Events airdrop(address[] _addresses, uint256 _amount)
approve(address to, uint256 tokenId)
burn(uint256[] _ids)
mint(uint256 _amount) 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 _uri)
setPaused(bool _paused)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 amount)
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()