Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "GRouter"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21216234 | 14 days ago | | | 0 | 0.0079574266 | |
| 20891436 | 2 months ago | | | 0 | 0.0020180989 | |
| 20864172 | 2 months ago | | | 0 | 0.0065775181 | |
| 20802018 | 2 months ago | | | 0 | 0.0016733285 | |
| 20801979 | 2 months ago | | | 0 | 0.0026655492 | |
| 20795934 | 2 months ago | | | 0 | 0.0031044713 | |
| 20724251 | 3 months ago | | | 0 | 0.00095883600 | |
| 20663381 | 3 months ago | | | 0 | 0.0027731900 | |
| 20549541 | 3 months ago | | | 0 | 0.00033471921 | |
| 20549536 | 3 months ago | | | 0 | 0.00043821348 |
ABI
ABI objects
Getter at block 21314618
N_COINS() view returns (uint8)
3
routerOracle() view returns (address)
0xfe620d20b3ed77ec0934fbe9df2147f6f3c62599
threeCrv() view returns (address)
0x6c3f90f043a72fa612cbac8115ee7e52bde6e490
threePool() view returns (address)
0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7
tranche() view returns (address)
0x19a07afe97279cb6de1c9e73a13b7b0b63f7e67a
vaultToken() view returns (address)
0x1402c1caa002354fc2c4a4cd2b4045a5b9625ef3
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(uint256 _amount, uint256 _token_index, bool _tranche, uint256 _minAmount) returns (uint256 amount)
depositGvt(uint256[3] inAmounts, uint256 _minAmount, address _referral)
depositPwrd(uint256[3] inAmounts, uint256 _minAmount, address _referral)
depositWithAllowedPermit(uint256 _amount, uint256 _token_index, bool _tranche, uint256 _minAmount, uint256 deadline, uint256 nonce, uint8 v, bytes32 r, bytes32 s) returns (uint256 amount)
depositWithPermit(uint256 _amount, uint256 _token_index, bool _tranche, uint256 _minAmount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 amount)
withdraw(uint256 _amount, uint256 _token_index, bool _tranche, uint256 _minAmount) returns (uint256 amount)
withdrawByStablecoin(bool pwrd, uint256 index, uint256 lpAmount, uint256 _minAmount)
LogDeposit(address indexed sender, uint256 tokenAmount, uint256 tokenIndex, bool tranche, uint256 trancheAmount, uint256 calcAmount)
LogLegacyDeposit(address indexed sender, uint256[3] tokenAmounts, bool tranche, uint256 trancheAmount, uint256 calcAmount)
LogWithdrawal(address indexed sender, uint256 tokenAmount, uint256 tokenIndex, bool tranche, uint256 calcAmount)
constructor(address _GTranche, address _vaultToken, address _routerOracle, address _threePool, address _threeCrv)
This contract contains no fallback and receive objects.
AmountIsZero()
LTMinAmountExpected()