Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd2d…5ed2
Balances ($6,106.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SYNTH | ERC-20 | 6.128411K | $0.933482 |
$5,720.76 | |
WETH | ERC-20 | 0.115359 | $3,346.51 |
$386.05 | |
kurbi | ERC-20 | 0.1 | $0.000785 |
$0 | |
SLP | ERC-20 | 178.4978 | -- | -- | |
BABYBASE | ERC-20 | 111 | -- | -- | |
BIU BULL | ERC-20 | 99 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
OOMBASE | ERC-20 | 76.33 | -- | -- | |
SLP | ERC-20 | 46.768463 | -- | -- | |
OHNO | ERC-20 | 5.010101 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22703187 | a day ago | | | 0 | 0.0000014343389 | |
| 22700412 | a day ago | | | 0 | 0.0000012597069 | |
| 22700403 | a day ago | | | 0 | 9.9778808e-7 | |
| 22700398 | a day ago | | | 0 | 0.0000012011675 | |
| 22698970 | a day ago | | | 0 | 0.0000014932964 | |
| 22698934 | a day ago | | | 0 | 0.0000013212964 | |
| 22686997 | a day ago | | | 0 | 0.0000017659161 | |
| 22686946 | a day ago | | | 0 | 0.0000013535968 | |
| 22681847 | a day ago | | | 0 | 0.0000016396075 | |
| 22679772 | 2 days ago | | | 0 | 0.0000016235070 |
ABI
ABI objects
Getter at block 22745685
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
1000
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
1209600
coreAddress() view returns (address)
0x9df932414f7a94822eeaa81be8de68aec1947c9a
corePercent() view returns (uint256)
200
feeAddress() view returns (address)
0x55e6a720ff12ee43adc6f5bdea8580ec07b21c47
getSynthPerSec() view returns (uint256)
2400000000000000
owner() view returns (address)
0x88d9bc8a0c50fcf7cdd160b906d64c312bef79d6
poolLength() view returns (uint256)
12
startTimestamp() view returns (uint256)
1690981501
synth() view returns (address)
0xbd2dbb8ecea9743ca5b16423b4eaa26bdcfe5ed2
synthPerSec() view returns (uint256)
2400000000000000
totalAllocPoint() view returns (uint256)
830
totalLockedUpRewards() view returns (uint256)
0
totalSynthInPools() view returns (uint256)
0
xSynth() view returns (address)
0x01cc6b33c63cee896521d63451896c14d42d05ea
xSynthRate() view returns (uint256)
40
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
pendingTokens(uint256 _pid, address _user) view returns (address[] addresses, string[] symbols, uint256[] decimals, uint256[] amounts)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accSynthPerShare, uint16 depositFeeBP, uint256 harvestInterval, uint256 totalLp)
poolRewarders(uint256 _pid) view returns (address[] rewarders)
poolRewardsPerSec(uint256 _pid) view returns (address[] addresses, string[] symbols, uint256[] decimals, uint256[] rewardsPerSec)
poolTotalLp(uint256 pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, address[] _rewarders)
deposit(uint256 _pid, uint256 _amount)
depositWithPermit(uint256 pid, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
emergencyWithdraw(uint256 _pid)
harvestMany(uint256[] _pids)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _harvestInterval, address[] _rewarders)
setCoreAddress(address _coreAddress)
setCorePercent(uint256 _newmarketingPercent)
setFeeAddress(address _feeAddress)
setOperator(address _operator)
setXSynthRate(uint256 _amount)
startFarming()
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint)
updateEmissionRate(uint256 _synthPerSec)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, uint16 depositFeeBP, uint256 harvestInterval, address[] indexed rewarders)
AllocPointsUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmissionRateUpdated(address indexed caller, uint256 previousValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
RewardPaid(address indexed user, uint256 indexed pid, uint256 amount)
Set(uint256 indexed pid, uint256 allocPoint, uint16 depositFeeBP, uint256 harvestInterval, address[] indexed rewarders)
SetCorePercent(uint256 oldPercent, uint256 newPercent)
SetFeeAddress(address indexed oldAddress, address indexed newAddress)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accSynthPerShare)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
XRewardPaid(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _synth, uint256 _synthPerSec, address _coreAddress, uint256 _corePercent, address _feeAddress, address _xsynth)
This contract contains no fallback and receive objects.
This contract contains no error objects.