StakeTreeMVP
Verified contract
Active on
Ethereum with 16 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VIU | ERC-20 | 23.2956 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4873555 | 7 years ago | | | 0 | 0.0015162670 | |
| 4656537 | 7 years ago | | | 0 | 0.00022134000 | |
| 4509519 | 7 years ago | | | 0 | 0.000053974000 | |
| 4470949 | 7 years ago | | | 0 | 0.000026987000 | |
| 4470866 | 7 years ago | | | 0 | 0.00044528550 | |
| 4470678 | 7 years ago | | | 0 | 0.00012982800 | |
| 4470675 | 7 years ago | | | 0 | 0.00043398000 | |
| 4469154 | 7 years ago | | | 0 | 0.00023341000 | |
| 4425944 | 7 years ago | | | 0 | 0.00037345600 | |
| 4398171 | 7 years ago | | | 0.07 | 0.00058714800 |
ABI
ABI objects
Getter at block 21279701
beneficiary() pure returns (address)
0x54c069bdc7ea8af577a57bdafccb097235bf07be
contractStartTime() pure returns (uint256)
1507709236
getBeneficiary() pure returns (address)
0x54c069bdc7ea8af577a57bdafccb097235bf07be
getContractBalance() pure returns (uint256 balance)
0
getCurrentTotalFunders() pure returns (uint256)
1
getWithdrawalCounter() pure returns (uint256)
3
lastWithdrawal() pure returns (uint256)
1509524104
live() pure returns (bool)
false
minimumFundingAmount() pure returns (uint256)
10000000000000000
nextWithdrawal() pure returns (uint256)
1510128117
sunsetWithdrawDate() pure returns (uint256)
1514729453
sunsetWithdrawalPeriod() pure returns (uint256)
5184000
totalCurrentFunders() pure returns (uint256)
1
version() pure returns (uint256)
1
withdrawalCounter() pure returns (uint256)
3
withdrawalPeriod() pure returns (uint256)
604800
Read-only
funders(address) pure returns (bool exists, uint256 balance, uint256 withdrawalEntry)
getFunderBalance(address funder) pure returns (uint256)
getRefundAmountForFunder(address addr) pure returns (uint256)
getWithdrawalEntryForFunder(address addr) pure returns (uint256)
isFunder(address addr) pure returns (bool)
State-modifying
Events calculateRefundAmount(uint256 amount, uint256 withdrawalTimes) returns (uint256)
calculateWithdrawalAmount(uint256 startAmount) returns (uint256)
fund() payable
refund()
removeFunder()
setMinimumFundingAmount(uint256 amount)
sunset()
swipe(address recipient)
withdraw()
This contract contains no event objects.
constructor(address beneficiaryAddress, uint256 withdrawalPeriodInit, uint256 withdrawalStart, uint256 sunsetWithdrawPeriodInit, uint256 minimumFundingAmountInit)
fallback()
This contract contains no error objects.