Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DATA | ERC-20 | 198.4814M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 3965087 | a year ago | | | 0 | 0.00083489500 | |
| 3960304 | a year ago | | | 0 | 0.00049675000 | |
| 3959467 | a year ago | | | 0 | 0.00047548000 | |
| 3959089 | a year ago | | | 0 | 0.00049675000 | |
| 3959077 | a year ago | | | 0 | 0.00047548000 | |
| 3959054 | a year ago | | | 0 | 0.00047548000 | |
| 3959022 | a year ago | | | 0 | 0.00049675000 | |
| 3813227 | a year ago | | | 0 | 0.00062090000 | |
| 3813124 | a year ago | | | 0 | 0.0000027622715 | |
| 3813111 | a year ago | | | 0 | 0.0000027888098 |
ABI
ABI objects
Getter at block 22921413
BONUS_MULTIPLIER() view returns (uint256)
1
dataAddress() view returns (address)
0x3715872e527fd578c54bc9028ded0ad237136d0e
feeAddress() view returns (address)
0xf469e3809baefa69ec0325b4e4184f2557471d4d
owner() view returns (address)
0xf469e3809baefa69ec0325b4e4184f2557471d4d
poolLength() view returns (uint256)
4
startBlock() view returns (uint256)
3812961
tokenPerBlock() view returns (uint256)
40000000000000000000
totalAllocPoint() view returns (uint256)
40
totalStakedAmount() view returns (uint256)
0
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingToken(uint256 _pid, address _user) view returns (uint256)
poolExistence(address) view returns (bool)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accTokenPerShare, uint16 depositFeeBP, uint16 withdrawFeeBP, uint256 lockTime)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 depositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint16 _withdrawFeeBP, uint256 _lockTime, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint16 _withdrawFeeBP, uint256 _lockTime, bool _withUpdate)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _tokenPerBlock)
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)
SetDevFee(address indexed user, uint256 newFee)
SetFeeAddress(address indexed user, address indexed newAddress)
UpdateEmissionRate(address indexed user, uint256 goosePerBlock)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
setLockTime(address indexed user, uint256 lockTime)
constructor(address _tokenAddress, address _feeAddress, uint256 _tokenPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.