Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 9 additional slots
-
variable spans 9 additional slots
Balances ($19.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.005819 | $3,238.40 |
$18.84 | |
USDT | ERC-20 | 0.575975 | $1.002 |
$0.58 | |
WBTC | ERC-20 | 0.000001 | $89,297.00 |
$0.09 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14302108 | 3 years ago | | | 0 | 0.0030095153 | |
| 14302094 | 3 years ago | | | 0 | 0.0040143410 | |
| 14302087 | 3 years ago | | | 0 | 0.0043933331 | |
| 14302076 | 3 years ago | | | 0 | 0.0027531675 | |
| 14302065 | 3 years ago | | | 0 | 0.0051088207 | |
| 14302058 | 3 years ago | | | 0 | 0.0083985311 | |
| 14302053 | 3 years ago | | | 0 | 0.0076980949 | |
| 13614834 | 3 years ago | | | 0 | 0.010490117 | |
| 13614803 | 3 years ago | | | 0 | 0.0099343039 | |
| 13614366 | 3 years ago | | | 0 | 0.0084314244 |
ABI
ABI objects
Getter at block 21179291
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNANCE_ROLE() view returns (bytes32)
0x71840dc4906352362b0cdaf79870196c8e42acafade72d5d5a6d59291253ceb1
INTERFACE_ROLE() view returns (bytes32)
0x886f5b5d23a7f8b3645010a8eb98414557d4607145067846682ff187e4950fe3
MAP_ROLE() view returns (bytes32)
0x55a89b4aa7a9355763ff2ba70063179c98e986a6c1a669830c61078af8449858
PoolInfonum() view returns (uint256)
5
WITHDRAW_ROLE() view returns (bytes32)
0x5d8e12c39142ff96d79d04d15d1ba1269e4fe57bb9d26f43523628b34ba108ec
afterBeta() view returns (bool)
false
controller() view returns (address)
0x4bcf910d398dd09f2665c5647bbc667976b72648
locked() view returns (bool)
false
paused() view returns (bool)
false
rewardTokens() view returns (address[] rewardTokenArr)
[]
Read-only
available(address _singleToken) view returns (uint256)
getPoolInfo(address _singleToken) view returns (struct VaultPoolPoolInfo pool)
getPoolInfoDetail(uint256 _pid, uint256 _rewardid) view returns (uint256, uint256, uint256, uint256, uint256)
getPoolInfobynum(uint256 _num) view returns (struct VaultPoolPoolInfo pool)
getPoolNumBySingleToken(address _singleToken) view returns (uint256 num)
getPoolTotalDeposit(address _singleToken) view returns (uint256 totaldeposit)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSingleTotalReward(address _singleToken) view returns (uint256[] reward)
govTotalProfit(uint256) view returns (uint256)
govTotalSendProfit(uint256) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
poolInfo(uint256) view returns (uint256 lastRewardBlock, uint256 totalAmount, uint256 totalAmountLimit, uint256 earnLowerlimit, uint256 govshare, uint256 usershare, address token)
poolInfoExist(address) view returns (bool)
poolInfoNumber(address) view returns (uint256)
rewardTokenNumbers(address _rewardToken) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
userInfo(uint256, address) view returns (uint256 amount)
userTotalProfit(uint256) view returns (uint256)
userTotalSendProfit(uint256) view returns (uint256)
State-modifying
Events addPoolInfo(uint256 _totalAmountLimit, uint256 _earnLowerlimit, address _singleToken)
depositWithPid(uint256 _pid, uint256 _amount)
depositWithPidGov(address _address, uint256 _pid, uint256 _amount)
depositWithPidMap(uint256 _pid, uint256 _amount)
earn(address token)
emergencyWithdraw(uint256 _pid)
grantRole(bytes32 role, address account)
inCaseTokensGetStuck(address withdrawaddress, address _token, uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAfterBeta()
setLocked(bool _locked)
setPaused(bool _paused)
setPoolInfobynum(uint256 _num, uint256 _totalAmountLimit, uint256 _earnLowerlimit)
updatePool(uint256 _pid)
withdrawWithPid(uint256 _pid, uint256 _amount)
Deposit(address arg0, uint256 arg1, uint256 arg2)
Emergencywithdraw(address arg0, uint256 arg1, uint256 arg2)
GovDeposit(address arg0, uint256 arg1, uint256 arg2)
MapDeposit(address arg0, uint256 arg1, uint256 arg2)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdraw(address arg0, uint256 arg1, uint256 arg2)
constructor(address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.