Vault
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
12
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 "Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Vault"
ABI
ABI objects
Getter at block 20792645 DOMAIN_SEPARATOR() view returns (bytes32 result) decimals() view returns (uint8) name() view returns (string) symbol() view returns (string)
DENOMINATOR() view returns (uint256)
10000
EARN_INCENTIVE_FEE() view returns (uint256)
10
incentiveTokenAmount() view returns (uint256)
0
liquidityGauge() pure returns (address _liquidityGauge)
0x0000000000000000000000000000000000000000
strategy() pure returns (address _strategy)
0x0000000000000000000000000000000000000000
token() pure returns (address _token)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256 result)
0
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
deposit(address _receiver, uint256 _amount, bool _doEarn)
initialize()
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 _shares)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ALREADY_INITIALIZED()
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NOT_ENOUGH_TOKENS()
PermitExpired()
TotalSupplyOverflow()