CollectorETH
Verified contract
Active on
Ethereum with 1,557 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
0x5dbd…c9d5
Balances ($0.00)
No balances found for "CollectorETH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262557 | 9 days ago | | | 0 | 0.0024592979 | |
| 21252360 | 10 days ago | | | 0 | 0.0039562449 | |
| 21214489 | 15 days ago | | | 0 | 0.0036453887 | |
| 21214311 | 15 days ago | | | 0 | 0.0043702804 | |
| 21211688 | 16 days ago | | | 0 | 0.0040700931 | |
| 21136083 | a month ago | | | 0 | 0.0091701456 | |
| 21077273 | a month ago | | | 0 | 0.0033926035 | |
| 21060617 | a month ago | | | 0 | 0.0024199737 | |
| 21050703 | a month ago | | | 0 | 0.0010051296 | |
| 21050702 | a month ago | | | 0 | 0.0019259235 |
ABI
ABI objects
Getter at block 21325238 fundedDays() view returns (uint8 $fundedDays) investmentsOnAllDays() view returns (uint256[51] _allInvestments) investorsOnAllDays() view returns (uint256[51] _allInvestors) myInvestmentAmountAllDays() view returns (uint256[51] _myAllDays) supplyOnAllDays() view returns (uint256[51] _allSupply)
UNISWAP_ROUTER() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
bonusAddress() view returns (address)
0x641ad78baca220c5bd28b51ce8e0f495e85fe689
claimer() view returns (address)
0x5dbd12dee6c028398ad3f282a9ed2f0b29aec9d5
currentInvestmentDay() view returns (uint256)
644
g() view returns (uint64 generatedDays, uint64 preparedReferrals, uint256 totalTransferTokens, uint256 totalWeiContributed, uint256 totalReferralTokens)
(generatedDays=50, preparedReferrals=74, totalTransferTokens=0, totalWeiContributed=0, totalReferralTokens=0)
myTotalInvestmentAmount() view returns (uint256)
0
referralAccountCount() view returns (uint256)
74
tokenAddress() view returns (address)
0x87a567060769348c7ff1836e4497b84f844ba99b
tokenDefiner() view returns (address)
0x641ad78baca220c5bd28b51ce8e0f495e85fe689
uniqueInvestorCount() view returns (uint256)
279
Read-only
checkInvestmentDays(uint8[] _investmentDays, uint256 _investmentDay) pure
dailyTotalInvestment(uint256) view returns (uint256)
dailyTotalSupply(uint256) view returns (uint256)
investorAccountCount(uint256) view returns (uint256)
investorAccounts(uint256, uint256) view returns (address)
investorBalances(address, uint256) view returns (uint256)
investorTotalBalance(address) view returns (uint256)
investorsOnDay(uint256 _investmentDay) view returns (uint256)
isContract(address _walletAddress) view returns (bool)
myInvestmentAmount(uint256 _investmentDay) view returns (uint256)
originalInvestment(address) view returns (uint256)
preparePath(address _tokenAddress) pure returns (address[] _path)
referralAccounts(uint256) view returns (address)
referralAmount(address) view returns (uint256)
referralTokens(address) view returns (uint256)
uniqueInvestors(uint256) view returns (address)
State-modifying
Events createTokenProfitContract()
defineBonus(address _bonusAddress)
defineToken(address _tokenAddress)
generateSupply()
prepareReferralBonuses(uint256 _referralBatchFrom, uint256 _referralBatchTo)
requestRefund() returns (uint256 _amount)
reserveWiser(uint8[] _investmentDays, address _referralAddress) payable
reserveWiserWithToken(address _tokenAddress, uint256 _tokenAmount, uint256 _minExpected, uint8[] _investmentDays, address _referralAddress)
revokeAccess()
startMyVesting()
GeneratedStaticSupply(uint256 indexed investmentDay, uint256 staticSupply)
ReferralAdded(address indexed referral, address indexed referee, uint256 amount)
WiseReservation(address indexed sender, uint256 indexed investmentDay, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
InvalidReferralAddress()
InvestmentTooLow()
SelfReferralDetected()