YaxisChef
Verified contract
Active on
Ethereum with 10,130 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb1dc…a289
0x0000…0000
-
variable spans 3 additional slots
-
variable spans 4 additional slots
Balances ($573.92)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BAL | ERC-20 | 255.075345 | $2.25 |
$573.92 | |
UNI-V2 | ERC-20 | 283.455758 | -- | -- | |
YAX | ERC-20 | 13.314133 | -- | -- | |
UNI-V2 | ERC-20 | 0.978357 | -- | -- | |
UNI-V2 | ERC-20 | 0.03636 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014390 | 21 days ago | | | 0 | 0.0011772708 | |
| 21013956 | 21 days ago | | | 0 | 0.00096769409 | |
| 20999411 | 23 days ago | | | 0 | 0.0015004102 | |
| 20999350 | 23 days ago | | | 0 | 0.0011092479 | |
| 20801465 | 2 months ago | | | 0 | 0.00088811953 | |
| 20691903 | 2 months ago | | | 0 | 0.0033042093 | |
| 20575860 | 3 months ago | | | 0 | 0.00013036073 | |
| 20354318 | 4 months ago | | | 0 | 0.00023591260 | |
| 20247102 | 4 months ago | | | 0 | 0.00027740192 | |
| 20246964 | 4 months ago | | | 0 | 0.00037062054 |
ABI
ABI objects
Getter at block 21166719
BLOCKS_PER_WEEK() view returns (uint256)
46500
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x66c5c16d13a38461648c1d097f219762d374b412
poolLength() view returns (uint256)
10
startBlock() view returns (uint256)
10883800
totalAllocPoint() view returns (uint256)
2000
tresuryaddr() view returns (address)
0xc1d40e197563df727a4d3134e8bd1def4b498c6f
yax() view returns (address)
0xb1dc9124c395c1e97773ab855d66e879f053a289
yaxPerBlock() view returns (uint256)
43000000000000000
Read-only
epochEndBlocks(uint256) view returns (uint256)
epochRewardMultiplers(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingYaxis(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accYaxPerShare, bool isStarted)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 accumulatedStakingPower)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _lastRewardBlock)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEpochEndBlock(uint8 _index, uint256 _epochEndBlock)
setEpochRewardMultipler(uint8 _index, uint256 _epochRewardMultipler)
setMigrator(address _migrator)
setYaxPerBlock(uint256 _yaxPerBlock)
transferOwnership(address newOwner)
tresury(address _tresuryaddr)
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 _yax, address _tresuryaddr, uint256 _yaxPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.