VaultProxy
Verified contract
Active on
Ethereum with 2,791 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 "VaultProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16218772 | 2 years ago | | | 0 | 0.0029292121 | |
| 16210611 | 2 years ago | | | 0 | 0.0015381913 | |
| 16207710 | 2 years ago | | | 0 | 0.0029929353 | |
| 16207583 | 2 years ago | | | 0 | 0.0046005236 | |
| 16201277 | 2 years ago | | | 0 | 0.0019127195 | |
| 16199931 | 2 years ago | | | 0 | 0.0022780900 | |
| 16196724 | 2 years ago | | | 0 | 0.0020924553 | |
| 16196033 | 2 years ago | | | 0 | 0.0018345218 | |
| 16193718 | 2 years ago | | | 0 | 0.0031357790 | |
| 16191070 | 2 years ago | | | 0 | 0.0052749884 |
ABI
ABI objects
Getter at block 21256102
faith() view returns (address)
0x78f683247cb2121b4ebfbd04110760da42752a6b
faithClaimEnabled() view returns (bool)
false
ogTemple() view returns (address)
0x654590f810f01b51dc7b86915d4632977e49ea33
owner() view returns (address)
0x4d6175d58c5aceef30f546c0d5a557effa53a950
temple() view returns (address)
0x470ebf5f030ed85fc1ed4c2d36b9dd02e77cf1b7
templeStaking() view returns (address)
0x4d14b24edb751221b3ff08bbb8bd91d4b1c8bc77
Read-only
getFaithMultiplier(uint256 _amountFaith, uint256 _amountTemple) pure returns (uint256)
State-modifying
Events depositTempleFor(uint256 _amount, address vault)
depositTempleWithFaith(uint256 _amountTemple, uint112 _amountFaith, address vault)
renounceOwnership()
toggleFaithClaimEnabled()
transferOwnership(address newOwner)
unstakeAndDepositIntoVault(uint256 _amountOGT, address vault)
unstakeAndDepositTempleWithFaith(uint256 _amountOGT, uint112 _amountFaith, address vault)
withdraw(address token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _ogTemple, address _temple, address _templeStaking, address _faith)
This contract contains no fallback and receive objects.
This contract contains no error objects.