Quakheads
Verified contract
Active on
Ethereum with 9,021 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 "Quakheads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18907272 | a year ago | | | 0 | 0.00067394564 | |
| 18359997 | a year ago | | | 0 | 0.00038850425 | |
| 18077645 | a year ago | | | 0 | 0.0011999260 | |
| 16760154 | 2 years ago | | | 0 | 0.0017432604 | |
| 16723567 | 2 years ago | | | 0 | 0.0010160986 | |
| 16705254 | 2 years ago | | | 0 | 0.0011745168 | |
| 16702964 | 2 years ago | | | 0 | 0.0013920220 | |
| 16631980 | 2 years ago | | | 0 | 0.0011780185 | |
| 16631487 | 2 years ago | | | 0 | 0.0017143797 | |
| 16600000 | 2 years ago | | | 0 | 0.0012594699 |
ABI
ABI objects
Getter at block 21311624
MAX_PER_TX() view returns (uint256)
1
MAX_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
6666
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmNXou2qukqzNpkZwXGuMZAxVEAPmsBWVoc2yKLpoVkppt/
contractURI() view returns (string)
name() view returns (string)
Quakheads
owner() view returns (address)
0x7cefd686c1aa7df6291fffaeb63d6b779b8d739e
paused() view returns (bool)
false
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
QUAK
totalSupply() view returns (uint256)
6666
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()
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setContractURI(string _contractURI)
setup()
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.