DataSalePoint
Verified contract
Active on
Ethereum with 229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,050.58)
Native
Value
$1,842.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.587876 | $3,133.83 |
$1,842.3 | |
USDT | ERC-20 | 208.29555 | $0.999911 |
$208.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21186384 | 3 days ago | | | 0 | 0.0026702247 | |
| 21186360 | 3 days ago | | | 0 | 0.0019618865 | |
| 21178074 | 4 days ago | | | 0 | 0.00089618593 | |
| 21178065 | 4 days ago | | | 0 | 0.0010656226 | |
| 21157671 | 7 days ago | | | 0 | 0.0010456427 | |
| 21157647 | 7 days ago | | | 0 | 0.00087876192 | |
| 21128958 | 11 days ago | | | 0 | 0.0015534891 | |
| 21128935 | 11 days ago | | | 0 | 0.0010133208 | |
| 21127706 | 11 days ago | | | 0 | 0.00069032199 | |
| 21105739 | 14 days ago | | | 0 | 0.00012469383 |
ABI
ABI objects
Getter at block 21206126
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
RUNNER_ROLE() view returns (bytes32)
0xbc79021bf823ca89c023cd67bfc93e4dacaf31de02d65dfabf525bc0b473bc5b
SALE_ROLE() view returns (bytes32)
0x4913d4da5605218c48834fed44bccb6bdddd90d4fdf48923cf059a07f6fe4a77
getCurrentTurn() view returns (uint256)
43
getKycLimit() view returns (uint256)
1000000000000000000000000
getMax() view returns (uint256)
1000000000000000000000000
getMin() view returns (uint256)
75000000000000000000
getRecRates() view returns (uint256, uint256)
(260, 40)
getTotalSold() view returns (uint256)
33830582557733368231030989
getTreasury() view returns (address)
0x9bbd104f6c3b3b7b19c7d13071149b7d4d28a66c
getTurnsCount() view returns (uint256)
45
isActive() view returns (bool)
true
isInactive() view returns (bool)
false
trustRecommender() view returns (bool)
false
Read-only
balanceOf(uint256 turn_, address user_) view returns (uint256)
getPrice(uint8 type_) view returns (uint256)
getRec(address user_, address rec_) view returns (address)
getRecRates(address rec_) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTurn(uint256 index_) view returns (struct IDataSalePointTurn)
hasRole(bytes32 role, address account) view returns (bool)
isKyc(address user_) view returns (bool)
limitOf(address user_) view returns (uint256)
maxLimitOf(address user_) view returns (uint256)
recBalanceOf(address token_, address user_) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimRec(address[] tokens_)
close()
disableRecommender(address rec_)
enableRecommender(address rec_)
endTurn(uint256 index_)
grantRole(bytes32 role, address account)
open()
recoverCoin()
recoverErc20(address token_, uint256 amount_)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
setKyc(address user_, bool value_)
setKycBatch(address[] users_, bool[] values_)
setKycLimit(uint256 amount_)
setMax(uint256 amount_)
setMin(uint256 amount_)
setRecRate(uint256 firstRecRate_, uint256 secondRecRate_)
setTreasury(address treasury_)
setTrustRecommender(bool value)
setTurn(uint256 sPrice_, uint256 lPrice_, uint256 supply_)
setTurnStatus(address user_, address token_, uint256 amount_, uint256 sold_, address rec_, uint256 fReward_, uint256 sReward_)
setupRecommenders(address[] rec_, uint256[] firstRecRate_, uint256[] secodRecFunds_)
startTurn(uint256 index_)
updateTurnPrice(uint256 index_, uint256 sPrice_, uint256 lPrice_)
updateTurnSupply(uint256 index_, uint256 supply_)
ClaimedFundsSuccessfully(address indexed rec, address indexed token, uint256 amount)
CoinRecoveredSuccessfully(uint256 amount)
Erc20RecoveredSuccessfully(address token, uint256 amount)
KycLimitUpdatedSuccessfully(uint256 limit)
KycUserUpdatedSuccessfully(address indexed user, bool value)
MaxUpdatedSuccessfully(uint256 amount)
MinUpdatedSuccessfully(uint256 amount)
RecRateSetupSuccessfully(uint256 firstRecRate, uint256 secondRecRate)
RecommenderDisabledSuccessfully(address indexed rec)
RecommenderEnabledSuccessfully(address indexed rec)
RecommenderSetupSuccessfully(address indexed rec, uint256 firstRecRate, uint256 secondRecRate)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TreasuryUpdatedSuccessfully(address indexed treasury)
TurnAddedSuccessfully(uint256 sPrice, uint256 lPrice, uint256 supply)
TurnClosedSuccessfully(uint256 indexed turn)
TurnOpenedSuccessfully(uint256 indexed turn)
TurnPriceUpdatedSuccessfully(uint256 indexed turn, uint256 sPrice, uint256 lPrice)
TurnStatusUpdatedSuccessfully(uint8 turnStatus)
TurnSupplyUpdatedSuccessfully(uint256 indexed turn, uint256 supply)
constructor(address treasury_)
receive()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
Closed()
FailedInnerCall()
FirstRecFunds(uint256 reward_)
KycLimit(uint256 limit_, uint256 min_, uint256 max_)
Max(uint256 amount_, uint256 max_)
Min(uint256 amount_, uint256 min_)
ParamsInvalid()
RecDisabled(address rec_)
RecEnabled(address rec_)
RecUndefined(address rec_)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
SecondRecFunds(uint256 reward_)
Started()
TokenUndefined()
TransferNative()
TurnClosed(uint256 index_)
TurnStarted(uint256 index_)
TurnSupply(uint256 index_)
TurnUndefined(uint256 index_)
ZeroAddress()