This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
initiateTransition: function() { | |
// Set the state so that both screens | |
// will be rendered. | |
this.setState({ | |
transitionStarted: true, | |
transitionDirection: this.state.activeScreen.get('stackIndex') > this.state.screensStackTop.get('stackIndex') ? "back" : "fwd" | |
}); | |
// Schedule a cleanup so that we remove the | |
// previous screen after the transition occurs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://www.anyguide.com/assets/integration-v1.1.js" async></script> | |
<div id="iframe_wrapper"></div> | |
<script language="javascript" type="text/javascript"> | |
window.__anyroadAsyncInit = function() { | |
window.anyroad = new AnyRoad({ | |
container: '#iframe_wrapper', | |
tours: { guide: 'tour_guide_slug' }, | |
iframe_style: { width: '100%', background: 'transparent' }, | |
referrer: { name: 'tour_guide_slug', token: 'tour_guide_token' } | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target score for time 60 36 [5/33557] | |
target score for time 60 28 | |
target score for time 60 41 | |
target score for time 60 42 | |
target score for time 60 27 | |
target score for time 60 29 | |
target score for time 60 33 | |
target score for time 60 34 | |
target score for time 60 40 | |
target score for time 60 38 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: GPL-3.0-or-later | |
pragma solidity >0.5.13 <0.9; | |
pragma experimental ABIEncoderV2; | |
/* | |
* @title Broker Interface for trader functions | |
* @notice The broker is responsible for executing swaps and keeping track of trading limits. | |
*/ | |
interface IBroker { | |
/** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Earn cashback rewards on all your MiniPay transactions during March 2025! This exclusive promotion offers users the opportunity to receive cashback on everyday purchases, bill payments, and peer-to-peer transfers. The more you use MiniPay, the more you earn.", | |
"image": "https://gist.github.com/bowd/d699db079a129aca4692ef11bbe5dacb/raw/0699b4c2dc61932126ea1f268010e3f077fd9a90/march-2025-cashback-promotions.svg", | |
"name": "MiniPay March 2025 Cashback Promotions", | |
"attributes": [ | |
{ | |
"trait_type": "Campaign Type", | |
"value": "Cashback" | |
}, | |
{ |
OlderNewer