Compound
Verified contract
Active on
Ethereum with 1,336 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9d76…82e4
Balances ($3,276,925.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GATE | ERC-20 | 559.01536M | $0.005862 |
$3,276,925.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21145108 | 2 days ago | | | 0 | 0.0016909236 | |
| 21136203 | 4 days ago | | | 0 | 0.0013899973 | |
| 21136180 | 4 days ago | | | 0 | 0.0015073628 | |
| 21135406 | 4 days ago | | | 0 | 0.00089597040 | |
| 21118302 | 6 days ago | | | 0 | 0.00082531315 | |
| 21113999 | 7 days ago | | | 0 | 0.00085463283 | |
| 21103937 | 8 days ago | | | 0 | 0.00077873127 | |
| 21103917 | 8 days ago | | | 0 | 0.00043155584 | |
| 21103891 | 8 days ago | | | 0 | 0.00052510826 | |
| 21101450 | 8 days ago | | | 0 | 0.0023237813 |
ABI
ABI objects
Getter at block 21161864
LOCK_PERIOD() view returns (uint256)
2592000
MINIMUM_STAKE() view returns (uint256)
1000000000000000000000
beginDate() view returns (uint256)
1644426000
currentShareWorth() view returns (uint256)
1122238733831441626
endDate() view returns (uint256)
1675962000
feePerShare() view returns (uint256)
276180087897057701806339362718409753
firstTimeRewardApplicable() view returns (uint256)
1731297059
lastTimeRewardApplicable() view returns (uint256)
1675962000
lastUpdateTime() view returns (uint256)
1675900800
owner() view returns (address)
0x44b4cb4ad1d3efd8c247be99fd5cf6e042fbd3fa
rewardRate() view returns (uint256)
1157407407407407407
shareWorth() view returns (uint256)
1122238733831441626
stakedToken() view returns (address)
0x9d7630adf7ab0b0cb00af747db76864df0ec82e4
totalShares() view returns (uint256)
471293669
totalStaked() view returns (uint256)
528904010361334551476865794
Read-only
currentAmount(address user) view returns (uint256)
currentFees(address user) view returns (uint256)
currentWithdrawalPossible(address user) view returns (uint256)
fees(address) view returns (uint256)
userInfo(address, uint256) view returns (uint256 shares, uint256 stakeTime, uint256 fee, uint256 excess)
State-modifying
Events addReward(uint256 amount)
claim()
deposit(uint256 amount)
feeDistribution(uint256 amount)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256 index)
withdrawAll()
Claimed(address indexed user, uint256 amount)
Deposit(address indexed sender, uint256 amount, uint256 shares, uint256 lastDepositedTime)
FeeDistributed(uint256 block, uint256 amount, uint256 totalSharesAtEvent)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 amount, uint256 rewardRateIncrease)
Staked(address indexed user, uint256 amount)
Unstaked(address indexed user, uint256 amount, uint256 index)
Withdraw(address indexed sender, uint256 amount, uint256 shares)
constructor(address _stakedToken, uint256 _beginDate, uint256 _endDate)
This contract contains no fallback and receive objects.
This contract contains no error objects.