Smart Wallet Checker
SmartWalletWhitelist.vy
The source code for the SmartWalletWhitelist.vy
contract is available on Etherscan. The contract is written in Vyper version 0.4.1
.
The VotingEscrow
on Ethereum is deployed at 0x5f3b5DfEb7B28CDbD7FAba78963EE202a494e2A2
.
check
¶
SmartWalletWhitelist.check(_wallet: address) -> bool
Dummy function for compatibility regarding contracts locking CRV tokens as veCRV. This function always returns True
, therefore allows every address (EOA's and contracts) to allow locking CRV.
Input | Type | Description |
---|---|---|
_wallet | address | Wallet address |