BoringVault
State Variables
hook
BeforeTransferHook public hook;Functions
constructor
constructor(
address _owner,
string memory _name,
string memory _symbol,
uint8 _decimals
)
ERC20(_name, _symbol, _decimals)
Auth(_owner, Authority(address(0)));manage
manage
enter
exit
setBeforeTransferHook
_callBeforeTransfer
transfer
transferFrom
receive
Events
Enter
Exit
Was this helpful?