Vote Boosted sdCRV
Verified contract
Active on
Ethereum with 168 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 "Vote Boosted sdCRV"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105873 | 10 days ago | | | 0 | 0.0010894094 | |
| 21056630 | 17 days ago | | | 0 | 0.0018639508 | |
| 21014067 | 23 days ago | | | 0 | 0.0019256197 | |
| 20991587 | a month ago | | | 0 | 0.010317834 | |
| 20930053 | a month ago | | | 0 | 0.011621532 | |
| 20883313 | a month ago | | | 0 | 0.00019720626 | |
| 20883308 | a month ago | | | 0 | 0.0011651798 | |
| 20858075 | a month ago | | | 0 | 0.0035518454 | |
| 20800209 | 2 months ago | | | 0 | 0.0045719485 | |
| 20776916 | 2 months ago | | | 0 | 0.0035477297 |
ABI
ABI objects
Getter at block 21176734
DOMAIN_SEPARATOR() view returns (bytes32 result)
0xc65de05aa0f0b2d9489ef8b25da7aaa351da812a314325b3226a6c340f394d2b
decimals() view returns (uint8)
18
depositor() view returns (address)
0x88c88aa6a9cedc2aff9b4ca6820292f39cc64026
futureGovernance() view returns (address)
0x0000000000000000000000000000000000000000
gauge() view returns (address)
0x7f50786a0b15723d741727882ee99a0bf34e3466
governance() view returns (address)
0xf930ebbd05ef8b25b1797b9b2109ddc9b0d43063
name() view returns (string)
Vote Boosted sdCRV
symbol() view returns (string)
vsdCRV
totalSupply() view returns (uint256 result)
1541009096801818880668232
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 acceptGovernance()
approve(address spender, uint256 amount) returns (bool)
deposit(uint256 _amount)
depositGauge(uint256 _amount)
depositSdToken(uint256 _amount)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
setDepositor(address _depositor)
setGauge(address _gauge)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferGovernance(address _governance)
withdraw(uint256 _amount, bool _unstake)
Approval(address indexed owner, address indexed spender, uint256 amount)
GovernanceChanged(address indexed newGovernance)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address _token, address _depositor, address _booster, address _sdToken, address _gauge)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
GOVERNANCE()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
PermitExpired()
TotalSupplyOverflow()