DepositHandler
Verified contract
Active on
Ethereum with 3,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc118…47b5
0x7d17…9421
0x8a07…050e
Balances ($0.00)
No balances found for "DepositHandler"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16695758 | 2 years ago | | | 0 | 0.0073757660 | |
| 16575477 | 2 years ago | | | 0 | 0.0060704902 | |
| 16575459 | 2 years ago | | | 0 | 0.0072770598 | |
| 16234952 | 2 years ago | | | 0 | 0.0054296224 | |
| 16112236 | 2 years ago | | | 0 | 0.0039823816 | |
| 16110467 | 2 years ago | | | 0 | 0.0036024592 | |
| 16085962 | 2 years ago | | | 0 | 0.0061528809 | |
| 16055670 | 2 years ago | | | 0 | 0.0037585803 | |
| 16051453 | 2 years ago | | | 0 | 0.0032687160 | |
| 15876812 | 2 years ago | | | 0 | 0.0052584772 |
ABI
ABI objects
Getter at block 21266355
CHAINLINK_PRICE_DECIMALS() view returns (uint8)
8
CHAINLINK_PRICE_DECIMAL_FACTOR() view returns (uint256)
100000000
CURVE_RATIO_DECIMALS() view returns (uint256)
6
CURVE_RATIO_DECIMALS_FACTOR() view returns (uint256)
1000000
DAI() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
DAI_DECIMALS() view returns (uint256)
1000000000000000000
DAI_VAULT() view returns (address)
0x277947d84a2ec370a636683799351acef97fec60
DEFAULT_DECIMALS() view returns (uint8)
18
DEFAULT_DECIMALS_FACTOR() view returns (uint256)
1000000000000000000
N_COINS() view returns (uint8)
3
PERCENTAGE_DECIMALS() view returns (uint8)
4
PERCENTAGE_DECIMAL_FACTOR() view returns (uint256)
10000
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDC_DECIMALS() view returns (uint256)
1000000
USDC_VAULT() view returns (address)
0x9b2688da7d80641f6e46a76889ea7f8b59771724
USDT() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
USDT_DECIMALS() view returns (uint256)
1000000
USDT_VAULT() view returns (address)
0x6419cb544878e8c4faa5eaf22d59d4a96e5f12fa
buoy() view returns (address)
0x7d17c9b9b154b1b31add5115f5f519ec50a59421
controller() view returns (address)
0xcc5c60a319d33810b9eab9764717eef84defb8f4
ctrl() view returns (address)
0xcc5c60a319d33810b9eab9764717eef84defb8f4
ctrlPaused() view returns (bool)
true
insurance() view returns (address)
0x8a070363f6db6a74caaf486dde6da013e5cd050e
lg() view returns (address)
0xc118f2eb1291f9bc0c2a4c2d61b59f1785b047b5
owner() view returns (address)
0x1aebe9147766936906ab56ec0693306da3539824
Read-only
This contract contains no read-only function objects.
State-modifying
Events depositGvt(uint256[3] inAmounts, uint256 minAmount, address _referral)
depositPwrd(uint256[3] inAmounts, uint256 minAmount, address _referral)
renounceOwnership()
setController(address newController)
setDependencies()
transferOwnership(address newOwner)
ChangeController(address indexed oldController, address indexed newController)
LogNewDependencies(address controller, address lifeguard, address buoy, address insurance)
LogNewDeposit(address indexed user, address indexed referral, bool pwrd, uint256 usdAmount, uint256[3] tokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address[3] _vaults, address[3] _tokens, uint256[3] _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.