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 "eq keys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20196030 | 5 months ago | | | 0 | 0.00012447843 | |
| 19953327 | 6 months ago | | | 0 | 0.00018965378 | |
| 19128834 | 10 months ago | | | 0 | 0.0011774164 | |
| 18900322 | a year ago | | | 0 | 0.0026735497 | |
| 18867636 | a year ago | | | 0 | 0.00056463881 | |
| 18572545 | a year ago | | | 0 | 0.0035144129 | |
| 18561168 | a year ago | | | 0 | 0.0029304241 | |
| 18551801 | a year ago | | | 0 | 0.0010786961 | |
| 18544313 | a year ago | | | 0 | 0.0039336844 | |
| 18273137 | a year ago | | | 0 | 0.00068902196 |
ABI
ABI objects
Getter at block 21290904
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmTSGcqEgevs5eHvfN4X1aJMcXYbf6qrZVzDY5cHZcz1z2/
keysPerAddressLimit() view returns (uint8)
4
maxSupply() view returns (uint16)
264
name() view returns (string)
eq keys
notRevealedURI() view returns (string)
ipfs://QmQFFswjgR8rf9sbksgoAP3Dyp5F9aeWoCJuHFRtWj7zZu/
onlyPresale() view returns (bool)
false
owner() view returns (address)
0x15a823d72bdac6aeafa39e1d7956d264a23de02d
paused() view returns (bool)
true
presaleCost() view returns (uint64)
220000000000000000
presaleKeysPerAddressLimit() view returns (uint8)
2
presaleMintAmount() view returns (uint8)
2
publicSaleCost() view returns (uint64)
330000000000000000
publicSaleMintAmount() view returns (uint8)
4
revealed() view returns (bool)
true
symbol() view returns (string)
KEYS
totalSupply() view returns (uint256)
264
Read-only
addressMintedBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
onPresaleList(address _user) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleAddresses(uint256) 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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint8 _mintAmount) payable
pause(bool _state)
penthouseMint(uint8 _mintAmount)
presaleUsers(address[] _users)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setNotRevealedURI(string _notRevealedURI)
setOnlyPresale(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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(string _name, string _symbol, string _initBaseURI, string _initNotRevealURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.