ViralXRewards
Verified contract
Active on
Ethereum with 96 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0286…24c5
Balances ($1,969.41)
Native
Value
$1,565.96
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4 | $3,914.90 |
$1,565.96 | |
DROPS | ERC-20 | 1.4675K | $0.225636 |
$331.12 | |
ASG | ERC-20 | 99.3K | $0.000728 |
$72.33 | |
CHUB | ERC-20 | 60K | -- | -- | |
ZOMBIX | ERC-20 | 50K | -- | -- | |
VIRALX | ERC-20 | 658 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20421850 | 4 months ago | | | 0 | 0.0023101640 | |
| 20398323 | 4 months ago | | | 0 | 0.00085598820 | |
| 20271573 | 5 months ago | | | 0 | 0.00015066044 | |
| 20017217 | 6 months ago | | | 0 | 0.0025963149 | |
| 19999840 | 6 months ago | | | 0 | 0.0017337915 | |
| 19996828 | 6 months ago | | | 0 | 0.0020908730 | |
| 19995121 | 6 months ago | | | 0 | 0.0013277028 | |
| 19993115 | 6 months ago | | | 0 | 0.0023459534 | |
| 19979861 | 6 months ago | | | 0 | 0.0018468751 | |
| 19978840 | 6 months ago | | | 0 | 0.00015065209 |
ABI
ABI objects
Getter at block 21385976
feePercent() view returns (uint256)
0
feeReceiverEth() view returns (address)
0xf966e66059a8b4ed164148a94049018cc5777c23
feeReceiverTokens() view returns (address)
0x96ba97679ca4889c4a86e01e98bbfcb1cd194ed6
owner() view returns (address)
0x96ba97679ca4889c4a86e01e98bbfcb1cd194ed6
poolAdditionalWeekCost() view returns (uint256)
260000000000000000
poolCreationFee() view returns (uint256)
400000000000000000
poolLength() view returns (uint256)
7
publicCreationAllowed() view returns (bool)
true
referralCommission() view returns (uint256)
20
referralDiscount() view returns (uint256)
10
referralRegistry() view returns (address)
0x028698a5c0196818891982131d35ff61d3ca24c5
Read-only
authorized(address) view returns (bool)
checkReferralCodeAvailable(string _referralCode) view returns (bool)
getPoolRewardRecipients(uint256 pool) view returns (address[])
getUserClaimablePools(address user) view returns (uint256[])
getUserClaimedPools(address user) view returns (uint256[])
poolsInfo(uint256) view returns (uint256 poolId, string projectName, uint64 poolStartTime, uint48 poolDuration, bool payoutIsEth, address rewardAddress, uint256 amountForReward, uint256 amountDistributed, uint8 amountOfPeopleToPay)
userClaimedAmount(address, uint256) view returns (uint256)
userOwedAmount(address, uint256) view returns (uint256)
State-modifying
Events claimAll()
claimByPool(uint256 poolId)
createPool(string _poolName, uint64 _poolStartTime, uint48 _poolDuration, bool _payoutIsEth, address _rewardAddress, uint8 _amountOfPeopleToPay, string _referralCode) payable
createReferralCode(string _referralCode)
deposit(uint256 poolId, uint256 amount) payable
renounceOwnership()
setAuthorized(address _wallet, bool _authorized)
setRewards(uint256 poolId, uint256[] amounts, address[] wallets)
transferOwnership(address newOwner)
updateAnchorManager(address _anchorManager, bool _isManager)
updateFee(uint256 _feePercent)
updateFeeReceiverEth(address _feeReceiver)
updateFeeReceiverTokens(address _feeReceiver)
updatePoolCreationFees(uint256 _poolCreationFee, uint256 _poolAdditionalWeekCost)
updatePublicCreationAllowed(bool _publicCreationAllowed)
updateReferralAnchor(address _user, string _referee)
updateReferralCommission(uint256 _newCommissionPerc)
updateReferralDiscount(uint256 _newDiscountPerc)
Claim(address indexed account, uint256 amount, bool indexed automatic)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(struct ViralXRewardsPoolInfo pool)
RewardDistributed(address indexed from, uint256 weiAmount)
RewardWithdrawn(address indexed to, uint256 weiAmount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.