Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
⚛PMUSDC | ERC-20 | 0.000063 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14634696 | 3 years ago | | | 0 | 0.0025540545 | |
| 14634675 | 3 years ago | | | 0 | 0.015258448 | |
| 14607577 | 3 years ago | | | 0 | 0.0019223983 | |
| 14607563 | 3 years ago | | | 0 | 0.0020002004 | |
| 14595136 | 3 years ago | | | 0 | 0.0014167600 | |
| 14595136 | 3 years ago | | | 0 | 0.0014167600 | |
| 14594715 | 3 years ago | | | 0 | 0.0094564135 | |
| 14589892 | 3 years ago | | | 0 | 0.0020248139 | |
| 14544644 | 3 years ago | | | 0 | 0.013472313 | |
| 14531382 | 3 years ago | | | 0 | 0.0036282625 |
ABI
ABI objects
Getter at block 21379036
governance() view returns (address)
0x6b29610d6c6a9e47812be40f1335918bd63321bf
owner() view returns (address)
0xae75b29ade678372d77a8b41225654138a7e6ff1
pendingGovernance() view returns (address)
0x0000000000000000000000000000000000000000
slippageForCurveLp() view returns (uint256)
30
verificationAuthority() view returns (address)
0x687f4304df62449dbc6c95fe9a8cb1153d40d42e
Read-only
depositLedger(address, address) view returns (uint256)
vaults(address) view returns (address tokenAddress, uint256 maxAmount, uint256 currentAmount)
withdrawLedger(address, address) view returns (uint256)
State-modifying
Events acceptGovernance()
batchDeposit(address routerAddress, address[] users)
batchWithdraw(address routerAddress, address[] users)
depositFunds(uint256 amountIn, address routerAddress, bytes signature)
depositFundsInCurveLpToken(uint256 amountIn, address routerAddress, bytes signature)
renounceOwnership()
setAuthority(address authority)
setGovernance(address _governance)
setRouterParams(address routerAddress, address token, uint256 maxLimit)
setSlippage(uint256 _slippage)
sweep(address _token)
transferOwnership(address newOwner)
withdrawFunds(uint256 amountIn, address routerAddress)
DepositRequest(address indexed sender, address indexed router, uint256 amountIn)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WithdrawRequest(address indexed sender, address indexed router, uint256 amountOut)
constructor(address _verificationAuthority, address _governance)
This contract contains no fallback and receive objects.
This contract contains no error objects.