BuyBackandBurn
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($105.87)
Native
Value
$105.58
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.02919 | $3,616.94 |
$105.58 | |
JJ | ERC-20 | 290.191752M | $0.00 |
$0.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247305 | 10 days ago | | | 0 | 0.00034979327 | |
| 21092712 | a month ago | | | 0 | 0.00028268293 | |
| 21002621 | a month ago | | | 0 | 0.00020144001 | |
| 20913061 | 2 months ago | | | 0 | 0.00034286045 | |
| 20783281 | 2 months ago | | | 0 | 0.00032103044 | |
| 20783265 | 2 months ago | | | 0 | 0.00040141805 | |
| 20731659 | 3 months ago | | | 0 | 0.000071515941 | |
| 20705026 | 3 months ago | | | 0 | 0.000052957440 | |
| 20549191 | 4 months ago | | | 0 | 0.000092562123 | |
| 20509044 | 4 months ago | | | 0 | 0.000040306181 |
ABI
ABI objects
Getter at block 21317916
accEthPerShare() view returns (uint256)
9365451649859871337243697477
burnPercentage() view returns (uint256)
40
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
feeWallet() view returns (address)
0x000008159ce9ade13270f4a134bd34bf54349f01
getPooledTokens() view returns (struct BuyBackandBurnPooledToken[])
[(0x95ad61b0a150d79219dcf64e1e6cc01f0b64c4ce, 500, 4682725824929935668, 1718930075, 1, false, 0), (0x32c6f1c1731ff8f98ee2ede8954f696446307846, 200, 1873090329971974267, 1718930075, 0, false, 0)]
lastBurn() view returns (uint256)
1718930075
quoter() view returns (address)
0xb27308f9f90d607463bb33ea1bebb41c27ce5ab6
totalAllocation() view returns (uint256)
700
uniswapV3Router() view returns (address)
0xe592427a0aece92de3edee1f18e0157c05861564
wallet() view returns (address)
0x5e1ecf03d1d776caff4f47150610519dfb014161
Read-only
authorized(address) view returns (bool)
encodePath(address[] path, uint24[] fees) pure returns (bytes)
getPooledTokenInputAmount(address _token) view returns (uint256)
pooledTokens(address) view returns (address tokenAddress, uint24 allocationPoints, uint256 rewardDebt, uint256 timestamp, uint24 buyTax, bool v3Token, uint24 v3Fee)
State-modifying
Events addTokens(address[] _tokens, uint24[] _allocationPoints, uint24[] _buyTaxes, bool[] _v3Token, uint24[] _v3Fee)
buyBackAndBurnTokens(uint256[] _amountMinOuts)
getMinOut(address _tokenOut, uint256 _amountIn, uint24 _fee) returns (uint256)
getOutput() returns (address[], uint256[])
removeTokens(address[] _tokens)
updateAllocations(address[] _tokens, uint24[] _allocs)
updateAuthorized(address _wallet, bool _authorized)
updateBurnPercentage(uint256 _burnPercentage)
updateFeeWallet(address _feeWallet)
updateTokenBuyTax(address _token, uint24 _buyTax)
updateWallet(address _wallet)
withdrawStuckETH()
AllocChanged(address indexed token, uint24 allocation)
Burn(address indexed token, uint256 amountEth, uint256 amountTokens)
BuyTaxChanged(address indexed token, uint24 buyTax)
TokenAdded(address indexed token, uint24 allocation)
TokenRemoved(address indexed token)
constructor()
receive()
This contract contains no error objects.