YieldContract
Verified contract
Active on
Ethereum with 200 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37,922.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DIA | ERC-20 | 41.53575K | $0.913013 |
$37,922.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252325 | 9 days ago | | | 0 | 0.00085529925 | |
| 21175479 | 20 days ago | | | 0 | 0.0016066805 | |
| 20078853 | 6 months ago | | | 0 | 0.00060277438 | |
| 19535167 | 8 months ago | | | 0 | 0.0018789701 | |
| 19302366 | 9 months ago | | | 0 | 0.0010510171 | |
| 19225348 | 10 months ago | | | 0 | 0.0012038817 | |
| 19225348 | 10 months ago | | | 0 | 0.0011504717 | |
| 19198510 | 10 months ago | | | 0 | 0.0020964693 | |
| 19169968 | 10 months ago | | | 0 | 0.0052161317 | |
| 19128109 | 10 months ago | | | 0 | 0.0013311786 |
ABI
ABI objects
Getter at block 21317737
endDepositTime() view returns (uint256)
1625086800
nineMonthPercentage() view returns (uint256)
7500000000000000000
twelveMonthPercentage() view returns (uint256)
15000000000000000000
twentyfourMonthPercentage() view returns (uint256)
40000000000000000000
Read-only
getLockBoxBeneficiary(uint256 lockBoxNumber) view returns (address)
getLockBoxesForAddress(address query) view returns (uint256[])
isOwner(address account) view returns (bool)
lockBoxStructs(uint256) view returns (address beneficiary, uint256 balance, uint256 releaseTime)
State-modifying
Events addOwner(address account)
deposit12m(address beneficiary, uint256 amount)
deposit24m(address beneficiary, uint256 amount)
deposit9m(address beneficiary, uint256 amount)
renounceOwner()
triggerWithdrawAll()
updateBeneficiary(uint256 lockBoxNumber, address newBeneficiary)
updateEndDepositTime(uint256 newEndTime)
updateMaxTokens(uint256 newMaxTokens)
updateYieldWallet(address newWallet)
updateYields(uint256 nineMonths, uint256 twelveMonths, uint256 twentyfourMonths)
withdraw(uint256 lockBoxNumber)
LogLockupDeposit(address sender, address beneficiary, uint256 amount, uint256 releaseTime)
LogLockupWithdrawal(address receiver, uint256 amount)
OwnerAdded(address indexed account)
OwnerRemoved(address indexed account)
constructor(address tokenContract, uint256 _endDepositTime, address _yieldWallet, uint256 _maxTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.