BACSUSDPool
Verified contract
Active on
Ethereum with 14,363 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3449…a69a
Balances ($27,149.38)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sUSD | ERC-20 | 26.897286K | $1.009 |
$27,139.36 | |
USDT | ERC-20 | 10 | $1.00 |
$10 | |
BAC | ERC-20 | 11.353947 | $0.001722 |
$0.02 | |
RDGX | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11989161 | 4 years ago | | | 0 | 0.014525316 | |
| 11978873 | 4 years ago | | | 0 | 0.020546640 | |
| 11964230 | 4 years ago | | | 0 | 0.018063534 | |
| 11683272 | 4 years ago | | | 0 | 0.018634700 | |
| 11567745 | 4 years ago | | | 0 | 0.0033933960 | |
| 11556881 | 4 years ago | | | 0 | 0.0050331050 | |
| 11489188 | 4 years ago | | | 0 | 0.0044223300 | |
| 11481953 | 4 years ago | | | 0 | 0.0042783636 | |
| 11481682 | 4 years ago | | | 0 | 0.0070190880 | |
| 11476456 | 4 years ago | | | 0 | 0.012655110 |
ABI
ABI objects
Getter at block 21171565
DURATION() view returns (uint256)
432000
SUSD() view returns (address)
0x57ab1e02fee23774580c119740129eac7081e9d3
basisCash() view returns (address)
0x3449fc1cd036255ba1eb19d65ff4ba2b8903a69a
lastTimeRewardApplicable() view returns (uint256)
1607126400
lastUpdateTime() view returns (uint256)
1607126400
owner() view returns (address)
0x68c3a95b35c45db5db67ed83c43305052fad6e04
periodFinish() view returns (uint256)
1607126400
rewardDistribution() view returns (address)
0x666c2a4625ef5f8cf66a24fbff9f22437754c0cd
rewardPerToken() view returns (uint256)
697795177467505
rewardPerTokenStored() view returns (uint256)
697795177467505
rewardRate() view returns (uint256)
23148148148148148
starttime() view returns (uint256)
1606694400
totalSupply() view returns (uint256)
26897286000000000000000
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 basisCash_, address susd_, uint256 starttime_)
This contract contains no fallback and receive objects.
This contract contains no error objects.