Uniswap V4
Verified contract
Active on
Ethereum with 31 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Uniswap V4"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17473036 | a year ago | | | 0 | 0.00072209712 | |
| 17473033 | a year ago | | | 0 | 0.00082284063 | |
| 17473032 | a year ago | | | 0 | 0.00098200414 | |
| 17473031 | a year ago | | | 0 | 0.00054933637 | |
| 17473029 | a year ago | | | 0 | 0.00053355170 | |
| 17473024 | a year ago | | | 0 | 0.00057681520 | |
| 17473024 | a year ago | | | 0 | 0.00096325067 | |
| 17473024 | a year ago | | | 0 | 0.00096325067 | |
| 17473020 | a year ago | | | 0 | 0.0032826141 | |
| 17473020 | a year ago | | | 0 | 0.00073706029 |
ABI
ABI objects
Getter at block 21281466
_maxTxAmount() view returns (uint256)
100000000000000000000
_maxWalletSize() view returns (uint256)
100000000000000000000
_swapTokensAtAmount() view returns (uint256)
2000000000000000000
decimals() pure returns (uint8)
9
name() pure returns (string)
Uniswap V4
owner() view returns (address)
0xebd023f28d67390f4dc7ce9a82199dcdec23d471
symbol() pure returns (string)
UNI-V4
totalSupply() pure returns (uint256)
100000000000000000000
uniswapV2Pair() view returns (address)
0xc37effba6961846765eb95605052857f9c726a66
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_buyMap(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockBots(address[] bots_)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
manualsend()
manualswap()
renounceOwnership()
setFee(uint256 redisFeeOnBuy, uint256 redisFeeOnSell, uint256 taxFeeOnBuy, uint256 taxFeeOnSell)
setMaxTxnAmount(uint256 maxTxAmount)
setMaxWalletSize(uint256 maxWalletSize)
setMinSwapTokensThreshold(uint256 swapTokensAtAmount)
setTrading(bool _tradingOpen)
toggleSwap(bool _swapEnabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockBot(address notbot)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.