SACUSDCPool
Verified contract
Active on
Ethereum with 9,669 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xacd8…e2b8
Balances ($129,058.93)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 128.93K | $1.001 |
$129,058.93 | |
SAC | ERC-20 | 447.801303 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20947251 | a month ago | | | 0 | 0.0012144232 | |
| 11668385 | 4 years ago | | | 0 | 0.0057373200 | |
| 11665669 | 4 years ago | | | 0 | 0.0093231450 | |
| 11643236 | 4 years ago | | | 0 | 0.0057373200 | |
| 11636689 | 4 years ago | | | 0 | 0.0066913593 | |
| 11630029 | 4 years ago | | | 0 | 0.0073150830 | |
| 11630022 | 4 years ago | | | 0 | 0.0073150830 | |
| 11630022 | 4 years ago | | | 0 | 0.0073150830 | |
| 11630022 | 4 years ago | | | 0 | 0.0073150830 | |
| 11629969 | 4 years ago | | | 0 | 0.0073150830 |
ABI
ABI objects
Getter at block 21163778
DURATION() view returns (uint256)
432000
devAddr() view returns (address)
0x491b44eae5e36cb8804f9ead6eb75fe701ad48de
lastTimeRewardApplicable() view returns (uint256)
1610020800
lastUpdateTime() view returns (uint256)
1610020800
owner() view returns (address)
0xaaaaffb279674de45221c89caedffa5977193796
periodFinish() view returns (uint256)
1610020800
rewardDistribution() view returns (address)
0x0000000000000000000000000000000000000000
rewardPerToken() view returns (uint256)
2433923368197913541139964890
rewardPerTokenStored() view returns (uint256)
2433923368197913541139964890
rewardRate() view returns (uint256)
23148148148148148
standCash() view returns (address)
0xacd8f2523a4613eee78904354187c81bb05ae2b8
starttime() view returns (uint256)
1609588800
totalSupply() view returns (uint256)
128930000000
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
balanceOf(address account) view returns (uint256)
deposits(address) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address standCash_, address usdc_, uint256 starttime_, address devAddr_)
This contract contains no fallback and receive objects.
This contract contains no error objects.