Testing 1d bond
Verified contract
Active on
Ethereum with 3 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xfe3e…5acf
0xfe3e…5acf
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REEF | ERC-20 | 7.829536 | $0.001655 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11829644 | 4 years ago | | | 0 | 0.036674578 | |
| 11823025 | 4 years ago | | | 0 | 0.022653800 | |
| 11822970 | 4 years ago | | | 0 | 0.030829500 |
ABI
ABI objects
Getter at block 21262424
lastTimeRewardApplicable() view returns (uint256)
1612969417
lastUpdateTime() view returns (uint256)
1612969417
lpToken() view returns (address)
0xfe3e6a25e6b192a42a44ecddcd13796471735acf
name() view returns (string)
Testing 1d bond
owner() view returns (address)
0xd5050910347ecaf024421bc5e8f2b2e2e12ea8cb
reef() view returns (address)
0xfe3e6a25e6b192a42a44ecddcd13796471735acf
releaseTime() view returns (uint256)
1612969417
rewardPerToken() view returns (uint256)
198434092701712051
rewardPerTokenStored() view returns (uint256)
198434092701712051
rewardRate() view returns (uint256)
11599313320651417
totalSupply() view returns (uint256)
0
windowOfOpportunity() view returns (uint256)
1612886617
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
increaseReward(uint256 amount)
renounceOwnership()
seize(address _token)
stake(uint256 amount)
stakeFor(address beneficiary, uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 amount)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(string _name, address _reef, address _lpToken, uint256 _maxSupply, uint256 _lockDuration, uint256 _windowOfOpportunity)
This contract contains no fallback and receive objects.
This contract contains no error objects.