Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ee7…9cbb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SOY | ERC-20 | 4.363142M | -- | -- | |
UNI-V2 | ERC-20 | 1.236721K | -- | -- | |
UNI-V2 | ERC-20 | 23.370277 | -- | -- | |
UNI-V2 | ERC-20 | 0.063237 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12300145 | 4 years ago | | | 0 | 0.0069247100 | |
| 11345362 | 4 years ago | | | 0 | 0.0019006680 | |
| 11345347 | 4 years ago | | | 0 | 0.0019262600 | |
| 11313836 | 4 years ago | | | 0 | 0.0053930700 | |
| 11313051 | 4 years ago | | | 0 | 0.0042738480 | |
| 11295236 | 4 years ago | | | 0 | 0.0024699640 | |
| 11295235 | 4 years ago | | | 0 | 0.0033267640 | |
| 11295235 | 4 years ago | | | 0 | 0.0024699640 | |
| 11295235 | 4 years ago | | | 0 | 0.0024699640 | |
| 11295234 | 4 years ago | | | 0 | 0.0024699640 |
ABI
ABI objects
Getter at block 21318781
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
11345000
devaddr1() view returns (address)
0xd53c87a0bc8e2e96688d57f0666d281714543508
devaddr2() view returns (address)
0x9065ed3e203f0296b4d2109986b8a17b8c3ce573
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x94ebf924a041febb111430018fa2558453d03f9d
poolLength() view returns (uint256)
6
soy() view returns (address)
0x7ee7ab7115e04b5cdfff8d71f84e0aa636299cbb
soyPerBlock() view returns (uint256)
100000000000000000000
startBlock() view returns (uint256)
11245000
totalAllocPoint() view returns (uint256)
10000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSoy(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSoyPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev1(address _devaddr1)
dev2(address _devaddr2)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
transferOwnership(address newOwner)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _soy, address _devaddr1, address _devaddr2, uint256 _soyPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.