UNISWAP2.0
Verified contract
Active on
Ethereum with 960 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNISWAP2.0 | ERC-20 | 604.587085K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20173317 | 5 months ago | | | 0 | 0.00011045307 | |
| 19908766 | 6 months ago | | | 0 | 0.00018135782 | |
| 18720356 | a year ago | | | 0 | 0.0013293365 | |
| 18184855 | a year ago | | | 0 | 0.00074587589 | |
| 18156198 | a year ago | | | 0 | 0.00024331497 | |
| 18022855 | a year ago | | | 0 | 0.0017462659 | |
| 17902882 | a year ago | | | 0 | 0.00057652749 | |
| 17882862 | a year ago | | | 0 | 0.00067803155 | |
| 17864183 | a year ago | | | 0 | 0.0016921621 | |
| 17860201 | a year ago | | | 0 | 0.00037466095 |
ABI
ABI objects
Getter at block 21304180
buyDevelopmentFee() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
0
buyOperationsFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
1
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xb7764b45520087af40d65dfb0f537d96c5635cab
limitsInEffect() view returns (bool)
false
liquidityWallet() view returns (address)
0x863b53dd636dbf1b123967ef66a9190bdbe228b5
marketingWallet() view returns (address)
0x863b53dd636dbf1b123967ef66a9190bdbe228b5
maxTransaction() view returns (uint256)
1000000000000000000000000
maxWallet() view returns (uint256)
1000000000000000000000000
name() view returns (string)
UNISWAP2.0
operationsWallet() view returns (address)
0xb7764b45520087af40d65dfb0f537d96c5635cab
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellDevelopmentFee() view returns (uint256)
0
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
0
sellOperationsFee() view returns (uint256)
1
sellTotalFees() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000
symbol() view returns (string)
UNISWAP2.0
tokensForDevelopment() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
0
tokensForOperations() view returns (uint256)
604587085302087380510841
totalSupply() view returns (uint256)
100000000000000000000000000
tradingActive() view returns (bool)
true
transferDelayEnabled() view returns (bool)
false
uniV2router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
uniswapV2Pair() view returns (address)
0x3399ec673cd6549c8594a61951f52642d1b6f95d
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedmaxTransaction(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
blocked(address) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBL(address[] blockees, bool shouldBlock)
updateBuyFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _developmentFee, uint256 _operationsFee)
updateMaxTransaction(uint256 newNum)
updateMaxWallet(uint256 newNum)
updateSellFees(uint256 _marketingFee, uint256 _liquidityFee, uint256 _developmentFee, uint256 _operationsFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updatedevelopmentWallet(address newWallet)
updateliquidityWallet(address newliquidityWallet)
updatemarketingWallet(address newmarketingWallet)
updateoperationsWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
developmentWalletUpdated(address indexed newWallet, address indexed oldWallet)
liquidityWalletUpdated(address indexed newWallet, address indexed oldWallet)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
operationsWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.