Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7c1f…9f68
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
2WILD | ERC-20 | 1.504492K | -- | -- | |
2WILD | ERC-20 | 1K | -- | -- | |
2WILD | ERC-20 | 106.864265 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 4166622 | a year ago | | | 0 | 0.000012232904 | |
| 4163913 | a year ago | | | 0 | 0.000012311222 | |
| 4163905 | a year ago | | | 0 | 0.000012294897 | |
| 4162137 | a year ago | | | 0 | 0.000017115866 | |
| 4162127 | a year ago | | | 0 | 0.000012819171 | |
| 4161979 | a year ago | | | 0 | 0.000015181533 | |
| 4161966 | a year ago | | | 0 | 0.000016096302 | |
| 4161537 | a year ago | | | 0 | 0.000015251067 | |
| 4161502 | a year ago | | | 0 | 0.000016478455 | |
| 4161469 | a year ago | | | 0 | 0.000012266482 |
ABI
ABI objects
Getter at block 23252705
BONUS_MULTIPLIER() view returns (uint256)
1
devaddr() view returns (address)
0x600be5fcb9338bc3938e4790efbeaaa4f77d6893
feeAddress() view returns (address)
0x600be5fcb9338bc3938e4790efbeaaa4f77d6893
owner() view returns (address)
0x600be5fcb9338bc3938e4790efbeaaa4f77d6893
poolLength() view returns (uint256)
11
startBlock() view returns (uint256)
4110000
totalAllocPoint() view returns (uint256)
2950
wildx() view returns (address)
0x7c1f5fac2ed605ba8818dee87dc41c80674f9f68
wildxPerBlock() view returns (uint256)
1000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingWildx(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accWildxPerShare, 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)
depositFor(uint256 _pid, uint256 _amount, address _recipient)
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 _wildxPerBlock)
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 _wildx, address _devaddr, address _feeAddress1, uint256 _wildxPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.