Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.36)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0001 | $3,630.23 |
$0.36 | |
BWiLD | ERC-20 | 826.328482 | -- | -- | |
Dackie-LP | ERC-20 | 6.073975 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7428302 | a year ago | | | 0 | 0.000000000899427880 | |
| 7428087 | a year ago | | | 0 | 0.000000001461829680 | |
| 7427348 | a year ago | | | 0 | 0.000000001145355640 | |
| 7427212 | a year ago | | | 0 | 0.000000000923246820 | |
| 7427107 | a year ago | | | 0 | 5.3587200e-7 | |
| 7427071 | a year ago | | | 0 | 0.000000001635165144 | |
| 7427023 | a year ago | | | 0 | 0.000000001842065940 | |
| 7427015 | a year ago | | | 0 | 0.000000001571215848 | |
| 7426949 | a year ago | | | 0 | 0.000000001229265904 | |
| 7426566 | a year ago | | | 0 | 0.000000003213668880 |
ABI
ABI objects
Getter at block 23184220
BONUS_MULTIPLIER() view returns (uint256)
1
amountPerNFT() view returns (uint256)
1000000000000000000000
bWild() view returns (address)
0x8905ed4a8978cdad10b57baf49542c04b754f270
bWildAddr() view returns (address)
0x8905ed4a8978cdad10b57baf49542c04b754f270
bWildPerSecond() view returns (uint256)
20000000000000000
devaddr() view returns (address)
0xae02196968a374a2d1281ed082f7a66b510fa8ad
feeAddress() view returns (address)
0xae02196968a374a2d1281ed082f7a66b510fa8ad
getAmountPerNFT() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0xd2fb0936c838c89341eb5f328e2e4ddd7d12d8f2
poolLength() view returns (uint256)
5
startTime() view returns (uint256)
1698733996
totalAllocPoint() view returns (uint256)
1000
totalDevAlloc() view returns (uint256)
240285800000000000000
zapAddr() view returns (address)
0x391e6f3f1120b7180b233beb864e8ab76ce60b48
Read-only
getMultiplier(uint256 _fromTime, uint256 _toTime) view returns (uint256)
getUserStakedNFTs(uint256 _pid, address _user) view returns (uint256[])
pendingBWild(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accBWildPerShare, uint16 depositFeeBP, bool isNFTPool)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastWithdrawTime, uint256 lastHarvestTime, uint256 harvestTimes)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate, bool _isNFTPool)
compound(uint256 _pid)
deposit(uint256 _pid, uint256 _amount, bool isNFTAll)
depositFor(uint256 _pid, uint256 _amount, address _recipient)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
harvestMany(uint256[] _pids)
massUpdatePools()
onERC721Received(address operator, address from, uint256 tokenId, bytes) returns (bytes4)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _startTime, bool _withUpdate)
setAmountPerNFT(uint256 _newAmount)
setFeeAddress1(address _feeAddress1)
setWildX(address _bWild)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _bWildPerSecond)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount, bool isNFTAll)
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 _bWild, address _devaddr, address _feeAddress1, address _zapAddr, uint256 _startTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.