SynthHeads
Verified contract
Active on
Ethereum with 4,266 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 "SynthHeads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21372157 | 2 days ago | | | 0 | 0.00087037164 | |
| 21145367 | a month ago | | | 0 | 0.00070233206 | |
| 21129467 | a month ago | | | 0 | 0.00056699070 | |
| 21100113 | a month ago | | | 0 | 0.00019261882 | |
| 21100099 | a month ago | | | 0 | 0.00025198020 | |
| 21100084 | a month ago | | | 0 | 0.00023373500 | |
| 21053527 | 2 months ago | | | 0 | 0.00023377857 | |
| 20998111 | 2 months ago | | | 0 | 0.00072734678 | |
| 20895174 | 2 months ago | | | 0 | 0.00013573235 | |
| 20895158 | 2 months ago | | | 0 | 0.00010780479 |
ABI
ABI objects
Getter at block 21383183
PROVENANCE() view returns (string)
bfea23fff7cf24d6ac721784de0a0a94eac1944b378b08f7cf23d6ecd9961338
name() view returns (string)
SynthHeads
owner() view returns (address)
0x59e6d2a058aa187e90db2603df5d7eb5f9483823
saleIsActive() view returns (bool)
false
symbol() view returns (string)
SH
totalSupply() view returns (uint256)
3030
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 numberOfTokens) 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.