PXQuest Adventurer
Verified contract
Active on
Ethereum with 26,218 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "PXQuest Adventurer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151082 | a day ago | | | 0 | 0.00042737211 | |
| 21142689 | 2 days ago | | | 0 | 0.00052345398 | |
| 21140822 | 2 days ago | | | 0 | 0.00046143620 | |
| 21140757 | 2 days ago | | | 0 | 0.00080780833 | |
| 21139908 | 2 days ago | | | 0 | 0.00055737288 | |
| 21139904 | 2 days ago | | | 0 | 0.0014987553 | |
| 21139021 | 3 days ago | | | 0 | 0.00032347025 | |
| 21137810 | 3 days ago | | | 0 | 0.00084990066 | |
| 21133614 | 3 days ago | | | 0 | 0.00084437285 | |
| 21133309 | 3 days ago | | | 0 | 0.0010495948 |
ABI
ABI objects
Getter at block 21157631
BIO_CHANGE_PRICE() view returns (uint256)
50000000000000000000
Chronos() view returns (address)
0xa2ea5cb0614f6428421a39ec09b013cc3336efbe
NAME_CHANGE_PRICE() view returns (uint256)
50000000000000000000
SUMMON_PRICE() view returns (uint256)
750000000000000000000
_merkelroot() view returns (string)
368a914df665b4da41e8258229515c405c12b80db285a85bbffedc98e4193d70bcaa5ad5e61d9c09c2ada86451267a8093cf6af1969b7af9a6bb24940ff5b7b7
breedActive() view returns (bool)
true
contractURI() view returns (string)
https://api.pxquest.com/metas/contracts/1/token
currentSupply() view returns (uint256)
7500
gen2Count() view returns (uint256)
2500
getMerkelRoot() view returns (string)
368a914df665b4da41e8258229515c405c12b80db285a85bbffedc98e4193d70bcaa5ad5e61d9c09c2ada86451267a8093cf6af1969b7af9a6bb24940ff5b7b7
getOffset() view returns (uint256)
4599
hashlocked() view returns (bool)
true
maxGenCount() view returns (uint256)
5000
maxSupply() view returns (uint256)
7500
name() view returns (string)
PXQuest Adventurer
owner() view returns (address)
0x5de2d3a80cc3514ee04634279f42f9e5f5aea307
presaleActive() view returns (bool)
true
price() view returns (uint256)
125000000000000000
saleActive() view returns (bool)
true
startSaleTimestamp() view returns (uint256)
1641945600
symbol() view returns (string)
PXQ
totalSupply() view returns (uint256)
7500
whitelistAdmin() view returns (address)
0xf2c4a41eb934fd9fc361c85566a0f9a86e465a48
Read-only
advData(uint256) view returns (string name, string bio)
balanceOf(address owner) view returns (uint256)
getAdvData(uint256 advId) view returns (string, string)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedList(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintedList(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address _owner, uint256 startId, uint256 endId) view returns (uint256[])
walletOfOwner(address address_) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeBio(uint256 advId, string newBio, bool withdrawn)
changeName(uint256 advId, string newName, bool withdrawn)
enableSummon()
mint() payable
mintLeg()
mintPresale(address _contractAddress, uint256 _vol, uint256 _expiry, uint256 _option, bytes _signature) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setChronosAddress(address ChronosAddress)
setContractURI(string uri)
setMerkelRoot(string _roothash)
setPrice(uint256 newPrice)
setRandomMetaOffset()
stake(uint256 advId, uint256 util)
summon(uint256 parent1, uint256 parent2, bool withdrawn)
togglePresale()
toggleSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AdvBorn(uint256 advId, uint256 parent1, uint256 parent2)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BioChanged(uint256 advId, string advBio)
NameChanged(uint256 advId, string advName)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _whitelistAdmin, uint256 supply, uint256 genCount, uint256 fixCount, uint256 publicStart)
This contract contains no fallback and receive objects.
This contract contains no error objects.