ArtQuest
Verified contract
Active on
Ethereum with 2,217 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 "ArtQuest"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20479984 | 4 months ago | | | 0 | 0.000049695737 | |
| 20479894 | 4 months ago | | | 0 | 0.00013157546 | |
| 19867354 | 6 months ago | | | 0 | 0.00029617533 | |
| 19681931 | 7 months ago | | | 0 | 0.00076802572 | |
| 18574369 | a year ago | | | 0 | 0.0018589289 | |
| 18491668 | a year ago | | | 0 | 0.0010269994 | |
| 18486818 | a year ago | | | 0 | 0.0028205047 | |
| 17695636 | a year ago | | | 0 | 0.00031075357 | |
| 17680480 | a year ago | | | 0 | 0.00082214212 | |
| 17554762 | a year ago | | | 0 | 0.00069174000 |
ABI
ABI objects
Getter at block 21278930 currentTick() view returns (uint256)
MAX_RESTARTS() view returns (uint256)
31
TIMER() view returns (uint256)
90
W0() view returns (address)
0x191474637da8df06e6372123b3262e6a6a5ad0bf
baseURI() view returns (string)
ipfs://bafybeic5j3pyanfnlx56cooudd52svaks2jgqbj2y7kdtqgegqyvoo7dca
contractURI() view returns (string)
ipfs://bafybeic5j3pyanfnlx56cooudd52svaks2jgqbj2y7kdtqgegqyvoo7dcacontract.json
currentId() view returns (uint256)
2096
lastMinted() view returns (uint256)
16732585
lowestTick() view returns (uint256)
1
name() view returns (string)
ArtQuest
owner() view returns (address)
0x191474637da8df06e6372123b3262e6a6a5ad0bf
restartCount() view returns (uint256)
0
restartedAtBlock() view returns (uint256)
0
symbol() view returns (string)
ARQ
timerStatus() view returns (int256)
-1
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)
tokenURI(uint256 id_) view returns (string)
tokens(uint256) view returns (address owner, uint48 mintingBlock, uint48 mintingRound, uint48 tick)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable
renounceOwnership()
restart()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setW0(address W0_)
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)
BaseURIUpdated(string indexed baseURI, address indexed updatedBy)
Minted(uint256 id, address indexed owner, uint256 indexed blockNumber, uint256 tick)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Restarted(uint256 blockNumber)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawCalled(address indexed calledBy, uint256 balance)
WithdrawalWalletUpdated(address indexed W0, address indexed updatedBy)
constructor(string baseURI_, address W0_, uint256 timer_, uint256 max_restarts_)
This contract contains no fallback and receive objects.
InvalidTokenId(uint256 tokenId)
MintEndedForever()
NoAddressZero()
NoFundsToWithdraw()
RestartNotRequired()
TimerEnded()