BONEHEADS
Verified contract
Active on
Ethereum with 6,830 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 "BONEHEADS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106654 | 8 days ago | | | 0 | 0.00011884525 | |
| 20855247 | a month ago | | | 0 | 0.00031427673 | |
| 20547886 | 3 months ago | | | 0 | 0.000097748876 | |
| 20520532 | 3 months ago | | | 0 | 0.00024341693 | |
| 20520418 | 3 months ago | | | 0 | 0.00041158149 | |
| 20254083 | 4 months ago | | | 0 | 0.000069957881 | |
| 20253251 | 4 months ago | | | 0 | 0.000037891248 | |
| 20099977 | 5 months ago | | | 0 | 0.000074171441 | |
| 19871101 | 6 months ago | | | 0 | 0.00021474261 | |
| 19624495 | 7 months ago | | | 0 | 0.00036634891 |
ABI
ABI objects
Getter at block 21165584
PROVENANCE() view returns (string)
2690491f36b3deeace97d0407dac53a801f43b12612a7d2916532460feec97f0
name() view returns (string)
BONEHEADS
owner() view returns (address)
0x8c0ff426dfa77a87be3729456d1d27fdc8f2de5f
saleIsActive() view returns (bool)
false
symbol() view returns (string)
BONE
totalSupply() view returns (uint256)
10000
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 numberOfBoneheads) payable
renounceOwnership()
reserve()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
setSaleState(bool newState)
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.