Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6524…54c1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BALDX | ERC-20 | 1.634575K | -- | -- | |
SLP | ERC-20 | 0.080339 | -- | -- | |
SLP | ERC-20 | 0.031724 | -- | -- | |
SLP | ERC-20 | 0.002431 | -- | -- | |
SLP | ERC-20 | 0.0001 | -- | -- | |
SLP | ERC-20 | 0 | -- | -- | |
SLP | ERC-20 | 0 | -- | -- | |
SLP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13034104 | 7 months ago | | | 0 | 4.4483120e-7 | |
| 7404943 | a year ago | | | 0 | 0.000013390608 | |
| 6385334 | a year ago | | | 0 | 0.0000011707300 | |
| 6372883 | a year ago | | | 0 | 0.000000000021811050 | |
| 6359928 | a year ago | | | 0 | 0.000010624906 | |
| 6181918 | a year ago | | | 0 | 1.3113000e-7 | |
| 6161913 | a year ago | | | 0 | 0.0000012632730 | |
| 6146331 | a year ago | | | 0 | 0.000000094181793094 | |
| 6009868 | a year ago | | | 0 | 0.000000002247371496 | |
| 5979811 | a year ago | | | 0 | 1.1119400e-7 |
ABI
ABI objects
Getter at block 21786796
BONUS_MULTIPLIER() view returns (uint256)
1
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
200
bonusEndBlock() view returns (uint256)
0
devaddr() view returns (address)
0x33ed43df631fdd3dbe45ba5fbaa9a12c8260c75b
feeAddress() view returns (address)
0x894b26c6da1801c8f398440667c7f11423b9fd75
owner() view returns (address)
0x33ed43df631fdd3dbe45ba5fbaa9a12c8260c75b
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
4605127
sushi() view returns (address)
0x652440d45cdafe2fc5923db35ba0d8b8250b54c1
sushiPerBlock() view returns (uint256)
1
totalAllocPoint() view returns (uint256)
95400
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare, uint16 depositFeeBP)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress(address _feeAddress)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _sushiPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetDevAddress(address indexed user, address indexed newAddress)
SetFeeAddress(address indexed user, address indexed newAddress)
UpdateEmissionRate(address indexed user, uint256 sushiPerBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sushi, address _devaddr, address _feeAddress, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.