MaxBuyBackV1
Verified contract
Active on
Ethereum with 93 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.94)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 9.944949 | $0.999592 |
$9.94 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043222 | a month ago | | | 0 | 0.0046727261 | |
| 21030357 | a month ago | | | 0 | 0.0048171839 | |
| 21030341 | a month ago | | | 0 | 0.0037405079 | |
| 21030338 | a month ago | | | 0 | 0.0045721358 | |
| 21017590 | a month ago | | | 0 | 0.0024263528 | |
| 21017588 | a month ago | | | 0 | 0.0039791383 | |
| 21017585 | a month ago | | | 0 | 0.0041231939 | |
| 21017582 | a month ago | | | 0 | 0.0034084241 | |
| 21017315 | a month ago | | | 0 | 0.0028781637 | |
| 21017307 | a month ago | | | 0 | 0.0028700667 |
ABI
ABI objects
Getter at block 21320522
buyBackToken() view returns (address)
0x8805792d41facb22b6f47d468b06af36ff3fc1c5
finalDestination() view returns (address)
0x000000000000000000000000000000000000dead
getTokensSwap() view returns (uint256)
1879892649438380049846425
getUsdcSwaps() view returns (uint256)
74723334523
multisigWallet() view returns (address)
0x186aa8c6f02b05b48dc1dd2d7c67d8b56189c279
owner() view returns (address)
0x186aa8c6f02b05b48dc1dd2d7c67d8b56189c279
swapRouter02() view returns (address)
0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events setFinalDestination(address _finalDestination)
setMultisig(address _multisig)
setTokenAddresses(address _usdc, address _weth, address _buyBackToken)
setUniswapV2Router(address _v2Router)
setUniswapV3Router(address _v3Router)
swapAllUsdcForWeth()
swapAndBurn(uint256 _amountUSDC)
swapWethForBuybackToken(uint256 amount)
updateBuyBackToken(address _newToken)
withdraw(address _beneficiary)
withdrawToken(address _beneficiary, address _token)
TokensSwapped(address indexed tokenIn, address indexed tokenOut, uint256 amountIn, uint256 amountOut)
constructor()
This contract contains no fallback and receive objects.
FailedToWithdrawEth(address owner, address target, uint256 value)
NothingToWithdraw()