Source Code
Latest 25 from a total of 109 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Burn Remaining | 11218818 | 1933 days ago | IN | 0 ETH | 0.00053464 | ||||
| Transfer | 11213407 | 1934 days ago | IN | 0.1 ETH | 0.00066509 | ||||
| Transfer | 11213391 | 1934 days ago | IN | 8.30994738 ETH | 0.00120368 | ||||
| Transfer | 11213383 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213379 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213373 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213363 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213353 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213342 | 1934 days ago | IN | 6.25 ETH | 0.00120368 | ||||
| Transfer | 11213335 | 1934 days ago | IN | 6.25 ETH | 0.00114349 | ||||
| Transfer | 11213326 | 1934 days ago | IN | 6.25 ETH | 0.00125049 | ||||
| Transfer | 11213319 | 1934 days ago | IN | 6.25 ETH | 0.00125049 | ||||
| Transfer | 11213313 | 1934 days ago | IN | 6.25 ETH | 0.00125049 | ||||
| Transfer | 11213297 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213283 | 1934 days ago | IN | 6.25 ETH | 0.00114349 | ||||
| Transfer | 11213269 | 1934 days ago | IN | 6.25 ETH | 0.00120368 | ||||
| Transfer | 11213257 | 1934 days ago | IN | 6.25 ETH | 0.00130017 | ||||
| Transfer | 11213229 | 1934 days ago | IN | 6.25 ETH | 0.00107662 | ||||
| Transfer | 11213220 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213209 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213193 | 1934 days ago | IN | 6.25 ETH | 0.00115687 | ||||
| Transfer | 11213179 | 1934 days ago | IN | 6.25 ETH | 0.00120368 | ||||
| Transfer | 11213162 | 1934 days ago | IN | 6.25 ETH | 0.00120368 | ||||
| Transfer | 11213151 | 1934 days ago | IN | 6.25 ETH | 0.00113681 | ||||
| Transfer | 11213142 | 1934 days ago | IN | 6.25 ETH | 0.00113681 |
Latest 25 internal transactions (View All)
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| - | 11213391 | 1934 days ago | 8.30994738 ETH | ||||
| - | 11213383 | 1934 days ago | 6.25 ETH | ||||
| - | 11213379 | 1934 days ago | 6.25 ETH | ||||
| - | 11213373 | 1934 days ago | 6.25 ETH | ||||
| - | 11213363 | 1934 days ago | 6.25 ETH | ||||
| - | 11213353 | 1934 days ago | 6.25 ETH | ||||
| - | 11213342 | 1934 days ago | 6.25 ETH | ||||
| - | 11213335 | 1934 days ago | 6.25 ETH | ||||
| - | 11213326 | 1934 days ago | 6.25 ETH | ||||
| - | 11213319 | 1934 days ago | 6.25 ETH | ||||
| - | 11213313 | 1934 days ago | 6.25 ETH | ||||
| - | 11213297 | 1934 days ago | 6.25 ETH | ||||
| - | 11213283 | 1934 days ago | 6.25 ETH | ||||
| - | 11213269 | 1934 days ago | 6.25 ETH | ||||
| - | 11213257 | 1934 days ago | 6.25 ETH | ||||
| - | 11213229 | 1934 days ago | 6.25 ETH | ||||
| - | 11213220 | 1934 days ago | 6.25 ETH | ||||
| - | 11213209 | 1934 days ago | 6.25 ETH | ||||
| - | 11213193 | 1934 days ago | 6.25 ETH | ||||
| - | 11213179 | 1934 days ago | 6.25 ETH | ||||
| - | 11213162 | 1934 days ago | 6.25 ETH | ||||
| - | 11213151 | 1934 days ago | 6.25 ETH | ||||
| - | 11213142 | 1934 days ago | 6.25 ETH | ||||
| - | 11213141 | 1934 days ago | 0.125 ETH | ||||
| - | 11213085 | 1934 days ago | 6.25 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
OhlayCrowdsale
Compiler Version
v0.7.4+commit.3f05b770
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2020-10-20
*/
// File: @openzeppelin/contracts/math/SafeMath.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
/**
* @dev Wrappers over Solidity's arithmetic operations with added overflow
* checks.
*
* Arithmetic operations in Solidity wrap on overflow. This can easily result
* in bugs, because programmers usually assume that an overflow raises an
* error, which is the standard behavior in high level programming languages.
* `SafeMath` restores this intuition by reverting the transaction when an
* operation overflows.
*
* Using this library instead of the unchecked operations eliminates an entire
* class of bugs, so it's recommended to use it always.
*/
library SafeMath {
/**
* @dev Returns the addition of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `+` operator.
*
* Requirements:
*
* - Addition cannot overflow.
*/
function add(uint256 a, uint256 b) internal pure returns (uint256) {
uint256 c = a + b;
require(c >= a, "SafeMath: addition overflow");
return c;
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b) internal pure returns (uint256) {
return sub(a, b, "SafeMath: subtraction overflow");
}
/**
* @dev Returns the subtraction of two unsigned integers, reverting with custom message on
* overflow (when the result is negative).
*
* Counterpart to Solidity's `-` operator.
*
* Requirements:
*
* - Subtraction cannot overflow.
*/
function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b <= a, errorMessage);
uint256 c = a - b;
return c;
}
/**
* @dev Returns the multiplication of two unsigned integers, reverting on
* overflow.
*
* Counterpart to Solidity's `*` operator.
*
* Requirements:
*
* - Multiplication cannot overflow.
*/
function mul(uint256 a, uint256 b) internal pure returns (uint256) {
// Gas optimization: this is cheaper than requiring 'a' not being zero, but the
// benefit is lost if 'b' is also tested.
// See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
if (a == 0) {
return 0;
}
uint256 c = a * b;
require(c / a == b, "SafeMath: multiplication overflow");
return c;
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b) internal pure returns (uint256) {
return div(a, b, "SafeMath: division by zero");
}
/**
* @dev Returns the integer division of two unsigned integers. Reverts with custom message on
* division by zero. The result is rounded towards zero.
*
* Counterpart to Solidity's `/` operator. Note: this function uses a
* `revert` opcode (which leaves remaining gas untouched) while Solidity
* uses an invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b > 0, errorMessage);
uint256 c = a / b;
// assert(a == b * c + a % b); // There is no case in which this doesn't hold
return c;
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b) internal pure returns (uint256) {
return mod(a, b, "SafeMath: modulo by zero");
}
/**
* @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
* Reverts with custom message when dividing by zero.
*
* Counterpart to Solidity's `%` operator. This function uses a `revert`
* opcode (which leaves remaining gas untouched) while Solidity uses an
* invalid opcode to revert (consuming all remaining gas).
*
* Requirements:
*
* - The divisor cannot be zero.
*/
function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
require(b != 0, errorMessage);
return a % b;
}
}
// File: @openzeppelin/contracts/token/ERC20/IERC20.sol
pragma solidity ^0.7.0;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by `account`.
*/
function balanceOf(address account) external view returns (uint256);
/**
* @dev Moves `amount` tokens from the caller's account to `recipient`.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transfer(address recipient, uint256 amount) 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 `amount` 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 amount) external returns (bool);
/**
* @dev Moves `amount` tokens from `sender` to `recipient` using the
* allowance mechanism. `amount` is then deducted from the caller's
* allowance.
*
* Returns a boolean value indicating whether the operation succeeded.
*
* Emits a {Transfer} event.
*/
function transferFrom(address sender, address recipient, uint256 amount) external returns (bool);
/**
* @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);
}
// File: @openzeppelin/contracts/utils/Address.sol
pragma solidity ^0.7.0;
/**
* @dev Collection of functions related to the address type
*/
library Address {
/**
* @dev Returns true if `account` is a contract.
*
* [IMPORTANT]
* ====
* It is unsafe to assume that an address for which this function returns
* false is an externally-owned account (EOA) and not a contract.
*
* Among others, `isContract` will return false for the following
* types of addresses:
*
* - an externally-owned account
* - a contract in construction
* - an address where a contract will be created
* - an address where a contract lived, but was destroyed
* ====
*/
function isContract(address account) internal view returns (bool) {
// According to EIP-1052, 0x0 is the value returned for not-yet created accounts
// and 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 is returned
// for accounts without code, i.e. `keccak256('')`
bytes32 codehash;
bytes32 accountHash = 0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470;
// solhint-disable-next-line no-inline-assembly
assembly { codehash := extcodehash(account) }
return (codehash != accountHash && codehash != 0x0);
}
/**
* @dev Replacement for Solidity's `transfer`: sends `amount` wei to
* `recipient`, forwarding all available gas and reverting on errors.
*
* https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
* of certain opcodes, possibly making contracts go over the 2300 gas limit
* imposed by `transfer`, making them unable to receive funds via
* `transfer`. {sendValue} removes this limitation.
*
* https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
*
* IMPORTANT: because control is transferred to `recipient`, care must be
* taken to not create reentrancy vulnerabilities. Consider using
* {ReentrancyGuard} or the
* https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
*/
function sendValue(address payable recipient, uint256 amount) internal {
require(address(this).balance >= amount, "Address: insufficient balance");
// solhint-disable-next-line avoid-low-level-calls, avoid-call-value
(bool success, ) = recipient.call{ value: amount }("");
require(success, "Address: unable to send value, recipient may have reverted");
}
/**
* @dev Performs a Solidity function call using a low level `call`. A
* plain`call` is an unsafe replacement for a function call: use this
* function instead.
*
* If `target` reverts with a revert reason, it is bubbled up by this
* function (like regular Solidity function calls).
*
* Returns the raw returned data. To convert to the expected return value,
* use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
*
* Requirements:
*
* - `target` must be a contract.
* - calling `target` with `data` must not revert.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data) internal returns (bytes memory) {
return functionCall(target, data, "Address: low-level call failed");
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
* `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCall(address target, bytes memory data, string memory errorMessage) internal returns (bytes memory) {
return _functionCallWithValue(target, data, 0, errorMessage);
}
/**
* @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
* but also transferring `value` wei to `target`.
*
* Requirements:
*
* - the calling contract must have an ETH balance of at least `value`.
* - the called Solidity function must be `payable`.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {
return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
}
/**
* @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
* with `errorMessage` as a fallback revert reason when `target` reverts.
*
* _Available since v3.1._
*/
function functionCallWithValue(address target, bytes memory data, uint256 value, string memory errorMessage) internal returns (bytes memory) {
require(address(this).balance >= value, "Address: insufficient balance for call");
return _functionCallWithValue(target, data, value, errorMessage);
}
function _functionCallWithValue(address target, bytes memory data, uint256 weiValue, string memory errorMessage) private returns (bytes memory) {
require(isContract(target), "Address: call to non-contract");
// solhint-disable-next-line avoid-low-level-calls
(bool success, bytes memory returndata) = target.call{ value: weiValue }(data);
if (success) {
return returndata;
} else {
// Look for revert reason and bubble it up if present
if (returndata.length > 0) {
// The easiest way to bubble the revert reason is using memory via assembly
// solhint-disable-next-line no-inline-assembly
assembly {
let returndata_size := mload(returndata)
revert(add(32, returndata), returndata_size)
}
} else {
revert(errorMessage);
}
}
}
}
// File: @openzeppelin/contracts/token/ERC20/SafeERC20.sol
pragma solidity ^0.7.0;
/**
* @title SafeERC20
* @dev Wrappers around ERC20 operations that throw on failure (when the token
* contract returns false). Tokens that return no value (and instead revert or
* throw on failure) are also supported, non-reverting calls are assumed to be
* successful.
* To use this library you can add a `using SafeERC20 for IERC20;` statement to your contract,
* which allows you to call the safe operations as `token.safeTransfer(...)`, etc.
*/
library SafeERC20 {
using SafeMath for uint256;
using Address for address;
function safeTransfer(IERC20 token, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transfer.selector, to, value));
}
function safeTransferFrom(IERC20 token, address from, address to, uint256 value) internal {
_callOptionalReturn(token, abi.encodeWithSelector(token.transferFrom.selector, from, to, value));
}
/**
* @dev Deprecated. This function has issues similar to the ones found in
* {IERC20-approve}, and its usage is discouraged.
*
* Whenever possible, use {safeIncreaseAllowance} and
* {safeDecreaseAllowance} instead.
*/
function safeApprove(IERC20 token, address spender, uint256 value) internal {
// safeApprove should only be called when setting an initial allowance,
// or when resetting it to zero. To increase and decrease it, use
// 'safeIncreaseAllowance' and 'safeDecreaseAllowance'
// solhint-disable-next-line max-line-length
require((value == 0) || (token.allowance(address(this), spender) == 0),
"SafeERC20: approve from non-zero to non-zero allowance"
);
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, value));
}
function safeIncreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 newAllowance = token.allowance(address(this), spender).add(value);
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
function safeDecreaseAllowance(IERC20 token, address spender, uint256 value) internal {
uint256 newAllowance = token.allowance(address(this), spender).sub(value, "SafeERC20: decreased allowance below zero");
_callOptionalReturn(token, abi.encodeWithSelector(token.approve.selector, spender, newAllowance));
}
/**
* @dev Imitates a Solidity high-level call (i.e. a regular function call to a contract), relaxing the requirement
* on the return value: the return value is optional (but if data is returned, it must not be false).
* @param token The token targeted by the call.
* @param data The call data (encoded using abi.encode or one of its variants).
*/
function _callOptionalReturn(IERC20 token, bytes memory data) private {
// We need to perform a low level call here, to bypass Solidity's return data size checking mechanism, since
// we're implementing it ourselves. We use {Address.functionCall} to perform this call, which verifies that
// the target address contains contract code and also asserts for success in the low-level call.
bytes memory returndata = address(token).functionCall(data, "SafeERC20: low-level call failed");
if (returndata.length > 0) { // Return data is optional
// solhint-disable-next-line max-line-length
require(abi.decode(returndata, (bool)), "SafeERC20: ERC20 operation did not succeed");
}
}
}
// File: @openzeppelin/contracts/GSN/Context.sol
pragma solidity ^0.7.0;
/*
* @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 GSN 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 payable) {
return msg.sender;
}
function _msgData() internal view virtual returns (bytes memory) {
this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
return msg.data;
}
}
// File: @openzeppelin/contracts/utils/ReentrancyGuard.sol
pragma solidity ^0.7.0;
/**
* @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].
*/
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;
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 make it call a
* `private` function that does the actual work.
*/
modifier nonReentrant() {
// On the first call to nonReentrant, _notEntered will be true
require(_status != _ENTERED, "ReentrancyGuard: reentrant call");
// Any calls to nonReentrant after this point will fail
_status = _ENTERED;
_;
// By storing the original value once again, a refund is triggered (see
// https://eips.ethereum.org/EIPS/eip-2200)
_status = _NOT_ENTERED;
}
}
// File: contracts/token/IERC20Burnable.sol
pragma solidity ^0.7.0;
/**
* @dev Interface of the ERC20Burnable.
*/
interface IERC20Burnable is IERC20 {
/**
* @dev Destroys `amount` tokens from the caller.
*
* See {ERC20-_burn}.
*/
function burn(uint256 amount) external;
}
// File: contracts/crowdsale/OhlayCrowdsale.sol
pragma solidity ^0.7.0;
contract OhlayCrowdsale is ReentrancyGuard, Context {
using SafeMath for uint256;
using SafeERC20 for IERC20Burnable;
IERC20Burnable private _token;
address payable private _wallet;
uint256 private _rate;
uint256 private _weiRaised;
uint256 private _openingTime;
uint256 private _closingTime;
uint256 public constant MIN_CONTRIBUTION = 0.1 ether;
event TokensPurchased(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount);
constructor (
uint256 rate,
address payable wallet,
IERC20Burnable token,
uint256 openingTime,
uint256 closingTime
) {
require(rate > 0, "Crowdsale: rate is 0");
require(wallet != address(0), "Crowdsale: wallet is the zero address");
require(address(token) != address(0), "Crowdsale: token is the zero address");
require(openingTime >= block.timestamp, "TimedCrowdsale: opening time is before current time"); // solhint-disable-line not-rely-on-time
require(closingTime > openingTime, "TimedCrowdsale: opening time is not before closing time");
_rate = rate;
_wallet = wallet;
_token = token;
_openingTime = openingTime;
_closingTime = closingTime;
}
receive() external payable {
buyTokens(_msgSender());
}
function token() public view returns (IERC20Burnable) {
return _token;
}
function wallet() public view returns (address payable) {
return _wallet;
}
function rate() public view returns (uint256) {
return _rate;
}
function weiRaised() public view returns (uint256) {
return _weiRaised;
}
function openingTime() public view returns (uint256) {
return _openingTime;
}
function closingTime() public view returns (uint256) {
return _closingTime;
}
function isOpen() public view returns (bool) {
// solhint-disable-next-line not-rely-on-time
return block.timestamp >= _openingTime && block.timestamp <= _closingTime;
}
function hasClosed() public view returns (bool) {
// solhint-disable-next-line not-rely-on-time
return block.timestamp > _closingTime;
}
function buyTokens(address beneficiary) public nonReentrant payable {
uint256 weiAmount = msg.value;
_preValidatePurchase(beneficiary, weiAmount);
uint256 tokens = _getTokenAmount(weiAmount);
_weiRaised = _weiRaised.add(weiAmount);
_processPurchase(beneficiary, tokens);
emit TokensPurchased(_msgSender(), beneficiary, weiAmount, tokens);
_forwardFunds();
}
function burnRemaining() public {
require(hasClosed(), "OhlayCrowdsale: not closed");
_token.burn(_token.balanceOf(address(this)));
}
function _preValidatePurchase(address beneficiary, uint256 weiAmount) internal view virtual {
require(beneficiary != address(0), "Crowdsale: beneficiary is the zero address");
require(isOpen(), "TimedCrowdsale: not open");
require(weiAmount >= MIN_CONTRIBUTION, "OhlayCrowdsale: minimum amount is 0.1 ether");
this;
}
function _deliverTokens(address beneficiary, uint256 tokenAmount) internal virtual {
_token.safeTransfer(beneficiary, tokenAmount);
}
function _processPurchase(address beneficiary, uint256 tokenAmount) internal virtual {
_deliverTokens(beneficiary, tokenAmount);
}
function _getTokenAmount(uint256 weiAmount) internal view virtual returns (uint256) {
return weiAmount.mul(_rate);
}
function _forwardFunds() internal virtual {
_wallet.transfer(msg.value);
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"uint256","name":"rate","type":"uint256"},{"internalType":"address payable","name":"wallet","type":"address"},{"internalType":"contract IERC20Burnable","name":"token","type":"address"},{"internalType":"uint256","name":"openingTime","type":"uint256"},{"internalType":"uint256","name":"closingTime","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"purchaser","type":"address"},{"indexed":true,"internalType":"address","name":"beneficiary","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"TokensPurchased","type":"event"},{"inputs":[],"name":"MIN_CONTRIBUTION","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"burnRemaining","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"beneficiary","type":"address"}],"name":"buyTokens","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"closingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"hasClosed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"isOpen","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"openingTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"rate","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"token","outputs":[{"internalType":"contract IERC20Burnable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"wallet","outputs":[{"internalType":"address payable","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"weiRaised","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]Contract Creation Code
608060405234801561001057600080fd5b50604051610d2a380380610d2a833981810160405260a081101561003357600080fd5b508051602082015160408301516060840151608090940151600160005592939192909190846100a9576040805162461bcd60e51b815260206004820152601460248201527f43726f776473616c653a20726174652069732030000000000000000000000000604482015290519081900360640190fd5b6001600160a01b0384166100ee5760405162461bcd60e51b8152600401808060200182810382526025815260200180610d056025913960400191505060405180910390fd5b6001600160a01b0383166101335760405162461bcd60e51b8152600401808060200182810382526024815260200180610ce16024913960400191505060405180910390fd5b428210156101725760405162461bcd60e51b8152600401808060200182810382526033815260200180610c776033913960400191505060405180910390fd5b8181116101b05760405162461bcd60e51b8152600401808060200182810382526037815260200180610caa6037913960400191505060405180910390fd5b600394909455600280546001600160a01b039485166001600160a01b0319918216179091556001805493909416921691909117909155600555600655610a7c806101fb6000396000f3fe6080604052600436106100a05760003560e01c80634b6753bc116100645780634b6753bc1461014b578063521eb27314610160578063b7a8807c14610191578063d6a78004146101a6578063ec8ac4d8146101bb578063fc0c546a146101e1576100b7565b80631515bc2b146100bc5780632c4e722e146100e55780634042b66f1461010c57806340650c911461012157806347535d7b14610136576100b7565b366100b7576100b56100b06101f6565b6101fa565b005b600080fd5b3480156100c857600080fd5b506100d16102f6565b604080519115158252519081900360200190f35b3480156100f157600080fd5b506100fa6102fe565b60408051918252519081900360200190f35b34801561011857600080fd5b506100fa610304565b34801561012d57600080fd5b506100fa61030a565b34801561014257600080fd5b506100d1610316565b34801561015757600080fd5b506100fa610331565b34801561016c57600080fd5b50610175610337565b604080516001600160a01b039092168252519081900360200190f35b34801561019d57600080fd5b506100fa610346565b3480156101b257600080fd5b506100b561034c565b6100b5600480360360208110156101d157600080fd5b50356001600160a01b03166101fa565b3480156101ed57600080fd5b5061017561047c565b3390565b60026000541415610252576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b600260005534610262828261048b565b600061026d82610574565b60045490915061027d9083610591565b60045561028a83826105f2565b826001600160a01b031661029c6101f6565b6001600160a01b03167f6faf93231a456e552dbc9961f58d9713ee4f2e69d15f1975b050ef0911053a7b8484604051808381526020018281526020019250505060405180910390a36102ec6105fc565b5050600160005550565b600654421190565b60035490565b60045490565b67016345785d8a000081565b6000600554421015801561032c57506006544211155b905090565b60065490565b6002546001600160a01b031690565b60055490565b6103546102f6565b6103a5576040805162461bcd60e51b815260206004820152601a60248201527f4f686c617943726f776473616c653a206e6f7420636c6f736564000000000000604482015290519081900360640190fd5b600154604080516370a0823160e01b815230600482015290516001600160a01b03909216916342966c689183916370a0823191602480820192602092909190829003018186803b1580156103f857600080fd5b505afa15801561040c573d6000803e3d6000fd5b505050506040513d602081101561042257600080fd5b5051604080516001600160e01b031960e085901b168152600481019290925251602480830192600092919082900301818387803b15801561046257600080fd5b505af1158015610476573d6000803e3d6000fd5b50505050565b6001546001600160a01b031690565b6001600160a01b0382166104d05760405162461bcd60e51b815260040180806020018281038252602a8152602001806109f3602a913960400191505060405180910390fd5b6104d8610316565b610529576040805162461bcd60e51b815260206004820152601860248201527f54696d656443726f776473616c653a206e6f74206f70656e0000000000000000604482015290519081900360640190fd5b67016345785d8a00008110156105705760405162461bcd60e51b815260040180806020018281038252602b8152602001806109a7602b913960400191505060405180910390fd5b5050565b600061058b6003548361063890919063ffffffff16565b92915050565b6000828201838110156105eb576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6105708282610691565b6002546040516001600160a01b03909116903480156108fc02916000818181858888f19350505050158015610635573d6000803e3d6000fd5b50565b6000826106475750600061058b565b8282028284828161065457fe5b04146105eb5760405162461bcd60e51b81526004018080602001828103825260218152602001806109d26021913960400191505060405180910390fd5b600154610570906001600160a01b03168383604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526106f59084906106fa565b505050565b606061074f826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166107ab9092919063ffffffff16565b8051909150156106f55780806020019051602081101561076e57600080fd5b50516106f55760405162461bcd60e51b815260040180806020018281038252602a815260200180610a1d602a913960400191505060405180910390fd5b60606107ba84846000856107c2565b949350505050565b60606107cd8561096d565b61081e576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b6020831061085d5780518252601f19909201916020918201910161083e565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146108bf576040519150601f19603f3d011682016040523d82523d6000602084013e6108c4565b606091505b509150915081156108d85791506107ba9050565b8051156108e85780518082602001fd5b8360405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561093257818101518382015260200161091a565b50505050905090810190601f16801561095f5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4708181148015906107ba57505015159291505056fe4f686c617943726f776473616c653a206d696e696d756d20616d6f756e7420697320302e31206574686572536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7743726f776473616c653a2062656e656669636961727920697320746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a2646970667358221220061f636afa8316389321591ddb114e95075223e5e4a36a1281c8de7f4ad003d264736f6c6343000704003354696d656443726f776473616c653a206f70656e696e672074696d65206973206265666f72652063757272656e742074696d6554696d656443726f776473616c653a206f70656e696e672074696d65206973206e6f74206265666f726520636c6f73696e672074696d6543726f776473616c653a20746f6b656e20697320746865207a65726f206164647265737343726f776473616c653a2077616c6c657420697320746865207a65726f20616464726573730000000000000000000000000000000000000000000000000000000000013880000000000000000000000000eeb1f62ccfd1a3cc79547b7ea342f61dc2432d7800000000000000000000000008cae08246e9e47ab20db3d87375094b1ef3a533000000000000000000000000000000000000000000000000000000005f9dfa80000000000000000000000000000000000000000000000000000000005fa73500
Deployed Bytecode
0x6080604052600436106100a05760003560e01c80634b6753bc116100645780634b6753bc1461014b578063521eb27314610160578063b7a8807c14610191578063d6a78004146101a6578063ec8ac4d8146101bb578063fc0c546a146101e1576100b7565b80631515bc2b146100bc5780632c4e722e146100e55780634042b66f1461010c57806340650c911461012157806347535d7b14610136576100b7565b366100b7576100b56100b06101f6565b6101fa565b005b600080fd5b3480156100c857600080fd5b506100d16102f6565b604080519115158252519081900360200190f35b3480156100f157600080fd5b506100fa6102fe565b60408051918252519081900360200190f35b34801561011857600080fd5b506100fa610304565b34801561012d57600080fd5b506100fa61030a565b34801561014257600080fd5b506100d1610316565b34801561015757600080fd5b506100fa610331565b34801561016c57600080fd5b50610175610337565b604080516001600160a01b039092168252519081900360200190f35b34801561019d57600080fd5b506100fa610346565b3480156101b257600080fd5b506100b561034c565b6100b5600480360360208110156101d157600080fd5b50356001600160a01b03166101fa565b3480156101ed57600080fd5b5061017561047c565b3390565b60026000541415610252576040805162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015290519081900360640190fd5b600260005534610262828261048b565b600061026d82610574565b60045490915061027d9083610591565b60045561028a83826105f2565b826001600160a01b031661029c6101f6565b6001600160a01b03167f6faf93231a456e552dbc9961f58d9713ee4f2e69d15f1975b050ef0911053a7b8484604051808381526020018281526020019250505060405180910390a36102ec6105fc565b5050600160005550565b600654421190565b60035490565b60045490565b67016345785d8a000081565b6000600554421015801561032c57506006544211155b905090565b60065490565b6002546001600160a01b031690565b60055490565b6103546102f6565b6103a5576040805162461bcd60e51b815260206004820152601a60248201527f4f686c617943726f776473616c653a206e6f7420636c6f736564000000000000604482015290519081900360640190fd5b600154604080516370a0823160e01b815230600482015290516001600160a01b03909216916342966c689183916370a0823191602480820192602092909190829003018186803b1580156103f857600080fd5b505afa15801561040c573d6000803e3d6000fd5b505050506040513d602081101561042257600080fd5b5051604080516001600160e01b031960e085901b168152600481019290925251602480830192600092919082900301818387803b15801561046257600080fd5b505af1158015610476573d6000803e3d6000fd5b50505050565b6001546001600160a01b031690565b6001600160a01b0382166104d05760405162461bcd60e51b815260040180806020018281038252602a8152602001806109f3602a913960400191505060405180910390fd5b6104d8610316565b610529576040805162461bcd60e51b815260206004820152601860248201527f54696d656443726f776473616c653a206e6f74206f70656e0000000000000000604482015290519081900360640190fd5b67016345785d8a00008110156105705760405162461bcd60e51b815260040180806020018281038252602b8152602001806109a7602b913960400191505060405180910390fd5b5050565b600061058b6003548361063890919063ffffffff16565b92915050565b6000828201838110156105eb576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b9392505050565b6105708282610691565b6002546040516001600160a01b03909116903480156108fc02916000818181858888f19350505050158015610635573d6000803e3d6000fd5b50565b6000826106475750600061058b565b8282028284828161065457fe5b04146105eb5760405162461bcd60e51b81526004018080602001828103825260218152602001806109d26021913960400191505060405180910390fd5b600154610570906001600160a01b03168383604080516001600160a01b038416602482015260448082018490528251808303909101815260649091019091526020810180516001600160e01b031663a9059cbb60e01b1790526106f59084906106fa565b505050565b606061074f826040518060400160405280602081526020017f5361666545524332303a206c6f772d6c6576656c2063616c6c206661696c6564815250856001600160a01b03166107ab9092919063ffffffff16565b8051909150156106f55780806020019051602081101561076e57600080fd5b50516106f55760405162461bcd60e51b815260040180806020018281038252602a815260200180610a1d602a913960400191505060405180910390fd5b60606107ba84846000856107c2565b949350505050565b60606107cd8561096d565b61081e576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b6020831061085d5780518252601f19909201916020918201910161083e565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d80600081146108bf576040519150601f19603f3d011682016040523d82523d6000602084013e6108c4565b606091505b509150915081156108d85791506107ba9050565b8051156108e85780518082602001fd5b8360405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b8381101561093257818101518382015260200161091a565b50505050905090810190601f16801561095f5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b6000813f7fc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a4708181148015906107ba57505015159291505056fe4f686c617943726f776473616c653a206d696e696d756d20616d6f756e7420697320302e31206574686572536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7743726f776473616c653a2062656e656669636961727920697320746865207a65726f20616464726573735361666545524332303a204552433230206f7065726174696f6e20646964206e6f742073756363656564a2646970667358221220061f636afa8316389321591ddb114e95075223e5e4a36a1281c8de7f4ad003d264736f6c63430007040033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
0000000000000000000000000000000000000000000000000000000000013880000000000000000000000000eeb1f62ccfd1a3cc79547b7ea342f61dc2432d7800000000000000000000000008cae08246e9e47ab20db3d87375094b1ef3a533000000000000000000000000000000000000000000000000000000005f9dfa80000000000000000000000000000000000000000000000000000000005fa73500
-----Decoded View---------------
Arg [0] : rate (uint256): 80000
Arg [1] : wallet (address): 0xEeb1F62ccfD1A3cc79547b7eA342F61dC2432d78
Arg [2] : token (address): 0x08caE08246E9e47ab20db3D87375094B1Ef3A533
Arg [3] : openingTime (uint256): 1604188800
Arg [4] : closingTime (uint256): 1604793600
-----Encoded View---------------
5 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000013880
Arg [1] : 000000000000000000000000eeb1f62ccfd1a3cc79547b7ea342f61dc2432d78
Arg [2] : 00000000000000000000000008cae08246e9e47ab20db3d87375094b1ef3a533
Arg [3] : 000000000000000000000000000000000000000000000000000000005f9dfa80
Arg [4] : 000000000000000000000000000000000000000000000000000000005fa73500
Deployed Bytecode Sourcemap
22276:3853:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23641:23;23651:12;:10;:12::i;:::-;23641:9;:23::i;:::-;22276:3853;;;;;24449:159;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;23871:77;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;23956:87;;;;;;;;;;;;;:::i;22620:52::-;;;;;;;;;;;;;:::i;24249:192::-;;;;;;;;;;;;;:::i;24150:91::-;;;;;;;;;;;;;:::i;23774:89::-;;;;;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;;;;23774:89:0;;;;;;;;;;;;;;24051:91;;;;;;;;;;;;;:::i;25061:156::-;;;;;;;;;;;;;:::i;24616:437::-;;;;;;;;;;;;;;;;-1:-1:-1;24616:437:0;-1:-1:-1;;;;;24616:437:0;;:::i;23680:86::-;;;;;;;;;;;;;:::i;18820:106::-;18908:10;18820:106;:::o;24616:437::-;20909:1;21506:7;;:19;;21498:63;;;;;-1:-1:-1;;;21498:63:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;20909:1;21639:7;:18;24715:9:::1;24737:44;24758:11:::0;24715:9;24737:20:::1;:44::i;:::-;24794:14;24811:26;24827:9;24811:15;:26::i;:::-;24863:10;::::0;24794:43;;-1:-1:-1;24863:25:0::1;::::0;24878:9;24863:14:::1;:25::i;:::-;24850:10;:38:::0;24901:37:::1;24918:11:::0;24931:6;24901:16:::1;:37::i;:::-;24986:11;-1:-1:-1::0;;;;;24956:61:0::1;24972:12;:10;:12::i;:::-;-1:-1:-1::0;;;;;24956:61:0::1;;24999:9;25010:6;24956:61;;;;;;;;;;;;;;;;;;;;;;;;25030:15;:13;:15::i;:::-;-1:-1:-1::0;;20865:1:0;21818:7;:22;-1:-1:-1;24616:437:0:o;24449:159::-;24588:12;;24570:15;:30;24449:159;:::o;23871:77::-;23935:5;;23871:77;:::o;23956:87::-;24025:10;;23956:87;:::o;22620:52::-;22663:9;22620:52;:::o;24249:192::-;24288:4;24386:12;;24367:15;:31;;:66;;;;;24421:12;;24402:15;:31;;24367:66;24360:73;;24249:192;:::o;24150:91::-;24221:12;;24150:91;:::o;23774:89::-;23848:7;;-1:-1:-1;;;;;23848:7:0;23774:89;:::o;24051:91::-;24122:12;;24051:91;:::o;25061:156::-;25112:11;:9;:11::i;:::-;25104:50;;;;;-1:-1:-1;;;25104:50:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;25165:6;;25177:31;;;-1:-1:-1;;;25177:31:0;;25202:4;25177:31;;;;;;-1:-1:-1;;;;;25165:6:0;;;;:11;;:6;;25177:16;;:31;;;;;;;;;;;;;;;25165:6;25177:31;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;25177:31:0;25165:44;;;-1:-1:-1;;;;;;25165:44:0;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;25165:44:0;;;;;;;-1:-1:-1;25165:44:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25061:156::o;23680:86::-;23752:6;;-1:-1:-1;;;;;23752:6:0;23680:86;:::o;25225:360::-;-1:-1:-1;;;;;25336:25:0;;25328:80;;;;-1:-1:-1;;;25328:80:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25427:8;:6;:8::i;:::-;25419:45;;;;;-1:-1:-1;;;25419:45:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;22663:9;25483;:29;;25475:85;;;;-1:-1:-1;;;25475:85:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25225:360;;:::o;25900:130::-;25975:7;26002:20;26016:5;;26002:9;:13;;:20;;;;:::i;:::-;25995:27;25900:130;-1:-1:-1;;25900:130:0:o;956:181::-;1014:7;1046:5;;;1070:6;;;;1062:46;;;;;-1:-1:-1;;;1062:46:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;1128:1;956:181;-1:-1:-1;;;956:181:0:o;25748:144::-;25844:40;25859:11;25872;25844:14;:40::i;26038:88::-;26091:7;;:27;;-1:-1:-1;;;;;26091:7:0;;;;26108:9;26091:27;;;;;:7;:27;:7;:27;26108:9;26091:7;:27;;;;;;;;;;;;;;;;;;;;;26038:88::o;2310:471::-;2368:7;2613:6;2609:47;;-1:-1:-1;2643:1:0;2636:8;;2609:47;2680:5;;;2684:1;2680;:5;:1;2704:5;;;;;:10;2696:56;;;;-1:-1:-1;;;2696:56:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25593:147;25687:6;;:45;;-1:-1:-1;;;;;25687:6:0;25707:11;25720;15231:58;;;-1:-1:-1;;;;;15231:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;15231:58:0;-1:-1:-1;;;15231:58:0;;;15204:86;;15224:5;;15204:19;:86::i;:::-;15121:177;;;:::o;17426:761::-;17850:23;17876:69;17904:4;17876:69;;;;;;;;;;;;;;;;;17884:5;-1:-1:-1;;;;;17876:27:0;;;:69;;;;;:::i;:::-;17960:17;;17850:95;;-1:-1:-1;17960:21:0;17956:224;;18102:10;18091:30;;;;;;;;;;;;;;;-1:-1:-1;18091:30:0;18083:85;;;;-1:-1:-1;;;18083:85:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12100:196;12203:12;12235:53;12258:6;12266:4;12272:1;12275:12;12235:22;:53::i;:::-;12228:60;12100:196;-1:-1:-1;;;;12100:196:0:o;13477:979::-;13607:12;13640:18;13651:6;13640:10;:18::i;:::-;13632:60;;;;;-1:-1:-1;;;13632:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;13766:12;13780:23;13807:6;-1:-1:-1;;;;;13807:11:0;13827:8;13838:4;13807:36;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;13807:36:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13765:78;;;;13858:7;13854:595;;;13889:10;-1:-1:-1;13882:17:0;;-1:-1:-1;13882:17:0;13854:595;14003:17;;:21;13999:439;;14266:10;14260:17;14327:15;14314:10;14310:2;14306:19;14299:44;14214:148;14409:12;14402:20;;-1:-1:-1;;;14402:20:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8985:619;9045:4;9513:20;;9356:66;9553:23;;;;;;:42;;-1:-1:-1;;9580:15:0;;;9545:51;-1:-1:-1;;8985:619:0:o
Swarm Source
ipfs://061f636afa8316389321591ddb114e95075223e5e4a36a1281c8de7f4ad003d2
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 34 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
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.