BuyNLock
Verified contract
Active on
Ethereum with 1,648 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($655.66)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BUSD | ERC-20 | 657.234464 | $0.997322 |
$655.47 | |
GAME | ERC-20 | 3 | $0.061827 |
$0.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13834799 | 3 years ago | | | 1.7851975 | 0.0012830400 | |
Transfer | 13802681 | 3 years ago | | | 0.02992149 | 0.00089960791 | |
| 13666681 | 3 years ago | | | 2.3875429 | 0.0043414205 | |
| 13666681 | 3 years ago | | | 2.3875429 | 0.0043414205 | |
| 13666647 | 3 years ago | | | 0 | 0.44562964 | |
| 13666645 | 3 years ago | | | 0 | 0.59843046 | |
| 13666643 | 3 years ago | | | 0 | 0.59190523 | |
| 13666633 | 3 years ago | | | 0 | 0.65912363 | |
| 13666632 | 3 years ago | | | 0 | 0.62022560 | |
| 13666631 | 3 years ago | | | 0 | 0.62614085 |
ABI
ABI objects
Getter at block 21288124
buyingToken() view returns (address)
0x0f51bb10119727a7e5ea3538074fb341f56b09ad
lockTime() view returns (uint24)
0
owner() view returns (address)
0xcf28556ee95be8c52ad2f3480149128cca51dac1
paused() view returns (bool)
false
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
getLockedAmount(address userAddress) view returns (uint128)
getUnlockableAmount(address userAddress) view returns (uint128, uint128)
users(address) view returns (uint128 lockedAmountTotal, uint128 indexToUnlock)
State-modifying
Events buyForERC20(uint256 amountToSell, uint256 minimumAmountToBuy, address[] swapPath, uint256 swapDeadline)
buyForETH(uint256 minimumAmountToBuy, address[] swapPath, uint256 swapDeadline) payable
multiUnlockBoughtTokens(address[] userAddresses)
pause()
renounceOwnership()
setLockTime(uint24 _lockTime)
transferOwnership(address newOwner)
unlockBoughtTokens(address userAddress)
unpause()
BuyAndLock(address indexed user, address indexed sellingToken, uint256 amountSold, uint256 amountBought, uint256 lockedAt)
LockTimeChange(uint24 oldLockTime, uint24 newLockTime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unlock(address indexed user, uint256 amountUnlocked, uint256 numberOfUnlocks)
Unpaused(address account)
constructor(address _buyingToken, uint24 _lockTime, address _uniswapRouter)
This contract contains no fallback and receive objects.
This contract contains no error objects.