Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd63e…ca81
Balances ($153.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.03953 | $3,871.23 |
$153.03 | |
USDbC | ERC-20 | 0.110779 | $1.002 |
$0.11 | |
kurbi | ERC-20 | 0.1 | $0.000869 |
$0 | |
SPOOKY | ERC-20 | 63.275821T | -- | -- | |
PEP | ERC-20 | 61.2 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
SpookyBase-LP | ERC-20 | 0.004861 | -- | -- | |
SpookyBase-LP | ERC-20 | 0.000002 | -- | -- | |
SpookyBase-LP | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15354925 | 6 months ago | | | 0 | 2.9394400e-7 | |
| 15223357 | 6 months ago | | | 0 | 1.1387400e-7 | |
| 15223349 | 6 months ago | | | 0 | 1.2588600e-7 | |
| 15215653 | 6 months ago | | | 0 | 2.2774800e-7 | |
| 15207234 | 6 months ago | | | 0 | 2.6187600e-7 | |
| 15204608 | 6 months ago | | | 0 | 2.2774800e-7 | |
| 15204117 | 6 months ago | | | 0 | 2.6194800e-7 | |
| 15203838 | 6 months ago | | | 0 | 2.2774800e-7 | |
| 15203616 | 6 months ago | | | 0 | 2.2774800e-7 | |
| 15203532 | 6 months ago | | | 0 | 2.6194800e-7 |
ABI
ABI objects
Getter at block 23628593
BONUS_MULTIPLIER() view returns (uint256)
1
devaddr() view returns (address)
0x2566530ebdc1d77893c0aca17c7e6f77c11e037a
feeAddress() view returns (address)
0x4a62e5c1e2192b12c2d260dbf913702fceb7acea
owner() view returns (address)
0x854bd6827ede61d4ea34138e7441ffcffb428ef3
poolLength() view returns (uint256)
6
spooky() view returns (address)
0xd63ebbe933f422bf8bc6f909fa27e467b537ca81
spookyPerBlock() view returns (uint256)
80000000000000000000000000
startBlock() view returns (uint256)
5949615
totalAllocPoint() view returns (uint256)
4500
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
isPoolExist(address) view returns (bool)
pendingSpooky(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSpookyPerShare, 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)
depositReferral(uint256 _pid, uint256 _amount, address referral)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress1(address _feeAddress1)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _spookyPerBlock)
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 _spooky, address _devaddr, address _feeAddress1, uint256 _spookyPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.