Five Head Circle
Verified contract
Active on
Ethereum with 4,880 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 "Five Head Circle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20750911 | 3 months ago | | | 0 | 0.00010209148 | |
| 20655629 | 3 months ago | | | 0 | 0.000027242600 | |
| 20655595 | 3 months ago | | | 0 | 0.000030808482 | |
| 20556478 | 3 months ago | | | 0 | 0.000078820349 | |
| 20299808 | 5 months ago | | | 0 | 0.000038524306 | |
| 20299747 | 5 months ago | | | 0 | 0.000034593493 | |
| 19867636 | 7 months ago | | | 0 | 0.00016974997 | |
| 19867629 | 7 months ago | | | 0 | 0.00018633291 | |
| 19301320 | 9 months ago | | | 0 | 0.0010477144 | |
| 18888670 | a year ago | | | 0 | 0.00093680275 |
ABI
ABI objects
Getter at block 21310219
MAX_SUPPLY() view returns (uint256)
10000
UNREVEALED_URI() view returns (string)
ipfs://QmUt6nQ13vQR6GginE3V2mn2XAsKpAA5YTeNVFF8DoBKfd/
cost() view returns (uint256)
0
fhc_provenance() view returns (string)
2bd4ea7d98ce37d01235fe6572c6fb130b4311005beb37514c49c027d3e8f518
maxMintAmountPerTx() view returns (uint256)
5
name() view returns (string)
Five Head Circle
owner() view returns (address)
0x40a402aa0a45d3dbb4da917f5bbecd8990316a03
paused() view returns (bool)
false
startingIndex() view returns (uint256)
7393
startingIndexBlock() view returns (uint256)
15376650
symbol() view returns (string)
FHC
totalSupply() view returns (uint256)
10000
uriPrefix() view returns (string)
ipfs://QmaeYCfTSsWnA1cmbWhX5SUtGpNEz5rdC6rUMaf8Aiex4h/
uriPrefixHonnedor() view returns (string)
ipfs://QmW955f4fbBJgz5FXWZnJp9NKa7Sg2r4FNbsB7eAT2Kv8M/
uriPrefixRuppsten() view returns (string)
ipfs://QmafnWEn7PPrV1fwwGrkbPXMwCuKtSUbVDWE7USTtSv3C9/
uriPrefixSinnera() view returns (string)
ipfs://QmXRBNJGqaF6ruPFmCizcWPJybdgnwcMUUojvceLK2Bb5M/
uriPrefixTabbatab() view returns (string)
ipfs://QmSyAekKN2QWeB9iyZzbf8yfPsNuV6sHYqaiHMWY6pwYYq/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
fiveHeads(uint256) view returns (string faction)
getApproved(uint256 tokenId) view returns (address)
getFaction(uint256 _tokenId) view returns (string faction)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
emergencySetStartingIndexBlock()
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFaction(uint256 _tokenId, string _newFaction)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setProvenanceHash(string provenanceHash)
setStartingIndex()
setUriPrefix(string _uriPrefix, string faction)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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.
This contract contains no error objects.