416 txs
3.7k calls
constructor
No constructor.
functions
allowance
viewfunction allowance(address owner, address spender) view returns (uint256)
approvalDelay
viewfunction approvalDelay() view returns (uint256)
available
viewfunction available() view returns (uint256)
balance
viewfunction balance() view returns (uint256)
balanceOf
viewfunction balanceOf(address account) view returns (uint256)
decimals
viewfunction decimals() view returns (uint8)
getPricePerFullShare
viewfunction getPricePerFullShare() view returns (uint256)
name
viewfunction name() view returns (string)
owner
viewfunction owner() view returns (address)
stratCandidate
viewfunction stratCandidate() view returns (address implementation, uint256 proposedTime)
strategy
viewfunction strategy() view returns (address)
symbol
viewfunction symbol() view returns (string)
totalSupply
viewfunction totalSupply() view returns (uint256)
want
viewfunction want() view returns (address)
approve
nonpayablefunction approve(address spender, uint256 amount) returns (bool)
decreaseAllowance
nonpayablefunction decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit
nonpayablefunction deposit(uint256 _amount)
depositAll
nonpayablefunction depositAll()
earn
nonpayablefunction earn()
inCaseTokensGetStuck
nonpayablefunction inCaseTokensGetStuck(address _token)
increaseAllowance
nonpayablefunction increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize
nonpayablefunction initialize(address _strategy, string _name, string _symbol, uint256 _approvalDelay)
proposeStrat
nonpayablefunction proposeStrat(address _implementation)
renounceOwnership
nonpayablefunction renounceOwnership()
transfer
nonpayablefunction transfer(address to, uint256 amount) returns (bool)
transferFrom
nonpayablefunction transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership
nonpayablefunction transferOwnership(address newOwner)
upgradeStrat
nonpayablefunction upgradeStrat()
withdraw
nonpayablefunction withdraw(uint256 _shares)
withdrawAll
nonpayablefunction withdrawAll()
events
Approval
event Approval(address indexed owner, address indexed spender, uint256 value)
Initialized
event Initialized(uint8 version)
NewStratCandidate
event NewStratCandidate(address implementation)
OwnershipTransferred
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer
event Transfer(address indexed from, address indexed to, uint256 value)
UpgradeStrat
event UpgradeStrat(address implementation)
errors
No errors.
creation bytecode
0x3d602d80600a3d3981f3363d3d373d3d3d363d739818df1bdce8d0e79b982e2c3a93ac821b3c17e05af43d82803e903d91602b57fd5bf3