function createLock(uint256 _value) external payable nonReentrant {
function increaseAmount(uint256 _value) external payable nonReentrant {
function withdraw() external nonReentrant {
function delegate(address _addr) external nonReentrant {
