top of page
imgi_22_603217_a06265802de24d57a673cb725c4894df~mv2.webp

Wheat, Wine and Whiskey Bar, Collingwood

sex., 12 de jun.

|

284 Smith St, Collingwood VIC 3066, Australia

Ally Oop MGMT presents RIFF — Early Riser EP Launch, live at Wheat, Wine & Whisky Gastropub and Venue, Collingwood.

Wheat, Wine and Whiskey Bar, Collingwood
Wheat, Wine and Whiskey Bar, Collingwood

Horário e local

12 de jun. de 2026, 19:00 – 13 de jun. de 2026, 00:00

284 Smith St, Collingwood VIC 3066, Australia

Sobre o evento

Ally Oop MGMT presents RIFF — Early Riser EP Launch, live at Wheat, Wine & Whisky Gastropub and Venue, Collingwood.


Join us for a night of live original music as RIFF takes the stage to celebrate the launch of the Early Riser EP, joined by a killer lineup of special guests — Border of Reason, Bloom to Perish, and Brockmann x Moozik.


📅 Friday, June 12th

📍 284 Smith St, Collingwood VIC 3066

🚪 Doors open 7PM | Bands start 8PM

🎟️ $15 entry


Compartilhe esse evento

bottom of page
function prefetch(nodeList) { if (navigator.connection && (navigator.connection.effectiveType === 'slow-2g' || navigator.connection.effectiveType === '2g')) { return; } if (navigator.deviceMemory && navigator.deviceMemory <= 2) { return; } const fetched = {}; const observer = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (entry.isIntersecting) { const link = entry.target.href; if (!fetched[link]) { fetched[link] = true; fetch(link, { priority: 'low' }); } observer.unobserve(entry.target); } }); }); nodeList.forEach(link => observer.observe(link)); } const idleCallback = window.requestIdleCallback || function (cb) { return setTimeout(() => cb(), 1); }; idleCallback(function () { const links = document.querySelectorAll('a[href]'); prefetch(links); });