|
|
@ -82,6 +82,7 @@ export function Hero(props) {
|
|
|
|
{...defOpt, functionName: 'unaboomerMaxMintPerWallet'}
|
|
|
|
{...defOpt, functionName: 'unaboomerMaxMintPerWallet'}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
watch: true,
|
|
|
|
watch: true,
|
|
|
|
|
|
|
|
enabled: isConnected,
|
|
|
|
cacheTime: 30_000,
|
|
|
|
cacheTime: 30_000,
|
|
|
|
onSuccess(data) {
|
|
|
|
onSuccess(data) {
|
|
|
|
handleStateChange({
|
|
|
|
handleStateChange({
|
|
|
@ -106,6 +107,7 @@ export function Hero(props) {
|
|
|
|
{...defOpt, functionName: 'unaboomerBalance', args: [address]}
|
|
|
|
{...defOpt, functionName: 'unaboomerBalance', args: [address]}
|
|
|
|
],
|
|
|
|
],
|
|
|
|
watch: true,
|
|
|
|
watch: true,
|
|
|
|
|
|
|
|
enabled: isConnected,
|
|
|
|
cacheTime: 6_000,
|
|
|
|
cacheTime: 6_000,
|
|
|
|
onSuccess(data) {
|
|
|
|
onSuccess(data) {
|
|
|
|
handleStateChange({
|
|
|
|
handleStateChange({
|
|
|
@ -246,7 +248,7 @@ export function Hero(props) {
|
|
|
|
<div id='hero'>
|
|
|
|
<div id='hero'>
|
|
|
|
<NotificationContainer />
|
|
|
|
<NotificationContainer />
|
|
|
|
<h1 id='heroTitle'>the web3 revolution & its consequences have been a disaster for the human race.</h1>
|
|
|
|
<h1 id='heroTitle'>the web3 revolution & its consequences have been a disaster for the human race.</h1>
|
|
|
|
{isConnected && options.unaboomersMinted > 0 && (
|
|
|
|
{isConnected && options.unaboomersRadicalized > 0 && (
|
|
|
|
<>
|
|
|
|
<>
|
|
|
|
<div className="progress">
|
|
|
|
<div className="progress">
|
|
|
|
<p>{options.unaboomersRadicalized} / {options.unaboomerMaxSupply} minted</p>
|
|
|
|
<p>{options.unaboomersRadicalized} / {options.unaboomerMaxSupply} minted</p>
|
|
|
|