Uniswap V2
Verified contract
Active on
Ethereum with 5,613 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($133,889.88)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MIR | ERC-20 | 2.070754M | $0.032611 |
$67,530.07 | |
UST | ERC-20 | 2.648715M | $0.025054 |
$66,359.82 | |
TSP | ERC-20 | 876.721928K | -- | -- | |
FLO | ERC-20 | 50K | -- | -- | |
PMR | ERC-20 | 33K | -- | -- | |
CHUA | ERC-20 | 20K | -- | -- | |
MUNCH | ERC-20 | 10K | -- | -- | |
PLBK | ERC-20 | 10K | -- | -- | |
BTH | ERC-20 | 777 | -- | -- | |
QDAO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19849214 | 7 months ago | | | 0 | 0.000091840716 | |
| 19766560 | 7 months ago | | | 0 | 0.00052974797 | |
| 19747107 | 7 months ago | | | 0 | 0.00038704980 | |
| 18434362 | a year ago | | | 0 | 0.00049708039 | |
| 18434318 | a year ago | | | 0 | 0.00058251147 | |
| 18298100 | a year ago | | | 0 | 0.00025124970 | |
| 18109035 | a year ago | | | 0 | 0.00029069927 | |
| 18109033 | a year ago | | | 0 | 0.00027813965 | |
| 17567078 | a year ago | | | 0 | 0.00040993553 | |
| 17560237 | a year ago | | | 0 | 0.00058740300 |
ABI
ABI objects
Getter at block 21290126
DOMAIN_SEPARATOR() view returns (bytes32)
0x7fc18fb3122914949d9c0e19143d643fb8311a46222255330c65383fba3f1802
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=2070754075038828120889266, _reserve1=2648714829572691808472455, _blockTimestampLast=1732818731)
kLast() view returns (uint256)
0
name() view returns (string)
Uniswap V2
price0CumulativeLast() view returns (uint256)
2281855464681858485928698580973573670292692
price1CumulativeLast() view returns (uint256)
360304645652490897307352574591089337040556
symbol() view returns (string)
UNI-V2
token0() view returns (address)
0x09a3ecafa817268f77be1283176b946c4ff2e608
token1() view returns (address)
0xa47c8bf37f92abed4a126bda807a7b7498661acd
totalSupply() view returns (uint256)
1730082534931169549398918
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address to) returns (uint256 amount0, uint256 amount1)
initialize(address _token0, address _token1)
mint(address to) returns (uint256 liquidity)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
skim(address to)
swap(uint256 amount0Out, uint256 amount1Out, address to, bytes data)
sync()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Mint(address indexed sender, uint256 amount0, uint256 amount1)
Swap(address indexed sender, uint256 amount0In, uint256 amount1In, uint256 amount0Out, uint256 amount1Out, address indexed to)
Sync(uint112 reserve0, uint112 reserve1)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.