ZunamiAPS
Verified contract
Active on
Ethereum with 231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ZunamiAPS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20554362 | 3 months ago | | | 0 | 0.000043905205 | |
| 18621045 | a year ago | | | 0 | 0.0013963851 | |
| 18474361 | a year ago | | | 0 | 0.00064068243 | |
| 18474351 | a year ago | | | 0 | 0.012959157 | |
| 18211773 | a year ago | | | 0 | 0.00024550619 | |
| 17910444 | a year ago | | | 0 | 0.0097234569 | |
| 17910437 | a year ago | | | 0 | 0.010356186 | |
| 17910090 | a year ago | | | 0 | 0.00062688603 | |
| 17910019 | a year ago | | | 0 | 0.00056339995 | |
| 17910015 | a year ago | | | 0 | 0.011129674 |
ABI
ABI objects
Getter at block 21263710 lpPrice() view returns (uint256) totalHoldings() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FEE_DENOMINATOR() view returns (uint256)
1000
FUNDS_DENOMINATOR() view returns (uint256)
10000
LP_RATIO_MULTIPLIER() view returns (uint256)
1000000000000000000
MAX_FEE() view returns (uint256)
300
MIN_LOCK_TIME() view returns (uint256)
86400
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
POOL_ASSETS() view returns (uint8)
1
decimals() view returns (uint8)
18
defaultDepositPid() view returns (uint256)
0
defaultWithdrawPid() view returns (uint256)
4
launched() view returns (bool)
true
managementFee() view returns (uint256)
150
name() view returns (string)
ZunamiAPSLP
paused() view returns (bool)
false
poolCount() view returns (uint256)
6
symbol() view returns (string)
ZAPSLP
token() view returns (address)
0xb40b6608b2743e691c9b54ddbdee7bf03cd79f1c
totalDeposited() view returns (uint256)
2132649792610412995044953
totalSupply() view returns (uint256)
1572214403808065909624623
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcManagementFee(uint256 amount) view returns (uint256)
calcSharesAmount(uint256 tokenAmount, bool isDeposit) view returns (uint256 lpShares)
calcWithdrawOneCoin(uint256 lpShares) view returns (uint256 tokenAmount)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
pendingDeposits(address user) view returns (uint256)
pendingWithdrawals(address user) view returns (struct ZunamiAPSPendingWithdrawal)
poolInfo(uint256 pid) view returns (struct ZunamiAPSPoolInfo)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addPool(address _strategyAddr)
approve(address spender, uint256 amount) returns (bool)
autoCompoundAll()
claimAllManagementFee()
completeDeposits(address[] userList)
completeWithdrawals(address[] userList)
completeWithdrawalsOptimized(address[] userList)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegateDeposit(uint256 amount)
delegateWithdrawal(uint256 lpShares, uint256 tokenAmount)
deposit(uint256 amount) returns (uint256)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
moveFundsBatch(uint256[] _strategies, uint256[] withdrawalsPercents, uint256 _receiverStrategyId)
pause()
removePendingDeposit()
removePendingWithdrawal()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setDefaultDepositPid(uint256 _newPoolId)
setDefaultWithdrawPid(uint256 _newPoolId)
setManagementFee(uint256 newManagementFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
updateOperator(address _newOperator)
withdraw(uint256 lpShares, uint256 tokenAmount)
withdrawStuckToken(address _token)
AddedPool(uint256 pid, address strategyAddr, uint256 startTime)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoCompoundAll()
ClaimedAllManagementFee(uint256 feeValue)
CreatedPendingDeposit(address indexed depositor, uint256 amount)
CreatedPendingWithdrawal(address indexed withdrawer, uint256 lpShares, uint256 tokenAmount)
Deposited(address indexed depositor, uint256 amount, uint256 lpShares, uint256 pid)
FailedDeposit(address indexed depositor, uint256 amounts, uint256 lpShares)
FailedWithdrawal(address indexed withdrawer, uint256 amounts, uint256 lpShares)
ManagementFeeSet(uint256 oldManagementFee, uint256 newManagementFee)
Paused(address account)
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)
SetDefaultDepositPid(uint256 pid)
SetDefaultWithdrawPid(uint256 pid)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
Withdrawn(address indexed withdrawer, uint256 tokenAmount, uint256 lpShares)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.