sdZUNPXETH Vault
Unverified contract
Proxy
Active on
Ethereum with 31 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 "sdZUNPXETH Vault"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21191470 | 2 days ago | | | 0 | 0.011290371 | |
| 21147706 | 8 days ago | | | 0 | 0.0053910856 | |
| 20941446 | a month ago | | | 0 | 0.015852598 | |
| 20891150 | a month ago | | | 0 | 0.0035208303 | |
| 20848039 | 2 months ago | | | 0 | 0.0057216105 | |
| 20848023 | 2 months ago | | | 0 | 0.00064174526 | |
| 20776431 | 2 months ago | | | 0 | 0.00018540597 | |
| 20776431 | 2 months ago | | | 0 | 0.0054982429 | |
| 20776093 | 2 months ago | | | 0 | 0.0048774369 | |
| 20720490 | 2 months ago | | | 0 | 0.0045931136 |
ABI
ABI objects
Getter at block 21205409
DENOMINATOR() view returns (uint256)
10000
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x1652060ea215269fccc0bb63d53fbe325c4e5899cccfcc7d47165e9e0da1f8ee
EARN_INCENTIVE_FEE() view returns (uint256)
10
decimals() view returns (uint8)
18
incentiveTokenAmount() view returns (uint256)
0
liquidityGauge() pure returns (address _liquidityGauge)
0xbf6be44084e117571c78a9e4e285761bf3b6cd26
name() view returns (string)
sdZUNPXETH Vault
strategy() pure returns (address _strategy)
0x69d61428d089c2f35bf6a472f540d0f82d1ea2cd
symbol() view returns (string)
sdZUNPXETH-vault
token() pure returns (address _token)
0x17d964da2bd337cfeaed30a27c9ab6580676e730
totalSupply() view returns (uint256 result)
903369320609154445
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()