Source Code
Latest 25 from a total of 199,888 transactions
| Transaction Hash |
|
Block
|
From
|
To
|
|||||
|---|---|---|---|---|---|---|---|---|---|
| Withdraw ETH | 27458466 | 64 days ago | IN | 0 ETH | 0.00000004 | ||||
| Withdraw ETH | 25490744 | 109 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 25362087 | 112 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 24785682 | 126 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 24698254 | 128 days ago | IN | 0 ETH | 0.00000004 | ||||
| Withdraw ETH | 24514914 | 132 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 24514854 | 132 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 24514827 | 132 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 24498028 | 132 days ago | IN | 0 ETH | 0.00000004 | ||||
| Withdraw ETH | 24498011 | 132 days ago | IN | 0 ETH | 0.00000004 | ||||
| Withdraw USDB | 23326241 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23326158 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23326154 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23326138 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23326134 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23326078 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23325991 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23325939 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23325931 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23325907 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23325886 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw USDB | 23325864 | 159 days ago | IN | 0 ETH | 0 | ||||
| Withdraw ETH | 23325861 | 159 days ago | IN | 0 ETH | 0 | ||||
| Claim USDB Yield | 23325853 | 159 days ago | IN | 0 ETH | 0 | ||||
| Claim ETH Yield | 23325848 | 159 days ago | IN | 0 ETH | 0 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Block | From | To | |||
|---|---|---|---|---|---|---|
| 27458466 | 64 days ago | 0 ETH | ||||
| 25490744 | 109 days ago | 0.0002 ETH | ||||
| 25362087 | 112 days ago | 0.0017 ETH | ||||
| 24785682 | 126 days ago | 0.0033 ETH | ||||
| 24698254 | 128 days ago | 0.10278246 ETH | ||||
| 24514914 | 132 days ago | 0.0001 ETH | ||||
| 24498028 | 132 days ago | 0.026 ETH | ||||
| 24498011 | 132 days ago | 0.0001 ETH | ||||
| 23290334 | 160 days ago | 0.00120102 ETH | ||||
| 22839337 | 171 days ago | 0.0009 ETH | ||||
| 22769621 | 172 days ago | 0.03 ETH | ||||
| 22769400 | 172 days ago | 1 wei | ||||
| 22225511 | 185 days ago | 0.00005 ETH | ||||
| 22013112 | 190 days ago | 0.0001 ETH | ||||
| 22012674 | 190 days ago | 0.0001 ETH | ||||
| 21207464 | 208 days ago | 0.0276 ETH | ||||
| 20555672 | 223 days ago | 0.00082977 ETH | ||||
| 20312853 | 229 days ago | 0.0010978 ETH | ||||
| 20019521 | 236 days ago | 0.002 ETH | ||||
| 19333825 | 252 days ago | 0.0067 ETH | ||||
| 19080859 | 258 days ago | 0.0001 ETH | ||||
| 16436194 | 319 days ago | 0.00073063 ETH | ||||
| 15109613 | 350 days ago | 0.01511545 ETH | ||||
| 14782159 | 357 days ago | 0.0001 ETH | ||||
| 14782135 | 357 days ago | 0.0002 ETH |
Cross-Chain Transactions
Loading...
Loading
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.
Contract Name:
PremiumBox
Compiler Version
v0.8.24+commit.e11b9ed9
Optimization Enabled:
No with 200 runs
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.24;
import "@openzeppelin/contracts/access/AccessControl.sol";
import "@pythnetwork/pyth-sdk-solidity/IPyth.sol";
import "@pythnetwork/pyth-sdk-solidity/PythStructs.sol";
import "@pythnetwork/pyth-sdk-solidity/PythUtils.sol";
import "@openzeppelin/contracts/utils/ReentrancyGuard.sol";
import "@openzeppelin/contracts/utils/Pausable.sol";
import "../interfaces/IBlast.sol";
import "../interfaces/IBlastPoints.sol";
contract PremiumBox is AccessControl, ReentrancyGuard, Pausable {
IBlast public BLAST = IBlast(0x4300000000000000000000000000000000000002);
IERC20Rebasing public USDB =
IERC20Rebasing(0x4300000000000000000000000000000000000003);
IBlastPoints public BlastPoints =
IBlastPoints(0x2536FE9ab3F511540F2f9e2eC2A805005C3Dd800);
IPyth pyth;
mapping(uint256 => uint256) public pricePerBox;
mapping(uint256 => uint256) public minBoxes;
mapping(address => uint256) public ethBalanceOf;
mapping(address => uint256) public usdBalanceOf;
address recipient;
bytes32 priceFeedId =
0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace;
bytes32 public constant ADMIN_ROLE = keccak256("ADMIN_ROLE");
uint256 public priceFeedExpiry = 1 days;
event PurchasedBoxes(
uint256 indexed id,
uint256 indexed amount,
address indexed account,
uint256 amountPaid,
bool isEth
);
event Deposit(uint256 indexed amount, address indexed account, bool isEth);
event Withdraw(uint256 indexed amount, address indexed account, bool isEth);
constructor(
address _pythContract,
address _recipient,
address _pointsOperator
) {
recipient = _recipient;
pyth = IPyth(_pythContract);
BlastPoints.configurePointsOperator(_pointsOperator);
BLAST.configureClaimableGas();
BLAST.configureClaimableYield();
USDB.configure(YieldMode.CLAIMABLE);
_grantRole(DEFAULT_ADMIN_ROLE, msg.sender);
_grantRole(ADMIN_ROLE, msg.sender);
}
function ethDeposit() external payable whenNotPaused {
ethBalanceOf[msg.sender] += msg.value;
emit Deposit(msg.value, msg.sender, true);
}
function usdbDeposit(uint256 _amount) external whenNotPaused {
USDB.transferFrom(msg.sender, address(this), _amount);
usdBalanceOf[msg.sender] += _amount;
emit Deposit(_amount, msg.sender, false);
}
function withdrawETH(uint256 _amount) external nonReentrant {
require(_amount <= ethBalanceOf[msg.sender]);
ethBalanceOf[msg.sender] -= _amount;
(bool sent, ) = msg.sender.call{value: _amount}("");
require(sent, "failedToWithdrawETH");
emit Withdraw(_amount, msg.sender, true);
}
function withdrawUSDB(uint256 _amount) external {
require(_amount <= usdBalanceOf[msg.sender]);
usdBalanceOf[msg.sender] -= _amount;
USDB.transfer(msg.sender, _amount);
emit Withdraw(_amount, msg.sender, false);
}
function ethPurchaseBoxes(
uint256 _id,
uint256 _amount
) external nonReentrant whenNotPaused {
require(minBoxes[_id] > 0, "invalidItemId");
require(_amount >= minBoxes[_id], "insufficientAmount");
PythStructs.Price memory price = pyth.getPriceUnsafe(priceFeedId);
if (price.publishTime < block.timestamp) {
require(
block.timestamp - price.publishTime <= priceFeedExpiry,
"PriceFeedExpired"
);
}
uint256 _ethPrice = PythUtils.convertToUint(
price.price,
price.expo,
18
);
uint256 total = (1e18 * _amount * pricePerBox[_id]) / _ethPrice;
if (total > 0) {
ethBalanceOf[msg.sender] -= total;
(bool sent, ) = recipient.call{value: total}("");
require(sent, "failedToSendToRecipient");
}
emit PurchasedBoxes(_id, _amount, msg.sender, total, true);
}
function usdbPurchaseBoxes(
uint256 _id,
uint256 _amount
) external whenNotPaused {
require(minBoxes[_id] > 0, "invalidItemId");
require(_amount >= minBoxes[_id], "insufficientAmount");
uint256 total = _amount * pricePerBox[_id];
if (total > 0) {
usdBalanceOf[msg.sender] -= total;
USDB.transfer(recipient, total);
}
emit PurchasedBoxes(_id, _amount, msg.sender, total, false);
}
function setRecipient(address _recipient) external onlyRole(ADMIN_ROLE) {
recipient = _recipient;
}
function setMinBoxes(
uint256 _id,
uint256 _minBoxes
) external onlyRole(ADMIN_ROLE) {
minBoxes[_id] = _minBoxes;
}
function setPricePerBox(
uint256 _id,
uint256 _pricePerBox
) external onlyRole(ADMIN_ROLE) {
pricePerBox[_id] = _pricePerBox;
}
function setPythContract(address _pyth) external onlyRole(ADMIN_ROLE) {
pyth = IPyth(_pyth);
}
function setPriceFeedId(
bytes32 _priceFeedId
) external onlyRole(ADMIN_ROLE) {
priceFeedId = _priceFeedId;
}
function setPriceFeedExpiry(
uint256 _priceFeedExpiry
) external onlyRole(ADMIN_ROLE) {
priceFeedExpiry = _priceFeedExpiry;
}
function claimETHYield(address _recipient) external onlyRole(ADMIN_ROLE) {
BLAST.claimAllYield(address(this), _recipient);
}
function claimUSDBYield(address _recipient) external onlyRole(ADMIN_ROLE) {
USDB.claim(_recipient, USDB.getClaimableAmount(address(this)));
}
function claimAllGas(address _recipient) external onlyRole(ADMIN_ROLE) {
BLAST.claimAllGas(address(this), _recipient);
}
function claimVestedGas(address _recipient) external onlyRole(ADMIN_ROLE) {
BLAST.claimMaxGas(address(this), _recipient);
}
function pause() external onlyRole(ADMIN_ROLE) {
_pause();
}
function unpause() external onlyRole(ADMIN_ROLE) {
_unpause();
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/AccessControl.sol)
pragma solidity ^0.8.20;
import {IAccessControl} from "./IAccessControl.sol";
import {Context} from "../utils/Context.sol";
import {ERC165} from "../utils/introspection/ERC165.sol";
/**
* @dev Contract module that allows children to implement role-based access
* control mechanisms. This is a lightweight version that doesn't allow enumerating role
* members except through off-chain means by accessing the contract event logs. Some
* applications may benefit from on-chain enumerability, for those cases see
* {AccessControlEnumerable}.
*
* Roles are referred to by their `bytes32` identifier. These should be exposed
* in the external API and be unique. The best way to achieve this is by
* using `public constant` hash digests:
*
* ```solidity
* bytes32 public constant MY_ROLE = keccak256("MY_ROLE");
* ```
*
* Roles can be used to represent a set of permissions. To restrict access to a
* function call, use {hasRole}:
*
* ```solidity
* function foo() public {
* require(hasRole(MY_ROLE, msg.sender));
* ...
* }
* ```
*
* Roles can be granted and revoked dynamically via the {grantRole} and
* {revokeRole} functions. Each role has an associated admin role, and only
* accounts that have a role's admin role can call {grantRole} and {revokeRole}.
*
* By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means
* that only accounts with this role will be able to grant or revoke other
* roles. More complex role relationships can be created by using
* {_setRoleAdmin}.
*
* WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to
* grant and revoke this role. Extra precautions should be taken to secure
* accounts that have been granted it. We recommend using {AccessControlDefaultAdminRules}
* to enforce additional security measures for this role.
*/
abstract contract AccessControl is Context, IAccessControl, ERC165 {
struct RoleData {
mapping(address account => bool) hasRole;
bytes32 adminRole;
}
mapping(bytes32 role => RoleData) private _roles;
bytes32 public constant DEFAULT_ADMIN_ROLE = 0x00;
/**
* @dev Modifier that checks that an account has a specific role. Reverts
* with an {AccessControlUnauthorizedAccount} error including the required role.
*/
modifier onlyRole(bytes32 role) {
_checkRole(role);
_;
}
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
return interfaceId == type(IAccessControl).interfaceId || super.supportsInterface(interfaceId);
}
/**
* @dev Returns `true` if `account` has been granted `role`.
*/
function hasRole(bytes32 role, address account) public view virtual returns (bool) {
return _roles[role].hasRole[account];
}
/**
* @dev Reverts with an {AccessControlUnauthorizedAccount} error if `_msgSender()`
* is missing `role`. Overriding this function changes the behavior of the {onlyRole} modifier.
*/
function _checkRole(bytes32 role) internal view virtual {
_checkRole(role, _msgSender());
}
/**
* @dev Reverts with an {AccessControlUnauthorizedAccount} error if `account`
* is missing `role`.
*/
function _checkRole(bytes32 role, address account) internal view virtual {
if (!hasRole(role, account)) {
revert AccessControlUnauthorizedAccount(account, role);
}
}
/**
* @dev Returns the admin role that controls `role`. See {grantRole} and
* {revokeRole}.
*
* To change a role's admin, use {_setRoleAdmin}.
*/
function getRoleAdmin(bytes32 role) public view virtual returns (bytes32) {
return _roles[role].adminRole;
}
/**
* @dev Grants `role` to `account`.
*
* If `account` had not been already granted `role`, emits a {RoleGranted}
* event.
*
* Requirements:
*
* - the caller must have ``role``'s admin role.
*
* May emit a {RoleGranted} event.
*/
function grantRole(bytes32 role, address account) public virtual onlyRole(getRoleAdmin(role)) {
_grantRole(role, account);
}
/**
* @dev Revokes `role` from `account`.
*
* If `account` had been granted `role`, emits a {RoleRevoked} event.
*
* Requirements:
*
* - the caller must have ``role``'s admin role.
*
* May emit a {RoleRevoked} event.
*/
function revokeRole(bytes32 role, address account) public virtual onlyRole(getRoleAdmin(role)) {
_revokeRole(role, account);
}
/**
* @dev Revokes `role` from the calling account.
*
* Roles are often managed via {grantRole} and {revokeRole}: this function's
* purpose is to provide a mechanism for accounts to lose their privileges
* if they are compromised (such as when a trusted device is misplaced).
*
* If the calling account had been revoked `role`, emits a {RoleRevoked}
* event.
*
* Requirements:
*
* - the caller must be `callerConfirmation`.
*
* May emit a {RoleRevoked} event.
*/
function renounceRole(bytes32 role, address callerConfirmation) public virtual {
if (callerConfirmation != _msgSender()) {
revert AccessControlBadConfirmation();
}
_revokeRole(role, callerConfirmation);
}
/**
* @dev Sets `adminRole` as ``role``'s admin role.
*
* Emits a {RoleAdminChanged} event.
*/
function _setRoleAdmin(bytes32 role, bytes32 adminRole) internal virtual {
bytes32 previousAdminRole = getRoleAdmin(role);
_roles[role].adminRole = adminRole;
emit RoleAdminChanged(role, previousAdminRole, adminRole);
}
/**
* @dev Attempts to grant `role` to `account` and returns a boolean indicating if `role` was granted.
*
* Internal function without access restriction.
*
* May emit a {RoleGranted} event.
*/
function _grantRole(bytes32 role, address account) internal virtual returns (bool) {
if (!hasRole(role, account)) {
_roles[role].hasRole[account] = true;
emit RoleGranted(role, account, _msgSender());
return true;
} else {
return false;
}
}
/**
* @dev Attempts to revoke `role` to `account` and returns a boolean indicating if `role` was revoked.
*
* Internal function without access restriction.
*
* May emit a {RoleRevoked} event.
*/
function _revokeRole(bytes32 role, address account) internal virtual returns (bool) {
if (hasRole(role, account)) {
_roles[role].hasRole[account] = false;
emit RoleRevoked(role, account, _msgSender());
return true;
} else {
return false;
}
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (access/IAccessControl.sol)
pragma solidity ^0.8.20;
/**
* @dev External interface of AccessControl declared to support ERC165 detection.
*/
interface IAccessControl {
/**
* @dev The `account` is missing a role.
*/
error AccessControlUnauthorizedAccount(address account, bytes32 neededRole);
/**
* @dev The caller of a function is not the expected one.
*
* NOTE: Don't confuse with {AccessControlUnauthorizedAccount}.
*/
error AccessControlBadConfirmation();
/**
* @dev Emitted when `newAdminRole` is set as ``role``'s admin role, replacing `previousAdminRole`
*
* `DEFAULT_ADMIN_ROLE` is the starting admin for all roles, despite
* {RoleAdminChanged} not being emitted signaling this.
*/
event RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole);
/**
* @dev Emitted when `account` is granted `role`.
*
* `sender` is the account that originated the contract call, an admin role
* bearer except when using {AccessControl-_setupRole}.
*/
event RoleGranted(bytes32 indexed role, address indexed account, address indexed sender);
/**
* @dev Emitted when `account` is revoked `role`.
*
* `sender` is the account that originated the contract call:
* - if using `revokeRole`, it is the admin role bearer
* - if using `renounceRole`, it is the role bearer (i.e. `account`)
*/
event RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender);
/**
* @dev Returns `true` if `account` has been granted `role`.
*/
function hasRole(bytes32 role, address account) external view returns (bool);
/**
* @dev Returns the admin role that controls `role`. See {grantRole} and
* {revokeRole}.
*
* To change a role's admin, use {AccessControl-_setRoleAdmin}.
*/
function getRoleAdmin(bytes32 role) external view returns (bytes32);
/**
* @dev Grants `role` to `account`.
*
* If `account` had not been already granted `role`, emits a {RoleGranted}
* event.
*
* Requirements:
*
* - the caller must have ``role``'s admin role.
*/
function grantRole(bytes32 role, address account) external;
/**
* @dev Revokes `role` from `account`.
*
* If `account` had been granted `role`, emits a {RoleRevoked} event.
*
* Requirements:
*
* - the caller must have ``role``'s admin role.
*/
function revokeRole(bytes32 role, address account) external;
/**
* @dev Revokes `role` from the calling account.
*
* Roles are often managed via {grantRole} and {revokeRole}: this function's
* purpose is to provide a mechanism for accounts to lose their privileges
* if they are compromised (such as when a trusted device is misplaced).
*
* If the calling account had been granted `role`, emits a {RoleRevoked}
* event.
*
* Requirements:
*
* - the caller must be `callerConfirmation`.
*/
function renounceRole(bytes32 role, address callerConfirmation) external;
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)
pragma solidity ^0.8.20;
/**
* @dev Provides information about the current execution context, including the
* sender of the transaction and its data. While these are generally available
* via msg.sender and msg.data, they should not be accessed in such a direct
* manner, since when dealing with meta-transactions the account sending and
* paying for execution may not be the actual sender (as far as an application
* is concerned).
*
* This contract is only required for intermediate, library-like contracts.
*/
abstract contract Context {
function _msgSender() internal view virtual returns (address) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes calldata) {
return msg.data;
}
function _contextSuffixLength() internal view virtual returns (uint256) {
return 0;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/ERC165.sol)
pragma solidity ^0.8.20;
import {IERC165} from "./IERC165.sol";
/**
* @dev Implementation of the {IERC165} interface.
*
* Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
* for the additional interface id that will be supported. For example:
*
* ```solidity
* function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
* return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
* }
* ```
*/
abstract contract ERC165 is IERC165 {
/**
* @dev See {IERC165-supportsInterface}.
*/
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool) {
return interfaceId == type(IERC165).interfaceId;
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/introspection/IERC165.sol)
pragma solidity ^0.8.20;
/**
* @dev Interface of the ERC165 standard, as defined in the
* https://eips.ethereum.org/EIPS/eip-165[EIP].
*
* Implementers can declare support of contract interfaces, which can then be
* queried by others ({ERC165Checker}).
*
* For an implementation, see {ERC165}.
*/
interface IERC165 {
/**
* @dev Returns true if this contract implements the interface defined by
* `interfaceId`. See the corresponding
* https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
* to learn more about how these ids are created.
*
* This function call must use less than 30 000 gas.
*/
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/Pausable.sol)
pragma solidity ^0.8.20;
import {Context} from "../utils/Context.sol";
/**
* @dev Contract module which allows children to implement an emergency stop
* mechanism that can be triggered by an authorized account.
*
* This module is used through inheritance. It will make available the
* modifiers `whenNotPaused` and `whenPaused`, which can be applied to
* the functions of your contract. Note that they will not be pausable by
* simply including this module, only once the modifiers are put in place.
*/
abstract contract Pausable is Context {
bool private _paused;
/**
* @dev Emitted when the pause is triggered by `account`.
*/
event Paused(address account);
/**
* @dev Emitted when the pause is lifted by `account`.
*/
event Unpaused(address account);
/**
* @dev The operation failed because the contract is paused.
*/
error EnforcedPause();
/**
* @dev The operation failed because the contract is not paused.
*/
error ExpectedPause();
/**
* @dev Initializes the contract in unpaused state.
*/
constructor() {
_paused = false;
}
/**
* @dev Modifier to make a function callable only when the contract is not paused.
*
* Requirements:
*
* - The contract must not be paused.
*/
modifier whenNotPaused() {
_requireNotPaused();
_;
}
/**
* @dev Modifier to make a function callable only when the contract is paused.
*
* Requirements:
*
* - The contract must be paused.
*/
modifier whenPaused() {
_requirePaused();
_;
}
/**
* @dev Returns true if the contract is paused, and false otherwise.
*/
function paused() public view virtual returns (bool) {
return _paused;
}
/**
* @dev Throws if the contract is paused.
*/
function _requireNotPaused() internal view virtual {
if (paused()) {
revert EnforcedPause();
}
}
/**
* @dev Throws if the contract is not paused.
*/
function _requirePaused() internal view virtual {
if (!paused()) {
revert ExpectedPause();
}
}
/**
* @dev Triggers stopped state.
*
* Requirements:
*
* - The contract must not be paused.
*/
function _pause() internal virtual whenNotPaused {
_paused = true;
emit Paused(_msgSender());
}
/**
* @dev Returns to normal state.
*
* Requirements:
*
* - The contract must be paused.
*/
function _unpause() internal virtual whenPaused {
_paused = false;
emit Unpaused(_msgSender());
}
}// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v5.0.0) (utils/ReentrancyGuard.sol)
pragma solidity ^0.8.20;
/**
* @dev Contract module that helps prevent reentrant calls to a function.
*
* Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
* available, which can be applied to functions to make sure there are no nested
* (reentrant) calls to them.
*
* Note that because there is a single `nonReentrant` guard, functions marked as
* `nonReentrant` may not call one another. This can be worked around by making
* those functions `private`, and then adding `external` `nonReentrant` entry
* points to them.
*
* TIP: If you would like to learn more about reentrancy and alternative ways
* to protect against it, check out our blog post
* https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
*/
abstract contract ReentrancyGuard {
// Booleans are more expensive than uint256 or any type that takes up a full
// word because each write operation emits an extra SLOAD to first read the
// slot's contents, replace the bits taken up by the boolean, and then write
// back. This is the compiler's defense against contract upgrades and
// pointer aliasing, and it cannot be disabled.
// The values being non-zero value makes deployment a bit more expensive,
// but in exchange the refund on every call to nonReentrant will be lower in
// amount. Since refunds are capped to a percentage of the total
// transaction's gas, it is best to keep them low in cases like this one, to
// increase the likelihood of the full refund coming into effect.
uint256 private constant NOT_ENTERED = 1;
uint256 private constant ENTERED = 2;
uint256 private _status;
/**
* @dev Unauthorized reentrant call.
*/
error ReentrancyGuardReentrantCall();
constructor() {
_status = NOT_ENTERED;
}
/**
* @dev Prevents a contract from calling itself, directly or indirectly.
* Calling a `nonReentrant` function from another `nonReentrant`
* function is not supported. It is possible to prevent this from happening
* by making the `nonReentrant` function external, and making it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
_nonReentrantBefore();
_;
_nonReentrantAfter();
}
function _nonReentrantBefore() private {
// On the first call to nonReentrant, _status will be NOT_ENTERED
if (_status == ENTERED) {
revert ReentrancyGuardReentrantCall();
}
// Any calls to nonReentrant after this point will fail
_status = ENTERED;
}
function _nonReentrantAfter() private {
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = NOT_ENTERED;
}
/**
* @dev Returns true if the reentrancy guard is currently set to "entered", which indicates there is a
* `nonReentrant` function in the call stack.
*/
function _reentrancyGuardEntered() internal view returns (bool) {
return _status == ENTERED;
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
import "./PythStructs.sol";
import "./IPythEvents.sol";
/// @title Consume prices from the Pyth Network (https://pyth.network/).
/// @dev Please refer to the guidance at https://docs.pyth.network/documentation/pythnet-price-feeds/best-practices for how to consume prices safely.
/// @author Pyth Data Association
interface IPyth is IPythEvents {
/// @notice Returns the period (in seconds) that a price feed is considered valid since its publish time
function getValidTimePeriod() external view returns (uint validTimePeriod);
/// @notice Returns the price and confidence interval.
/// @dev Reverts if the price has not been updated within the last `getValidTimePeriod()` seconds.
/// @param id The Pyth Price Feed ID of which to fetch the price and confidence interval.
/// @return price - please read the documentation of PythStructs.Price to understand how to use this safely.
function getPrice(
bytes32 id
) external view returns (PythStructs.Price memory price);
/// @notice Returns the exponentially-weighted moving average price and confidence interval.
/// @dev Reverts if the EMA price is not available.
/// @param id The Pyth Price Feed ID of which to fetch the EMA price and confidence interval.
/// @return price - please read the documentation of PythStructs.Price to understand how to use this safely.
function getEmaPrice(
bytes32 id
) external view returns (PythStructs.Price memory price);
/// @notice Returns the price of a price feed without any sanity checks.
/// @dev This function returns the most recent price update in this contract without any recency checks.
/// This function is unsafe as the returned price update may be arbitrarily far in the past.
///
/// Users of this function should check the `publishTime` in the price to ensure that the returned price is
/// sufficiently recent for their application. If you are considering using this function, it may be
/// safer / easier to use either `getPrice` or `getPriceNoOlderThan`.
/// @return price - please read the documentation of PythStructs.Price to understand how to use this safely.
function getPriceUnsafe(
bytes32 id
) external view returns (PythStructs.Price memory price);
/// @notice Returns the price that is no older than `age` seconds of the current time.
/// @dev This function is a sanity-checked version of `getPriceUnsafe` which is useful in
/// applications that require a sufficiently-recent price. Reverts if the price wasn't updated sufficiently
/// recently.
/// @return price - please read the documentation of PythStructs.Price to understand how to use this safely.
function getPriceNoOlderThan(
bytes32 id,
uint age
) external view returns (PythStructs.Price memory price);
/// @notice Returns the exponentially-weighted moving average price of a price feed without any sanity checks.
/// @dev This function returns the same price as `getEmaPrice` in the case where the price is available.
/// However, if the price is not recent this function returns the latest available price.
///
/// The returned price can be from arbitrarily far in the past; this function makes no guarantees that
/// the returned price is recent or useful for any particular application.
///
/// Users of this function should check the `publishTime` in the price to ensure that the returned price is
/// sufficiently recent for their application. If you are considering using this function, it may be
/// safer / easier to use either `getEmaPrice` or `getEmaPriceNoOlderThan`.
/// @return price - please read the documentation of PythStructs.Price to understand how to use this safely.
function getEmaPriceUnsafe(
bytes32 id
) external view returns (PythStructs.Price memory price);
/// @notice Returns the exponentially-weighted moving average price that is no older than `age` seconds
/// of the current time.
/// @dev This function is a sanity-checked version of `getEmaPriceUnsafe` which is useful in
/// applications that require a sufficiently-recent price. Reverts if the price wasn't updated sufficiently
/// recently.
/// @return price - please read the documentation of PythStructs.Price to understand how to use this safely.
function getEmaPriceNoOlderThan(
bytes32 id,
uint age
) external view returns (PythStructs.Price memory price);
/// @notice Update price feeds with given update messages.
/// This method requires the caller to pay a fee in wei; the required fee can be computed by calling
/// `getUpdateFee` with the length of the `updateData` array.
/// Prices will be updated if they are more recent than the current stored prices.
/// The call will succeed even if the update is not the most recent.
/// @dev Reverts if the transferred fee is not sufficient or the updateData is invalid.
/// @param updateData Array of price update data.
function updatePriceFeeds(bytes[] calldata updateData) external payable;
/// @notice Wrapper around updatePriceFeeds that rejects fast if a price update is not necessary. A price update is
/// necessary if the current on-chain publishTime is older than the given publishTime. It relies solely on the
/// given `publishTimes` for the price feeds and does not read the actual price update publish time within `updateData`.
///
/// This method requires the caller to pay a fee in wei; the required fee can be computed by calling
/// `getUpdateFee` with the length of the `updateData` array.
///
/// `priceIds` and `publishTimes` are two arrays with the same size that correspond to senders known publishTime
/// of each priceId when calling this method. If all of price feeds within `priceIds` have updated and have
/// a newer or equal publish time than the given publish time, it will reject the transaction to save gas.
/// Otherwise, it calls updatePriceFeeds method to update the prices.
///
/// @dev Reverts if update is not needed or the transferred fee is not sufficient or the updateData is invalid.
/// @param updateData Array of price update data.
/// @param priceIds Array of price ids.
/// @param publishTimes Array of publishTimes. `publishTimes[i]` corresponds to known `publishTime` of `priceIds[i]`
function updatePriceFeedsIfNecessary(
bytes[] calldata updateData,
bytes32[] calldata priceIds,
uint64[] calldata publishTimes
) external payable;
/// @notice Returns the required fee to update an array of price updates.
/// @param updateData Array of price update data.
/// @return feeAmount The required fee in Wei.
function getUpdateFee(
bytes[] calldata updateData
) external view returns (uint feeAmount);
/// @notice Parse `updateData` and return price feeds of the given `priceIds` if they are all published
/// within `minPublishTime` and `maxPublishTime`.
///
/// You can use this method if you want to use a Pyth price at a fixed time and not the most recent price;
/// otherwise, please consider using `updatePriceFeeds`. This method may store the price updates on-chain, if they
/// are more recent than the current stored prices.
///
/// This method requires the caller to pay a fee in wei; the required fee can be computed by calling
/// `getUpdateFee` with the length of the `updateData` array.
///
///
/// @dev Reverts if the transferred fee is not sufficient or the updateData is invalid or there is
/// no update for any of the given `priceIds` within the given time range.
/// @param updateData Array of price update data.
/// @param priceIds Array of price ids.
/// @param minPublishTime minimum acceptable publishTime for the given `priceIds`.
/// @param maxPublishTime maximum acceptable publishTime for the given `priceIds`.
/// @return priceFeeds Array of the price feeds corresponding to the given `priceIds` (with the same order).
function parsePriceFeedUpdates(
bytes[] calldata updateData,
bytes32[] calldata priceIds,
uint64 minPublishTime,
uint64 maxPublishTime
) external payable returns (PythStructs.PriceFeed[] memory priceFeeds);
/// @notice Similar to `parsePriceFeedUpdates` but ensures the updates returned are
/// the first updates published in minPublishTime. That is, if there are multiple updates for a given timestamp,
/// this method will return the first update. This method may store the price updates on-chain, if they
/// are more recent than the current stored prices.
///
///
/// @dev Reverts if the transferred fee is not sufficient or the updateData is invalid or there is
/// no update for any of the given `priceIds` within the given time range and uniqueness condition.
/// @param updateData Array of price update data.
/// @param priceIds Array of price ids.
/// @param minPublishTime minimum acceptable publishTime for the given `priceIds`.
/// @param maxPublishTime maximum acceptable publishTime for the given `priceIds`.
/// @return priceFeeds Array of the price feeds corresponding to the given `priceIds` (with the same order).
function parsePriceFeedUpdatesUnique(
bytes[] calldata updateData,
bytes32[] calldata priceIds,
uint64 minPublishTime,
uint64 maxPublishTime
) external payable returns (PythStructs.PriceFeed[] memory priceFeeds);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
/// @title IPythEvents contains the events that Pyth contract emits.
/// @dev This interface can be used for listening to the updates for off-chain and testing purposes.
interface IPythEvents {
/// @dev Emitted when the price feed with `id` has received a fresh update.
/// @param id The Pyth Price Feed ID.
/// @param publishTime Publish time of the given price update.
/// @param price Price of the given price update.
/// @param conf Confidence interval of the given price update.
event PriceFeedUpdate(
bytes32 indexed id,
uint64 publishTime,
int64 price,
uint64 conf
);
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
contract PythStructs {
// A price with a degree of uncertainty, represented as a price +- a confidence interval.
//
// The confidence interval roughly corresponds to the standard error of a normal distribution.
// Both the price and confidence are stored in a fixed-point numeric representation,
// `x * (10^expo)`, where `expo` is the exponent.
//
// Please refer to the documentation at https://docs.pyth.network/documentation/pythnet-price-feeds/best-practices for how
// to how this price safely.
struct Price {
// Price
int64 price;
// Confidence interval around the price
uint64 conf;
// Price exponent
int32 expo;
// Unix timestamp describing when the price was published
uint publishTime;
}
// PriceFeed represents a current aggregate price from pyth publisher feeds.
struct PriceFeed {
// The price ID.
bytes32 id;
// Latest available price
Price price;
// Latest available exponentially-weighted moving average price
Price emaPrice;
}
}// SPDX-License-Identifier: Apache-2.0
pragma solidity ^0.8.0;
library PythUtils {
/// @notice Converts a Pyth price to a uint256 with a target number of decimals
/// @param price The Pyth price
/// @param expo The Pyth price exponent
/// @param targetDecimals The target number of decimals
/// @return The price as a uint256
/// @dev Function will lose precision if targetDecimals is less than the Pyth price decimals.
/// This method will truncate any digits that cannot be represented by the targetDecimals.
/// e.g. If the price is 0.000123 and the targetDecimals is 2, the result will be 0
function convertToUint(
int64 price,
int32 expo,
uint8 targetDecimals
) public pure returns (uint256) {
if (price < 0 || expo > 0 || expo < -255) {
revert();
}
uint8 priceDecimals = uint8(uint32(-1 * expo));
if (targetDecimals >= priceDecimals) {
return
uint(uint64(price)) *
10 ** uint32(targetDecimals - priceDecimals);
} else {
return
uint(uint64(price)) /
10 ** uint32(priceDecimals - targetDecimals);
}
}
}// SPDX-License-Identifier: NO LICENSE
pragma solidity ^0.8.24;
enum YieldMode {
AUTOMATIC,
VOID,
CLAIMABLE
}
enum GasMode {
VOID,
CLAIMABLE
}
interface IBlast{
// configure
function configureContract(address contractAddress, YieldMode _yield, GasMode gasMode, address governor) external;
function configure(YieldMode _yield, GasMode gasMode, address governor) external;
// base configuration options
function configureClaimableYield() external;
function configureClaimableYieldOnBehalf(address contractAddress) external;
function configureAutomaticYield() external;
function configureAutomaticYieldOnBehalf(address contractAddress) external;
function configureVoidYield() external;
function configureVoidYieldOnBehalf(address contractAddress) external;
function configureClaimableGas() external;
function configureClaimableGasOnBehalf(address contractAddress) external;
function configureVoidGas() external;
function configureVoidGasOnBehalf(address contractAddress) external;
function configureGovernor(address _governor) external;
function configureGovernorOnBehalf(address _newGovernor, address contractAddress) external;
// claim yield
function claimYield(address contractAddress, address recipientOfYield, uint256 amount) external returns (uint256);
function claimAllYield(address contractAddress, address recipientOfYield) external returns (uint256);
// claim gas
function claimAllGas(address contractAddress, address recipientOfGas) external returns (uint256);
function claimGasAtMinClaimRate(address contractAddress, address recipientOfGas, uint256 minClaimRateBips) external returns (uint256);
function claimMaxGas(address contractAddress, address recipientOfGas) external returns (uint256);
function claimGas(address contractAddress, address recipientOfGas, uint256 gasToClaim, uint256 gasSecondsToConsume) external returns (uint256);
// read functions
function readClaimableYield(address contractAddress) external view returns (uint256);
function readYieldConfiguration(address contractAddress) external view returns (uint8);
function readGasParams(address contractAddress) external view returns (uint256 etherSeconds, uint256 etherBalance, uint256 lastUpdated, GasMode);
}
interface IERC20Rebasing {
// changes the yield mode of the caller and update the balance
// to reflect the configuration
function configure(YieldMode) external returns (uint256);
// "claimable" yield mode accounts can call this this claim their yield
// to another address
function claim(address recipient, uint256 amount) external returns (uint256);
// read the claimable amount for an account
function getClaimableAmount(address account) external view returns (uint256);
/**
* @dev Emitted when `value` tokens are moved from one account (`from`) to
* another (`to`).
*
* Note that `value` may be zero.
*/
event Transfer(address indexed from, address indexed to, uint256 value);
/**
* @dev Emitted when the allowance of a `spender` for an `owner` is set by
* a call to {approve}. `value` is the new allowance.
*/
event Approval(address indexed owner, address indexed spender, uint256 value);
/**
* @dev Returns the value of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the value of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves a `value` amount of tokens from the caller's account to `to`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address to, uint256 value) external returns (bool);
/**
* @dev Returns the remaining number of tokens that `spender` will be
* allowed to spend on behalf of `owner` through {transferFrom}. This is
* zero by default.
*
* This value changes when {approve} or {transferFrom} are called.
*/
function allowance(address owner, address spender) external view returns (uint256);
/**
* @dev Sets a `value` amount of tokens as the allowance of `spender` over the
* caller's tokens.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* IMPORTANT: Beware that changing an allowance with this method brings the risk
* that someone may use both the old and the new allowance by unfortunate
* transaction ordering. One possible solution to mitigate this race
* condition is to first reduce the spender's allowance to 0 and set the
* desired value afterwards:
* https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
*
* Emits an {Approval} event.
*/
function approve(address spender, uint256 value) external returns (bool);
/**
* @dev Moves a `value` amount of tokens from `from` to `to` using the
* allowance mechanism. `value` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address from, address to, uint256 value) external returns (bool);
}// SPDX-License-Identifier: NO LICENSE
pragma solidity ^0.8.24;
interface IBlastPoints {
function configurePointsOperator(address operator) external;
function configurePointsOperatorOnBehalf(address contractAddress, address operator) external;
}{
"evmVersion": "paris",
"optimizer": {
"enabled": false,
"runs": 200
},
"outputSelection": {
"*": {
"*": [
"evm.bytecode",
"evm.deployedBytecode",
"devdoc",
"userdoc",
"metadata",
"abi"
]
}
},
"libraries": {
"@pythnetwork/pyth-sdk-solidity/PythUtils.sol": {
"PythUtils": "0xfac7bc775095b6aa262c89558917c3dca968e1de"
}
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_pythContract","type":"address"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"address","name":"_pointsOperator","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"AccessControlBadConfirmation","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bytes32","name":"neededRole","type":"bytes32"}],"name":"AccessControlUnauthorizedAccount","type":"error"},{"inputs":[],"name":"EnforcedPause","type":"error"},{"inputs":[],"name":"ExpectedPause","type":"error"},{"inputs":[],"name":"ReentrancyGuardReentrantCall","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isEth","type":"bool"}],"name":"Deposit","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Paused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountPaid","type":"uint256"},{"indexed":false,"internalType":"bool","name":"isEth","type":"bool"}],"name":"PurchasedBoxes","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"previousAdminRole","type":"bytes32"},{"indexed":true,"internalType":"bytes32","name":"newAdminRole","type":"bytes32"}],"name":"RoleAdminChanged","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":true,"internalType":"address","name":"sender","type":"address"}],"name":"RoleRevoked","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"account","type":"address"}],"name":"Unpaused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"amount","type":"uint256"},{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isEth","type":"bool"}],"name":"Withdraw","type":"event"},{"inputs":[],"name":"ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"BLAST","outputs":[{"internalType":"contract IBlast","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"BlastPoints","outputs":[{"internalType":"contract IBlastPoints","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"DEFAULT_ADMIN_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"USDB","outputs":[{"internalType":"contract IERC20Rebasing","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"claimAllGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"claimETHYield","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"claimUSDBYield","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"claimVestedGas","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"ethBalanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ethDeposit","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"ethPurchaseBoxes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"}],"name":"getRoleAdmin","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"hasRole","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"minBoxes","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"priceFeedExpiry","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"","type":"uint256"}],"name":"pricePerBox","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"callerConfirmation","type":"address"}],"name":"renounceRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"role","type":"bytes32"},{"internalType":"address","name":"account","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_minBoxes","type":"uint256"}],"name":"setMinBoxes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_priceFeedExpiry","type":"uint256"}],"name":"setPriceFeedExpiry","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_priceFeedId","type":"bytes32"}],"name":"setPriceFeedId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_pricePerBox","type":"uint256"}],"name":"setPricePerBox","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_pyth","type":"address"}],"name":"setPythContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_recipient","type":"address"}],"name":"setRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"unpause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"usdBalanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"usdbDeposit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"usdbPurchaseBoxes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdrawETH","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdrawUSDB","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
6080604052734300000000000000000000000000000000000002600260016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550734300000000000000000000000000000000000003600360006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550732536fe9ab3f511540f2f9e2ec2a805005c3dd800600460006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055507fff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace60001b600b5562015180600c553480156200013e57600080fd5b50604051620034f9380380620034f9833981810160405281019062000164919062000677565b600180819055506000600260006101000a81548160ff02191690831515021790555081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555082600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166336b91f2b826040518263ffffffff1660e01b8152600401620002659190620006e4565b600060405180830381600087803b1580156200028057600080fd5b505af115801562000295573d6000803e3d6000fd5b50505050600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16634e606c476040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156200030457600080fd5b505af115801562000319573d6000803e3d6000fd5b50505050600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663f098767a6040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156200038857600080fd5b505af11580156200039d573d6000803e3d6000fd5b50505050600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16631a33757d60026040518263ffffffff1660e01b8152600401620003ff919062000781565b6020604051808303816000875af11580156200041f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620004459190620007d9565b506200045b6000801b336200049860201b60201c565b506200048e7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775336200049860201b60201c565b505050506200080b565b6000620004ac83836200059b60201b60201c565b6200059057600160008085815260200190815260200160002060000160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506200052c6200060560201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a46001905062000595565b600090505b92915050565b600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600033905090565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200063f8262000612565b9050919050565b620006518162000632565b81146200065d57600080fd5b50565b600081519050620006718162000646565b92915050565b6000806000606084860312156200069357620006926200060d565b5b6000620006a38682870162000660565b9350506020620006b68682870162000660565b9250506040620006c98682870162000660565b9150509250925092565b620006de8162000632565b82525050565b6000602082019050620006fb6000830184620006d3565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602160045260246000fd5b6003811062000744576200074362000701565b5b50565b6000819050620007578262000730565b919050565b6000620007698262000747565b9050919050565b6200077b816200075c565b82525050565b600060208201905062000798600083018462000770565b92915050565b6000819050919050565b620007b3816200079e565b8114620007bf57600080fd5b50565b600081519050620007d381620007a8565b92915050565b600060208284031215620007f257620007f16200060d565b5b60006200080284828501620007c2565b91505092915050565b612cde806200081b6000396000f3fe6080604052600436106102045760003560e01c80635fc1116111610118578063a217fddf116100a0578063cfdc17ab1161006f578063cfdc17ab1461072e578063d547741f14610757578063f0c238b314610780578063f14210a6146107a9578063fa7dfd92146107d257610204565b8063a217fddf14610672578063c8a3bc3d1461069d578063cc1e603f146106c8578063cc76571f1461070557610204565b80637c103078116100e75780637c1030781461058b5780638456cb59146105b657806391d14854146105cd57806397d757761461060a5780639c403e3b1461063557610204565b80635fc11161146104f057806361c262b4146104fa5780637252bbf21461052357806375b238fc1461056057610204565b80633242a3311161019b5780633ef3af4c1161016a5780633ef3af4c146104335780633f4ba83a1461045c5780634c2ba3cd14610473578063577dec561461049c5780635c975abb146104c557610204565b80633242a3311461038f57806333fbeb62146103b857806336568abe146103e15780633bbed4a01461040a57610204565b806325df52e3116101d757806325df52e3146102e9578063272b1323146103125780632f2ff15d1461033b57806331a0edec1461036457610204565b806301ffc9a714610209578063031a107314610246578063158a18b61461026f578063248a9ca3146102ac575b600080fd5b34801561021557600080fd5b50610230600480360381019061022b919061215d565b6107fb565b60405161023d91906121a5565b60405180910390f35b34801561025257600080fd5b5061026d600480360381019061026891906121f6565b610875565b005b34801561027b57600080fd5b5061029660048036038101906102919190612281565b610a0b565b6040516102a391906122bd565b60405180910390f35b3480156102b857600080fd5b506102d360048036038101906102ce919061230e565b610a23565b6040516102e0919061234a565b60405180910390f35b3480156102f557600080fd5b50610310600480360381019061030b919061230e565b610a42565b005b34801561031e57600080fd5b5061033960048036038101906103349190612281565b610a77565b005b34801561034757600080fd5b50610362600480360381019061035d9190612365565b610b46565b005b34801561037057600080fd5b50610379610b68565b6040516103869190612404565b60405180910390f35b34801561039b57600080fd5b506103b660048036038101906103b191906121f6565b610b8e565b005b3480156103c457600080fd5b506103df60048036038101906103da9190612281565b610ce2565b005b3480156103ed57600080fd5b5061040860048036038101906104039190612365565b610d51565b005b34801561041657600080fd5b50610431600480360381019061042c9190612281565b610dcc565b005b34801561043f57600080fd5b5061045a600480360381019061045591906121f6565b610e3b565b005b34801561046857600080fd5b50610471610e70565b005b34801561047f57600080fd5b5061049a60048036038101906104959190612281565b610ea5565b005b3480156104a857600080fd5b506104c360048036038101906104be919061241f565b610f74565b005b3480156104d157600080fd5b506104da610fbb565b6040516104e791906121a5565b60405180910390f35b6104f8610fd2565b005b34801561050657600080fd5b50610521600480360381019061051c919061241f565b611082565b005b34801561052f57600080fd5b5061054a60048036038101906105459190612281565b6110c9565b60405161055791906122bd565b60405180910390f35b34801561056c57600080fd5b506105756110e1565b604051610582919061234a565b60405180910390f35b34801561059757600080fd5b506105a0611105565b6040516105ad91906122bd565b60405180910390f35b3480156105c257600080fd5b506105cb61110b565b005b3480156105d957600080fd5b506105f460048036038101906105ef9190612365565b611140565b60405161060191906121a5565b60405180910390f35b34801561061657600080fd5b5061061f6111aa565b60405161062c9190612480565b60405180910390f35b34801561064157600080fd5b5061065c600480360381019061065791906121f6565b6111d0565b60405161066991906122bd565b60405180910390f35b34801561067e57600080fd5b506106876111e8565b604051610694919061234a565b60405180910390f35b3480156106a957600080fd5b506106b26111ef565b6040516106bf91906124bc565b60405180910390f35b3480156106d457600080fd5b506106ef60048036038101906106ea91906121f6565b611215565b6040516106fc91906122bd565b60405180910390f35b34801561071157600080fd5b5061072c60048036038101906107279190612281565b61122d565b005b34801561073a57600080fd5b506107556004803603810190610750919061241f565b611397565b005b34801561076357600080fd5b5061077e60048036038101906107799190612365565b6115e9565b005b34801561078c57600080fd5b506107a760048036038101906107a2919061241f565b61160b565b005b3480156107b557600080fd5b506107d060048036038101906107cb91906121f6565b611a25565b005b3480156107de57600080fd5b506107f960048036038101906107f49190612281565b611bd7565b005b60007f7965db0b000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061086e575061086d82611ca6565b5b9050919050565b600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020548111156108c157600080fd5b80600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109109190612506565b92505081905550600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b8152600401610974929190612549565b6020604051808303816000875af1158015610993573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b7919061259e565b503373ffffffffffffffffffffffffffffffffffffffff16817f8ecbd8412d20691da559a69212ae9b490b562401c7f2cbe5a87a26408db0948d6000604051610a0091906121a5565b60405180910390a350565b60096020528060005260406000206000915090505481565b6000806000838152602001908152602001600020600101549050919050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610a6c81611d10565b81600b819055505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610aa181611d10565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663954fa5ee30846040518363ffffffff1660e01b8152600401610afe9291906125cb565b6020604051808303816000875af1158015610b1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b419190612609565b505050565b610b4f82610a23565b610b5881611d10565b610b628383611d24565b50505050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b96611e15565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b8152600401610bf593929190612636565b6020604051808303816000875af1158015610c14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c38919061259e565b5080600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610c88919061266d565b925050819055503373ffffffffffffffffffffffffffffffffffffffff16817fae81be9140a257c80379b08ed118291968a98bb86211dc7dbff77eb388d47e2f6000604051610cd791906121a5565b60405180910390a350565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610d0c81611d10565b81600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b610d59611e56565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610dbd576040517f6697b23200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610dc78282611e5e565b505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610df681611d10565b81600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610e6581611d10565b81600c819055505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610e9a81611d10565b610ea2611f50565b50565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610ecf81611d10565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663860043b630846040518363ffffffff1660e01b8152600401610f2c9291906125cb565b6020604051808303816000875af1158015610f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6f9190612609565b505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610f9e81611d10565b816007600085815260200190815260200160002081905550505050565b6000600260009054906101000a900460ff16905090565b610fda611e15565b34600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611029919061266d565b925050819055503373ffffffffffffffffffffffffffffffffffffffff16347fae81be9140a257c80379b08ed118291968a98bb86211dc7dbff77eb388d47e2f600160405161107891906121a5565b60405180910390a3565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c217756110ac81611d10565b816006600085815260200190815260200160002081905550505050565b60086020528060005260406000206000915090505481565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177581565b600c5481565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177561113581611d10565b61113d611fb3565b50565b600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60066020528060005260406000206000915090505481565b6000801b81565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60076020528060005260406000206000915090505481565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177561125781611d10565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663aad3ec9683600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e12f3a61306040518263ffffffff1660e01b81526004016112f191906126a1565b602060405180830381865afa15801561130e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113329190612609565b6040518363ffffffff1660e01b815260040161134f929190612549565b6020604051808303816000875af115801561136e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113929190612609565b505050565b61139f611e15565b60006007600084815260200190815260200160002054116113f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113ec90612719565b60405180910390fd5b600760008381526020019081526020016000205481101561144b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161144290612785565b60405180910390fd5b600060066000848152602001908152602001600020548261146c91906127a5565b905060008111156115915780600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546114c69190612506565b92505081905550600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b815260040161154c929190612549565b6020604051808303816000875af115801561156b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061158f919061259e565b505b3373ffffffffffffffffffffffffffffffffffffffff1682847f5e55bb919103077adcf5a5a9c9f50facf236ada35e8c62f0982ab84e16e0c8a98460006040516115dc9291906127e7565b60405180910390a4505050565b6115f282610a23565b6115fb81611d10565b6116058383611e5e565b50505050565b611613612016565b61161b611e15565b6000600760008481526020019081526020016000205411611671576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166890612719565b60405180910390fd5b60076000838152602001908152602001600020548110156116c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116be90612785565b60405180910390fd5b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166396834ad3600b546040518263ffffffff1660e01b8152600401611726919061234a565b608060405180830381865afa158015611743573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061176791906129cb565b905042816060015110156117ca57600c548160600151426117889190612506565b11156117c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117c090612a44565b60405180910390fd5b5b600073fac7bc775095b6aa262c89558917c3dca968e1de63b55522b28360000151846040015160126040518463ffffffff1660e01b815260040161181093929190612aca565b602060405180830381865af415801561182d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118519190612609565b9050600081600660008781526020019081526020016000205485670de0b6b3a764000061187e91906127a5565b61188891906127a5565b6118929190612b30565b905060008111156119c35780600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546118ec9190612506565b925050819055506000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168260405161193b90612b92565b60006040518083038185875af1925050503d8060008114611978576040519150601f19603f3d011682016040523d82523d6000602084013e61197d565b606091505b50509050806119c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119b890612bf3565b60405180910390fd5b505b3373ffffffffffffffffffffffffffffffffffffffff1684867f5e55bb919103077adcf5a5a9c9f50facf236ada35e8c62f0982ab84e16e0c8a9846001604051611a0e9291906127e7565b60405180910390a4505050611a2161205c565b5050565b611a2d612016565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054811115611a7957600080fd5b80600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611ac89190612506565b9250508190555060003373ffffffffffffffffffffffffffffffffffffffff1682604051611af590612b92565b60006040518083038185875af1925050503d8060008114611b32576040519150601f19603f3d011682016040523d82523d6000602084013e611b37565b606091505b5050905080611b7b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7290612c5f565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff16827f8ecbd8412d20691da559a69212ae9b490b562401c7f2cbe5a87a26408db0948d6001604051611bc391906121a5565b60405180910390a350611bd461205c565b50565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775611c0181611d10565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663662aa11d30846040518363ffffffff1660e01b8152600401611c5e9291906125cb565b6020604051808303816000875af1158015611c7d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ca19190612609565b505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611d2181611d1c611e56565b612065565b50565b6000611d308383611140565b611e0a57600160008085815260200190815260200160002060000160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550611da7611e56565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a460019050611e0f565b600090505b92915050565b611e1d610fbb565b15611e54576040517fd93c066500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b600033905090565b6000611e6a8383611140565b15611f4557600080600085815260200190815260200160002060000160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550611ee2611e56565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16847ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a460019050611f4a565b600090505b92915050565b611f586120b6565b6000600260006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611f9c611e56565b604051611fa991906126a1565b60405180910390a1565b611fbb611e15565b6001600260006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611fff611e56565b60405161200c91906126a1565b60405180910390a1565b600260015403612052576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600181905550565b60018081905550565b61206f8282611140565b6120b25780826040517fe2517d3f0000000000000000000000000000000000000000000000000000000081526004016120a9929190612c7f565b60405180910390fd5b5050565b6120be610fbb565b6120f4576040517f8dfc202b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000604051905090565b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b61213a81612105565b811461214557600080fd5b50565b60008135905061215781612131565b92915050565b60006020828403121561217357612172612100565b5b600061218184828501612148565b91505092915050565b60008115159050919050565b61219f8161218a565b82525050565b60006020820190506121ba6000830184612196565b92915050565b6000819050919050565b6121d3816121c0565b81146121de57600080fd5b50565b6000813590506121f0816121ca565b92915050565b60006020828403121561220c5761220b612100565b5b600061221a848285016121e1565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061224e82612223565b9050919050565b61225e81612243565b811461226957600080fd5b50565b60008135905061227b81612255565b92915050565b60006020828403121561229757612296612100565b5b60006122a58482850161226c565b91505092915050565b6122b7816121c0565b82525050565b60006020820190506122d260008301846122ae565b92915050565b6000819050919050565b6122eb816122d8565b81146122f657600080fd5b50565b600081359050612308816122e2565b92915050565b60006020828403121561232457612323612100565b5b6000612332848285016122f9565b91505092915050565b612344816122d8565b82525050565b600060208201905061235f600083018461233b565b92915050565b6000806040838503121561237c5761237b612100565b5b600061238a858286016122f9565b925050602061239b8582860161226c565b9150509250929050565b6000819050919050565b60006123ca6123c56123c084612223565b6123a5565b612223565b9050919050565b60006123dc826123af565b9050919050565b60006123ee826123d1565b9050919050565b6123fe816123e3565b82525050565b600060208201905061241960008301846123f5565b92915050565b6000806040838503121561243657612435612100565b5b6000612444858286016121e1565b9250506020612455858286016121e1565b9150509250929050565b600061246a826123d1565b9050919050565b61247a8161245f565b82525050565b60006020820190506124956000830184612471565b92915050565b60006124a6826123d1565b9050919050565b6124b68161249b565b82525050565b60006020820190506124d160008301846124ad565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612511826121c0565b915061251c836121c0565b9250828203905081811115612534576125336124d7565b5b92915050565b61254381612243565b82525050565b600060408201905061255e600083018561253a565b61256b60208301846122ae565b9392505050565b61257b8161218a565b811461258657600080fd5b50565b60008151905061259881612572565b92915050565b6000602082840312156125b4576125b3612100565b5b60006125c284828501612589565b91505092915050565b60006040820190506125e0600083018561253a565b6125ed602083018461253a565b9392505050565b600081519050612603816121ca565b92915050565b60006020828403121561261f5761261e612100565b5b600061262d848285016125f4565b91505092915050565b600060608201905061264b600083018661253a565b612658602083018561253a565b61266560408301846122ae565b949350505050565b6000612678826121c0565b9150612683836121c0565b925082820190508082111561269b5761269a6124d7565b5b92915050565b60006020820190506126b6600083018461253a565b92915050565b600082825260208201905092915050565b7f696e76616c69644974656d496400000000000000000000000000000000000000600082015250565b6000612703600d836126bc565b915061270e826126cd565b602082019050919050565b60006020820190508181036000830152612732816126f6565b9050919050565b7f696e73756666696369656e74416d6f756e740000000000000000000000000000600082015250565b600061276f6012836126bc565b915061277a82612739565b602082019050919050565b6000602082019050818103600083015261279e81612762565b9050919050565b60006127b0826121c0565b91506127bb836121c0565b92508282026127c9816121c0565b915082820484148315176127e0576127df6124d7565b5b5092915050565b60006040820190506127fc60008301856122ae565b6128096020830184612196565b9392505050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61285e82612815565b810181811067ffffffffffffffff8211171561287d5761287c612826565b5b80604052505050565b60006128906120f6565b905061289c8282612855565b919050565b60008160070b9050919050565b6128b7816128a1565b81146128c257600080fd5b50565b6000815190506128d4816128ae565b92915050565b600067ffffffffffffffff82169050919050565b6128f7816128da565b811461290257600080fd5b50565b600081519050612914816128ee565b92915050565b60008160030b9050919050565b6129308161291a565b811461293b57600080fd5b50565b60008151905061294d81612927565b92915050565b60006080828403121561296957612968612810565b5b6129736080612886565b90506000612983848285016128c5565b600083015250602061299784828501612905565b60208301525060406129ab8482850161293e565b60408301525060606129bf848285016125f4565b60608301525092915050565b6000608082840312156129e1576129e0612100565b5b60006129ef84828501612953565b91505092915050565b7f5072696365466565644578706972656400000000000000000000000000000000600082015250565b6000612a2e6010836126bc565b9150612a39826129f8565b602082019050919050565b60006020820190508181036000830152612a5d81612a21565b9050919050565b612a6d816128a1565b82525050565b612a7c8161291a565b82525050565b6000819050919050565b600060ff82169050919050565b6000612ab4612aaf612aaa84612a82565b6123a5565b612a8c565b9050919050565b612ac481612a99565b82525050565b6000606082019050612adf6000830186612a64565b612aec6020830185612a73565b612af96040830184612abb565b949350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612b3b826121c0565b9150612b46836121c0565b925082612b5657612b55612b01565b5b828204905092915050565b600081905092915050565b50565b6000612b7c600083612b61565b9150612b8782612b6c565b600082019050919050565b6000612b9d82612b6f565b9150819050919050565b7f6661696c6564546f53656e64546f526563697069656e74000000000000000000600082015250565b6000612bdd6017836126bc565b9150612be882612ba7565b602082019050919050565b60006020820190508181036000830152612c0c81612bd0565b9050919050565b7f6661696c6564546f576974686472617745544800000000000000000000000000600082015250565b6000612c496013836126bc565b9150612c5482612c13565b602082019050919050565b60006020820190508181036000830152612c7881612c3c565b9050919050565b6000604082019050612c94600083018561253a565b612ca1602083018461233b565b939250505056fea2646970667358221220f504190089458eb436434b5398a74686fbb2ad1f77d89e067d455fdb47eee13c64736f6c63430008180033000000000000000000000000a2aa501b19aff244d90cc15a4cf739d2725b57290000000000000000000000002a83c210de4fb8beff00b032ab952d5b72ec8e1f0000000000000000000000008b50b3b19c3d8f66293339f7cfe473c76174612b
Deployed Bytecode
0x6080604052600436106102045760003560e01c80635fc1116111610118578063a217fddf116100a0578063cfdc17ab1161006f578063cfdc17ab1461072e578063d547741f14610757578063f0c238b314610780578063f14210a6146107a9578063fa7dfd92146107d257610204565b8063a217fddf14610672578063c8a3bc3d1461069d578063cc1e603f146106c8578063cc76571f1461070557610204565b80637c103078116100e75780637c1030781461058b5780638456cb59146105b657806391d14854146105cd57806397d757761461060a5780639c403e3b1461063557610204565b80635fc11161146104f057806361c262b4146104fa5780637252bbf21461052357806375b238fc1461056057610204565b80633242a3311161019b5780633ef3af4c1161016a5780633ef3af4c146104335780633f4ba83a1461045c5780634c2ba3cd14610473578063577dec561461049c5780635c975abb146104c557610204565b80633242a3311461038f57806333fbeb62146103b857806336568abe146103e15780633bbed4a01461040a57610204565b806325df52e3116101d757806325df52e3146102e9578063272b1323146103125780632f2ff15d1461033b57806331a0edec1461036457610204565b806301ffc9a714610209578063031a107314610246578063158a18b61461026f578063248a9ca3146102ac575b600080fd5b34801561021557600080fd5b50610230600480360381019061022b919061215d565b6107fb565b60405161023d91906121a5565b60405180910390f35b34801561025257600080fd5b5061026d600480360381019061026891906121f6565b610875565b005b34801561027b57600080fd5b5061029660048036038101906102919190612281565b610a0b565b6040516102a391906122bd565b60405180910390f35b3480156102b857600080fd5b506102d360048036038101906102ce919061230e565b610a23565b6040516102e0919061234a565b60405180910390f35b3480156102f557600080fd5b50610310600480360381019061030b919061230e565b610a42565b005b34801561031e57600080fd5b5061033960048036038101906103349190612281565b610a77565b005b34801561034757600080fd5b50610362600480360381019061035d9190612365565b610b46565b005b34801561037057600080fd5b50610379610b68565b6040516103869190612404565b60405180910390f35b34801561039b57600080fd5b506103b660048036038101906103b191906121f6565b610b8e565b005b3480156103c457600080fd5b506103df60048036038101906103da9190612281565b610ce2565b005b3480156103ed57600080fd5b5061040860048036038101906104039190612365565b610d51565b005b34801561041657600080fd5b50610431600480360381019061042c9190612281565b610dcc565b005b34801561043f57600080fd5b5061045a600480360381019061045591906121f6565b610e3b565b005b34801561046857600080fd5b50610471610e70565b005b34801561047f57600080fd5b5061049a60048036038101906104959190612281565b610ea5565b005b3480156104a857600080fd5b506104c360048036038101906104be919061241f565b610f74565b005b3480156104d157600080fd5b506104da610fbb565b6040516104e791906121a5565b60405180910390f35b6104f8610fd2565b005b34801561050657600080fd5b50610521600480360381019061051c919061241f565b611082565b005b34801561052f57600080fd5b5061054a60048036038101906105459190612281565b6110c9565b60405161055791906122bd565b60405180910390f35b34801561056c57600080fd5b506105756110e1565b604051610582919061234a565b60405180910390f35b34801561059757600080fd5b506105a0611105565b6040516105ad91906122bd565b60405180910390f35b3480156105c257600080fd5b506105cb61110b565b005b3480156105d957600080fd5b506105f460048036038101906105ef9190612365565b611140565b60405161060191906121a5565b60405180910390f35b34801561061657600080fd5b5061061f6111aa565b60405161062c9190612480565b60405180910390f35b34801561064157600080fd5b5061065c600480360381019061065791906121f6565b6111d0565b60405161066991906122bd565b60405180910390f35b34801561067e57600080fd5b506106876111e8565b604051610694919061234a565b60405180910390f35b3480156106a957600080fd5b506106b26111ef565b6040516106bf91906124bc565b60405180910390f35b3480156106d457600080fd5b506106ef60048036038101906106ea91906121f6565b611215565b6040516106fc91906122bd565b60405180910390f35b34801561071157600080fd5b5061072c60048036038101906107279190612281565b61122d565b005b34801561073a57600080fd5b506107556004803603810190610750919061241f565b611397565b005b34801561076357600080fd5b5061077e60048036038101906107799190612365565b6115e9565b005b34801561078c57600080fd5b506107a760048036038101906107a2919061241f565b61160b565b005b3480156107b557600080fd5b506107d060048036038101906107cb91906121f6565b611a25565b005b3480156107de57600080fd5b506107f960048036038101906107f49190612281565b611bd7565b005b60007f7965db0b000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061086e575061086d82611ca6565b5b9050919050565b600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020548111156108c157600080fd5b80600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546109109190612506565b92505081905550600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b8152600401610974929190612549565b6020604051808303816000875af1158015610993573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109b7919061259e565b503373ffffffffffffffffffffffffffffffffffffffff16817f8ecbd8412d20691da559a69212ae9b490b562401c7f2cbe5a87a26408db0948d6000604051610a0091906121a5565b60405180910390a350565b60096020528060005260406000206000915090505481565b6000806000838152602001908152602001600020600101549050919050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610a6c81611d10565b81600b819055505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610aa181611d10565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663954fa5ee30846040518363ffffffff1660e01b8152600401610afe9291906125cb565b6020604051808303816000875af1158015610b1d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b419190612609565b505050565b610b4f82610a23565b610b5881611d10565b610b628383611d24565b50505050565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b96611e15565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166323b872dd3330846040518463ffffffff1660e01b8152600401610bf593929190612636565b6020604051808303816000875af1158015610c14573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c38919061259e565b5080600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610c88919061266d565b925050819055503373ffffffffffffffffffffffffffffffffffffffff16817fae81be9140a257c80379b08ed118291968a98bb86211dc7dbff77eb388d47e2f6000604051610cd791906121a5565b60405180910390a350565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610d0c81611d10565b81600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b610d59611e56565b73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614610dbd576040517f6697b23200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610dc78282611e5e565b505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610df681611d10565b81600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610e6581611d10565b81600c819055505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610e9a81611d10565b610ea2611f50565b50565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610ecf81611d10565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663860043b630846040518363ffffffff1660e01b8152600401610f2c9291906125cb565b6020604051808303816000875af1158015610f4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610f6f9190612609565b505050565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775610f9e81611d10565b816007600085815260200190815260200160002081905550505050565b6000600260009054906101000a900460ff16905090565b610fda611e15565b34600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611029919061266d565b925050819055503373ffffffffffffffffffffffffffffffffffffffff16347fae81be9140a257c80379b08ed118291968a98bb86211dc7dbff77eb388d47e2f600160405161107891906121a5565b60405180910390a3565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c217756110ac81611d10565b816006600085815260200190815260200160002081905550505050565b60086020528060005260406000206000915090505481565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177581565b600c5481565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177561113581611d10565b61113d611fb3565b50565b600080600084815260200190815260200160002060000160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60066020528060005260406000206000915090505481565b6000801b81565b600460009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b60076020528060005260406000206000915090505481565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c2177561125781611d10565b600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663aad3ec9683600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e12f3a61306040518263ffffffff1660e01b81526004016112f191906126a1565b602060405180830381865afa15801561130e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113329190612609565b6040518363ffffffff1660e01b815260040161134f929190612549565b6020604051808303816000875af115801561136e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113929190612609565b505050565b61139f611e15565b60006007600084815260200190815260200160002054116113f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113ec90612719565b60405180910390fd5b600760008381526020019081526020016000205481101561144b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161144290612785565b60405180910390fd5b600060066000848152602001908152602001600020548261146c91906127a5565b905060008111156115915780600960003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546114c69190612506565b92505081905550600360009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663a9059cbb600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16836040518363ffffffff1660e01b815260040161154c929190612549565b6020604051808303816000875af115801561156b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061158f919061259e565b505b3373ffffffffffffffffffffffffffffffffffffffff1682847f5e55bb919103077adcf5a5a9c9f50facf236ada35e8c62f0982ab84e16e0c8a98460006040516115dc9291906127e7565b60405180910390a4505050565b6115f282610a23565b6115fb81611d10565b6116058383611e5e565b50505050565b611613612016565b61161b611e15565b6000600760008481526020019081526020016000205411611671576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161166890612719565b60405180910390fd5b60076000838152602001908152602001600020548110156116c7576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116be90612785565b60405180910390fd5b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff166396834ad3600b546040518263ffffffff1660e01b8152600401611726919061234a565b608060405180830381865afa158015611743573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061176791906129cb565b905042816060015110156117ca57600c548160600151426117889190612506565b11156117c9576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117c090612a44565b60405180910390fd5b5b600073fac7bc775095b6aa262c89558917c3dca968e1de63b55522b28360000151846040015160126040518463ffffffff1660e01b815260040161181093929190612aca565b602060405180830381865af415801561182d573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118519190612609565b9050600081600660008781526020019081526020016000205485670de0b6b3a764000061187e91906127a5565b61188891906127a5565b6118929190612b30565b905060008111156119c35780600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546118ec9190612506565b925050819055506000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168260405161193b90612b92565b60006040518083038185875af1925050503d8060008114611978576040519150601f19603f3d011682016040523d82523d6000602084013e61197d565b606091505b50509050806119c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119b890612bf3565b60405180910390fd5b505b3373ffffffffffffffffffffffffffffffffffffffff1684867f5e55bb919103077adcf5a5a9c9f50facf236ada35e8c62f0982ab84e16e0c8a9846001604051611a0e9291906127e7565b60405180910390a4505050611a2161205c565b5050565b611a2d612016565b600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054811115611a7957600080fd5b80600860003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611ac89190612506565b9250508190555060003373ffffffffffffffffffffffffffffffffffffffff1682604051611af590612b92565b60006040518083038185875af1925050503d8060008114611b32576040519150601f19603f3d011682016040523d82523d6000602084013e611b37565b606091505b5050905080611b7b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b7290612c5f565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff16827f8ecbd8412d20691da559a69212ae9b490b562401c7f2cbe5a87a26408db0948d6001604051611bc391906121a5565b60405180910390a350611bd461205c565b50565b7fa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775611c0181611d10565b600260019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663662aa11d30846040518363ffffffff1660e01b8152600401611c5e9291906125cb565b6020604051808303816000875af1158015611c7d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ca19190612609565b505050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611d2181611d1c611e56565b612065565b50565b6000611d308383611140565b611e0a57600160008085815260200190815260200160002060000160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550611da7611e56565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a460019050611e0f565b600090505b92915050565b611e1d610fbb565b15611e54576040517fd93c066500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b600033905090565b6000611e6a8383611140565b15611f4557600080600085815260200190815260200160002060000160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550611ee2611e56565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16847ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b60405160405180910390a460019050611f4a565b600090505b92915050565b611f586120b6565b6000600260006101000a81548160ff0219169083151502179055507f5db9ee0a495bf2e6ff9c91a7834c1ba4fdd244a5e8aa4e537bd38aeae4b073aa611f9c611e56565b604051611fa991906126a1565b60405180910390a1565b611fbb611e15565b6001600260006101000a81548160ff0219169083151502179055507f62e78cea01bee320cd4e420270b5ea74000d11b0c9f74754ebdbfc544b05a258611fff611e56565b60405161200c91906126a1565b60405180910390a1565b600260015403612052576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600181905550565b60018081905550565b61206f8282611140565b6120b25780826040517fe2517d3f0000000000000000000000000000000000000000000000000000000081526004016120a9929190612c7f565b60405180910390fd5b5050565b6120be610fbb565b6120f4576040517f8dfc202b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000604051905090565b600080fd5b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b61213a81612105565b811461214557600080fd5b50565b60008135905061215781612131565b92915050565b60006020828403121561217357612172612100565b5b600061218184828501612148565b91505092915050565b60008115159050919050565b61219f8161218a565b82525050565b60006020820190506121ba6000830184612196565b92915050565b6000819050919050565b6121d3816121c0565b81146121de57600080fd5b50565b6000813590506121f0816121ca565b92915050565b60006020828403121561220c5761220b612100565b5b600061221a848285016121e1565b91505092915050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600061224e82612223565b9050919050565b61225e81612243565b811461226957600080fd5b50565b60008135905061227b81612255565b92915050565b60006020828403121561229757612296612100565b5b60006122a58482850161226c565b91505092915050565b6122b7816121c0565b82525050565b60006020820190506122d260008301846122ae565b92915050565b6000819050919050565b6122eb816122d8565b81146122f657600080fd5b50565b600081359050612308816122e2565b92915050565b60006020828403121561232457612323612100565b5b6000612332848285016122f9565b91505092915050565b612344816122d8565b82525050565b600060208201905061235f600083018461233b565b92915050565b6000806040838503121561237c5761237b612100565b5b600061238a858286016122f9565b925050602061239b8582860161226c565b9150509250929050565b6000819050919050565b60006123ca6123c56123c084612223565b6123a5565b612223565b9050919050565b60006123dc826123af565b9050919050565b60006123ee826123d1565b9050919050565b6123fe816123e3565b82525050565b600060208201905061241960008301846123f5565b92915050565b6000806040838503121561243657612435612100565b5b6000612444858286016121e1565b9250506020612455858286016121e1565b9150509250929050565b600061246a826123d1565b9050919050565b61247a8161245f565b82525050565b60006020820190506124956000830184612471565b92915050565b60006124a6826123d1565b9050919050565b6124b68161249b565b82525050565b60006020820190506124d160008301846124ad565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000612511826121c0565b915061251c836121c0565b9250828203905081811115612534576125336124d7565b5b92915050565b61254381612243565b82525050565b600060408201905061255e600083018561253a565b61256b60208301846122ae565b9392505050565b61257b8161218a565b811461258657600080fd5b50565b60008151905061259881612572565b92915050565b6000602082840312156125b4576125b3612100565b5b60006125c284828501612589565b91505092915050565b60006040820190506125e0600083018561253a565b6125ed602083018461253a565b9392505050565b600081519050612603816121ca565b92915050565b60006020828403121561261f5761261e612100565b5b600061262d848285016125f4565b91505092915050565b600060608201905061264b600083018661253a565b612658602083018561253a565b61266560408301846122ae565b949350505050565b6000612678826121c0565b9150612683836121c0565b925082820190508082111561269b5761269a6124d7565b5b92915050565b60006020820190506126b6600083018461253a565b92915050565b600082825260208201905092915050565b7f696e76616c69644974656d496400000000000000000000000000000000000000600082015250565b6000612703600d836126bc565b915061270e826126cd565b602082019050919050565b60006020820190508181036000830152612732816126f6565b9050919050565b7f696e73756666696369656e74416d6f756e740000000000000000000000000000600082015250565b600061276f6012836126bc565b915061277a82612739565b602082019050919050565b6000602082019050818103600083015261279e81612762565b9050919050565b60006127b0826121c0565b91506127bb836121c0565b92508282026127c9816121c0565b915082820484148315176127e0576127df6124d7565b5b5092915050565b60006040820190506127fc60008301856122ae565b6128096020830184612196565b9392505050565b600080fd5b6000601f19601f8301169050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b61285e82612815565b810181811067ffffffffffffffff8211171561287d5761287c612826565b5b80604052505050565b60006128906120f6565b905061289c8282612855565b919050565b60008160070b9050919050565b6128b7816128a1565b81146128c257600080fd5b50565b6000815190506128d4816128ae565b92915050565b600067ffffffffffffffff82169050919050565b6128f7816128da565b811461290257600080fd5b50565b600081519050612914816128ee565b92915050565b60008160030b9050919050565b6129308161291a565b811461293b57600080fd5b50565b60008151905061294d81612927565b92915050565b60006080828403121561296957612968612810565b5b6129736080612886565b90506000612983848285016128c5565b600083015250602061299784828501612905565b60208301525060406129ab8482850161293e565b60408301525060606129bf848285016125f4565b60608301525092915050565b6000608082840312156129e1576129e0612100565b5b60006129ef84828501612953565b91505092915050565b7f5072696365466565644578706972656400000000000000000000000000000000600082015250565b6000612a2e6010836126bc565b9150612a39826129f8565b602082019050919050565b60006020820190508181036000830152612a5d81612a21565b9050919050565b612a6d816128a1565b82525050565b612a7c8161291a565b82525050565b6000819050919050565b600060ff82169050919050565b6000612ab4612aaf612aaa84612a82565b6123a5565b612a8c565b9050919050565b612ac481612a99565b82525050565b6000606082019050612adf6000830186612a64565b612aec6020830185612a73565b612af96040830184612abb565b949350505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612b3b826121c0565b9150612b46836121c0565b925082612b5657612b55612b01565b5b828204905092915050565b600081905092915050565b50565b6000612b7c600083612b61565b9150612b8782612b6c565b600082019050919050565b6000612b9d82612b6f565b9150819050919050565b7f6661696c6564546f53656e64546f526563697069656e74000000000000000000600082015250565b6000612bdd6017836126bc565b9150612be882612ba7565b602082019050919050565b60006020820190508181036000830152612c0c81612bd0565b9050919050565b7f6661696c6564546f576974686472617745544800000000000000000000000000600082015250565b6000612c496013836126bc565b9150612c5482612c13565b602082019050919050565b60006020820190508181036000830152612c7881612c3c565b9050919050565b6000604082019050612c94600083018561253a565b612ca1602083018461233b565b939250505056fea2646970667358221220f504190089458eb436434b5398a74686fbb2ad1f77d89e067d455fdb47eee13c64736f6c63430008180033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000a2aa501b19aff244d90cc15a4cf739d2725b57290000000000000000000000002a83c210de4fb8beff00b032ab952d5b72ec8e1f0000000000000000000000008b50b3b19c3d8f66293339f7cfe473c76174612b
-----Decoded View---------------
Arg [0] : _pythContract (address): 0xA2aa501b19aff244D90cc15a4Cf739D2725B5729
Arg [1] : _recipient (address): 0x2a83C210De4Fb8BEff00b032AB952D5B72ec8E1F
Arg [2] : _pointsOperator (address): 0x8B50b3B19C3d8f66293339f7cfE473C76174612b
-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 000000000000000000000000a2aa501b19aff244d90cc15a4cf739d2725b5729
Arg [1] : 0000000000000000000000002a83c210de4fb8beff00b032ab952d5b72ec8e1f
Arg [2] : 0000000000000000000000008b50b3b19c3d8f66293339f7cfe473c76174612b
Loading...
Loading
Loading...
Loading
Loading...
Loading
Net Worth in USD
$49,111.77
Net Worth in ETH
16.638402
Token Allocations
ETH
94.86%
USDB
5.14%
Multichain Portfolio | 35 Chains
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.