Operator
Verified contract
Active on
Ethereum with 12,373 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb987…d723
0x2f7b…5b96
Balances ($159,037.43)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 159.130121K | $0.999362 |
$159,028.6 | |
sUSD | ERC-20 | 8.78693 | $1.005 |
$8.83 | |
zs-SGR | ERC-20 | 131.412254K | -- | -- | |
zs-DAI | ERC-20 | 63.569673K | -- | -- | |
STBZ | ERC-20 | 17.421581K | -- | -- | |
za-USDT | ERC-20 | 1.00783K | -- | -- | |
StableDAI.com | ERC-20 | 741 | -- | -- | |
UNI-V2 | ERC-20 | 381.647464 | -- | -- | |
zpa-USDT | ERC-20 | 122.228823 | -- | -- | |
zs-ETH | ERC-20 | 37.758393 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209009 | 8 days ago | | | 0 | 0.0021979734 | |
| 20544791 | 3 months ago | | | 0 | 0.00013377253 | |
| 20544782 | 3 months ago | | | 0 | 0.00011157086 | |
| 18362769 | a year ago | | | 0 | 0.0017568600 | |
| 15767817 | 2 years ago | | | 0 | 0.0023756750 | |
| 15398711 | 2 years ago | | | 0 | 0.0026461322 | |
| 15246841 | 2 years ago | | | 0 | 0.0010100554 | |
| 14304854 | 3 years ago | | | 0 | 0.0073637053 | |
| 14021747 | 3 years ago | | | 0 | 0.011293723 | |
| 13928672 | 3 years ago | | | 0 | 0.016554280 |
ABI
ABI objects
Getter at block 21263629
currentWeek() view returns (uint256)
54
emissionRate() view returns (uint256)
0
lastOracleTime() view returns (uint256)
1633592756
lastTimeRewardApplicable() view returns (uint256)
1634197556
owner() view returns (address)
0x1a776c84d64ecada985c968c3589b3c8615a1e7c
periodFinished() view returns (uint256)
1634197556
poolLength() view returns (uint256)
26
protocolStart() view returns (uint256)
1601337600
Read-only
poolBalance(uint256 _pid, address _address) view returns (uint256)
poolSize(uint256 _pid) view returns (uint256)
poolTokenAddress(uint256 _pid) view returns (address)
rewardEarned(uint256 _pid, address account) view returns (uint256)
rewardPerToken(uint256 _pid) view returns (uint256)
rewardRate(uint256 _pid) view returns (uint256)
State-modifying
Events bootstrapLiquidty()
deposit(uint256 _pid, uint256 amount)
exit(uint256 _pid, uint256 _amount)
finishAddActivePool()
finishAddNewPool()
finishChangeBurnRateLong()
finishChangeEarlyBurnRate()
finishChangeEmissionRateLong()
finishChangePriceOracle()
finishChangeRewardPercentLP()
finishChangeTargetPrice()
finishOwnerChange()
finishRemoveActivePool()
getReward(uint256 _pid)
mintNewWeek()
pushReward(uint256 _pid, address recipient)
rebalancePoolRewards()
startAddActivePool(uint256 _pid)
startAddNewPool(address _address, bool _lpPool)
startChangeBurnRateLong(uint256 _percent)
startChangeEarlyBurnRate(uint256 _percent)
startChangeEmissionRateLong(uint256 _percent)
startChangePriceOracle(address _address)
startChangeRewardPercentLP(uint256 _percent)
startChangeTargetPrice(uint256 _price)
startOwnerChange(address _address)
startRemoveActivePool(uint256 _pid)
withdraw(uint256 _pid, uint256 amount)
Deposited(uint256 pid, address indexed user, uint256 amount)
NewWeek(uint256 weekNum, uint256 rewardAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 pid, uint256 reward)
RewardDenied(uint256 pid, address indexed user, uint256 reward)
RewardPaid(uint256 pid, address indexed user, uint256 reward)
Withdrawn(uint256 pid, address indexed user, uint256 amount)
constructor(address _stabilize, address _oracle, uint256 startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.