BreadHeads
Verified contract
Active on
Ethereum with 1,948 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 "BreadHeads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20493183 | 3 months ago | | | 0 | 0.00014898939 | |
| 20488641 | 3 months ago | | | 0 | 0.000056418731 | |
| 20487728 | 3 months ago | | | 0 | 0.00013033878 | |
| 20428043 | 3 months ago | | | 0 | 0.00096846107 | |
| 20428037 | 3 months ago | | | 0 | 0.00091502023 | |
| 19452783 | 8 months ago | | | 0 | 0.0011917008 | |
| 19294165 | 9 months ago | | | 0 | 0.0013030689 | |
| 19211714 | 9 months ago | | | 0 | 0.00048905322 | |
| 19027939 | 10 months ago | | | 0 | 0.0012882111 | |
| 18715408 | a year ago | | | 0 | 0.0028972460 |
ABI
ABI objects
Getter at block 21158474
contractURI() view returns (string)
https://ipfs.io/ipfs/bafkreidj5nvz6jvbdz5dg5zmzowyyp7ghkhgv63azdh3hdh2otyplpoamq
contract_ipfs_json() view returns (string)
https://ipfs.io/ipfs/bafkreidj5nvz6jvbdz5dg5zmzowyyp7ghkhgv63azdh3hdh2otyplpoamq
getBalance() view returns (uint256)
0
name() view returns (string)
BreadHeads
notrevealed_nft() view returns (string)
bafkreihnxrqotq4gsr4rml4lpjqhcnqor6io4xrhu37w2ifebwaohpyq74
owner() view returns (address)
0xeb844f9e30e529cd3f66a375609b41131b0e8fea
symbol() view returns (string)
BHZ
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
ownerOf(uint256 tokenId) view returns (address)
returnCreatorByNftHash(string hash) view returns (address)
returnTokenIdByHash(string tokenHash) view returns (uint256)
returnTokenURI(uint256 tokenId) view returns (string)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
fixContractDescription(string newDescription)
lockCollection()
mintNFT() payable
renounceOwnership()
revealNFT(string _tokenURI, uint256 tokenId) returns (bool)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEther()
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(address _openseaProxyAddress, string _name, string _ticker, string _contract_ipfs, string _base_uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.