YieldContract
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($787.13)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OCTO | ERC-20 | 2.046825K | $0.380651 |
$779.13 | |
USDC | ERC-20 | 8 | $1.00 |
$8 | |
OCTO2 | ERC-20 | 100K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13275272 | 3 years ago | | | 0 | 0.0028971434 | |
| 13042000 | 3 years ago | | | 0 | 0.0010932906 | |
| 12596778 | 4 years ago | | | 0 | 0.00060867960 | |
| 12596757 | 4 years ago | | | 0 | 0.00060319600 | |
| 12596641 | 4 years ago | | | 0 | 0.00065803208 | |
| 12596597 | 4 years ago | | | 0 | 0.00060319600 | |
| 12596554 | 4 years ago | | | 0 | 0.00096017836 | |
| 12595950 | 4 years ago | | | 0 | 0.0026869640 | |
| 12595676 | 4 years ago | | | 0 | 0.00093221200 | |
| 12595580 | 4 years ago | | | 0 | 0.0010418840 |
ABI
ABI objects
Getter at block 21399818
endDepositTime() view returns (uint256)
1601453288
sixMonthPercentage() view returns (uint256)
9999999999999430000
threeMonthPercentage() view returns (uint256)
3125000000000000000
twelveMonthPercentage() view returns (uint256)
32000000000000700000
Read-only
getLockBoxBeneficiary(uint256 lockBoxNumber) view returns (address)
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)
deposit3m(address beneficiary, uint256 amount)
deposit6m(address beneficiary, uint256 amount)
renounceOwner()
triggerWithdrawAll()
updateBeneficiary(uint256 lockBoxNumber, address newBeneficiary)
updateEndDepositTime(uint256 newEndTime)
updateMaxTokens(uint256 newMaxTokens)
updateYieldWallet(address newWallet)
updateYields(uint256 threeMonths, uint256 sixMonths, uint256 twelveMonths)
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.