sdllamathena Vault
Verified contract
Proxy
Active on
Ethereum with 9 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 "sdllamathena Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314937 | 10 hours ago | | | 0 | 0.013674524 | |
| 21314727 | 11 hours ago | | | 0 | 0.010281424 | |
| 21298560 | 3 days ago | | | 0 | 0.0062392727 | |
| 21281354 | 5 days ago | | | 0 | 0.015972950 | |
| 21281147 | 5 days ago | | | 0 | 0.021144723 | |
| 21266118 | 7 days ago | | | 0 | 0.014328052 | |
| 21260749 | 8 days ago | | | 0 | 0.0084852683 | |
| 21260373 | 8 days ago | | | 0 | 0.0064022224 | |
| 21250958 | 9 days ago | | | 0 | 0.019396394 |
ABI
ABI objects
Getter at block 21317904
DENOMINATOR() view returns (uint256)
10000
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x2502df56aedf36f32385fb7caca986e72f41d40a7c0d4b6ee219b880800493fe
EARN_INCENTIVE_FEE() view returns (uint256)
10
decimals() view returns (uint8)
18
incentiveTokenAmount() view returns (uint256)
0
liquidityGauge() pure returns (address _liquidityGauge)
0x08bcf01a252e6238904b47a0be4b4b1f70a74dd7
name() view returns (string)
sdllamathena Vault
strategy() pure returns (address _strategy)
0x69d61428d089c2f35bf6a472f540d0f82d1ea2cd
symbol() view returns (string)
sdllamathena-vault
token() pure returns (address _token)
0xd29f8980852c2c76fc3f6e96a7aa06e0bedcc1b1
totalSupply() view returns (uint256 result)
802525047945598584913889
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()