Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x616f…b7bb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SBASE | ERC-20 | 49.397203K | -- | -- | |
sBase-USDC-USDCb | ERC-20 | 5.213086K | -- | -- | |
sBase-TriPool | ERC-20 | 874.493472 | -- | -- | |
BSWAP-LP | ERC-20 | 25.300869 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17857536 | 4 months ago | | | 0 | 3.9232200e-7 | |
| 17801289 | 4 months ago | | | 0 | 0.000016355165 | |
| 17164430 | 4 months ago | | | 0 | 0.0000020923840 | |
| 16937511 | 5 months ago | | | 0 | 0.000016355165 | |
| 16445059 | 5 months ago | | | 0 | 0.000016355165 | |
| 16348006 | 5 months ago | | | 0 | 0.0000010470434 | |
| 16347942 | 5 months ago | | | 0 | 9.3885728e-7 | |
| 16340252 | 5 months ago | | | 0 | 5.2940580e-7 | |
| 16340080 | 5 months ago | | | 0 | 0.000000405399400000 | |
| 16303108 | 5 months ago | | | 0 | 0.0000012908557 |
ABI
ABI objects
Getter at block 22927649
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
1000
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
1209600
SBASE() view returns (address)
0x616f5b97c22fa42c3ca7376f7a25f0d0f598b7bb
owner() view returns (address)
0x95b5d7e494bbf8479c3ca2004ed7bb66a40f4f1e
poolLength() view returns (uint256)
3
sBasePerSec() view returns (uint256)
23148148150000000
startTimestamp() view returns (uint256)
1693235641
totalAllocPoint() view returns (uint256)
17
totalLockedUpRewards() view returns (uint256)
0
totalSBaseInPools() view returns (uint256)
0
treasuryAddress() view returns (address)
0x95b5d7e494bbf8479c3ca2004ed7bb66a40f4f1e
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 accSBasePerShare, 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)
setTreasuryAddress(address _treasuryAddress)
startFarming()
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint)
updateEmissionRate(uint256 _sBasePerSec)
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)
Set(uint256 indexed pid, uint256 allocPoint, uint16 depositFeeBP, uint256 harvestInterval, address[] indexed rewarders)
SetTreasuryAddress(address indexed oldAddress, address indexed newAddress)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accSBasePerShare)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sBaseToken, uint256 _sBasePerSec, address _treasuryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.