WildyChef
Verified contract
Active on
Ethereum with 2,213 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d4a…32fa
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$WILDY | ERC-20 | 1.272662M | -- | -- | |
UNI-V2 | ERC-20 | 18.262675K | -- | -- | |
UNI-V2 | ERC-20 | 9.867118K | -- | -- | |
UNI-V2 | ERC-20 | 77.644965 | -- | -- | |
UNI-V2 | ERC-20 | 54.022568 | -- | -- | |
UNI-V2 | ERC-20 | 2.828427 | -- | -- | |
UNI-V2 | ERC-20 | 1.499172 | -- | -- | |
UNI-V2 | ERC-20 | 0.000012 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12313606 | 4 years ago | | | 0 | 0.0046236540 | |
| 12313595 | 4 years ago | | | 0 | 0.0044919950 | |
| 12310500 | 4 years ago | | | 0 | 0.0059777890 | |
| 11955265 | 4 years ago | | | 0 | 0.011997213 | |
| 11808750 | 4 years ago | | | 0 | 0.012538146 | |
| 11798224 | 4 years ago | | | 0 | 0.014777400 | |
| 11798224 | 4 years ago | | | 0 | 0.019238050 | |
| 11714066 | 4 years ago | | | 0 | 0.0052055900 | |
| 11714008 | 4 years ago | | | 0 | 0.0068955500 | |
| 11684020 | 4 years ago | | | 0 | 0.0070052430 |
ABI
ABI objects
Getter at block 21298224
BONUS_MULTIPLIER() view returns (uint256)
5
bonusEndBlock() view returns (uint256)
11002000
owner() view returns (address)
0xadebe1876fac4400819bca280702ffcde836432f
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10907794
totalAllocPoint() view returns (uint256)
1701
wildy() view returns (address)
0x3d4a076a01b303259046b548c8d759a1c77c32fa
wildyPerBlock() view returns (uint256)
5000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingWildy(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accWildyPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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 _wildy, uint256 _wildyPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.