YuanYangPot
Verified contract
Active on
Ethereum with 8,665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x042a…185f
Balances ($12,399.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 1.056591K | $9.27 |
$9,794.59 | |
WETH | ERC-20 | 0.436453 | $3,181.75 |
$1,388.68 | |
SUSHI | ERC-20 | 1.309418K | $0.814101 |
$1,066 | |
DAI | ERC-20 | 149.99494 | $0.999309 |
$149.89 | |
POT | ERC-20 | 265.286058K | -- | -- | |
SLP | ERC-20 | 5.303171K | -- | -- | |
UNI-V2 | ERC-20 | 1.763646K | -- | -- | |
UNI-V2 | ERC-20 | 761.055559 | -- | -- | |
BPT | ERC-20 | 100 | -- | -- | |
BPT | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13695259 | 3 years ago | | | 0 | 0.011283679 | |
| 12728124 | 3 years ago | | | 0 | 0.0010887120 | |
| 12728113 | 3 years ago | | | 0 | 0.00062353500 | |
| 11996834 | 4 years ago | | | 0 | 0.012034139 | |
| 11653437 | 4 years ago | | | 0 | 0.0060987751 | |
| 11638813 | 4 years ago | | | 0 | 0.0048289860 | |
| 11627199 | 4 years ago | | | 0 | 0.0052788000 | |
| 11626154 | 4 years ago | | | 0 | 0.0061573760 | |
| 11618362 | 4 years ago | | | 0 | 0.010325832 | |
| 11389228 | 4 years ago | | | 0 | 0.0043816220 |
ABI
ABI objects
Getter at block 21161996
devAddr() view returns (address)
0x811a8a66dca997b083cc8699c4d55bcae8e98b31
getBlockNumber() view returns (uint256)
21161996
hotpotBase() view returns (address)
0x042afd3869a47e2d5d42cc787d5c9e19df32185f
hotpotBasePerBlock() view returns (uint256)
117974051196197420717
hotpotBaseTotalSupply() view returns (uint256)
11285753167323011809334637
inCircuitBreaker() view returns (bool)
true
owner() view returns (address)
0xfbd3749eb2ed67454850939480433e71a9f5432d
poolLength() view returns (uint256)
14
redPotShare() view returns (uint256)
904195509487
startBlock() view returns (uint256)
10908888
tipRate() view returns (uint256)
20000000000
totalRedAllocPoint() view returns (uint256)
3025
totalWhiteAllocPoint() view returns (uint256)
5000
Read-only
earned(uint256 _pid, address _user) view returns (uint256)
getPoolHotpotBaseReward(uint256 _from, uint256 _to, uint256 _pid) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, bool isRed, uint256 lastRewardBlock, uint256 accHotpotBasePerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardOffset, uint256 reward)
State-modifying
Events addPool(uint256 _allocPoint, address _lpToken, bool _isRed, bool _withUpdate)
claimReward(uint256 _pid, address _tipTo)
deposit(uint256 _pid, uint256 _amount)
dev(address _devAddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
setCircuitBreaker(bool _inCircuitBreaker)
setHotpotBasePerBlock(uint256 __hotpotBasePerBlock)
setPool(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setRedPotShare(uint256 _redPotShare)
setTipRate(uint256 _tipRate)
transferOwnership(address newOwner)
transferPotOwnership(address newOwner)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
ClaimReward(address indexed user, uint256 indexed pid, address indexed waiter, 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 _hotpotBase, address _devAddr, uint256 __hotpotBasePerBlock, uint256 __startBlock, uint256 _tipRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.