Convergence LP Token
Verified contract
Active on
Ethereum with 742 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($20,814.51)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CONV | ERC-20 | 115.175228M | $0.000092 |
$10,599.58 | |
USDT | ERC-20 | 10.214935K | $1.00 |
$10,214.93 | |
TetheReward.com | ERC-20 | 800 | -- | -- | |
0xd97c…73d3 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21185678 | 14 days ago | | | 0 | 0.00066633451 | |
| 21185675 | 14 days ago | | | 0 | 0.00069005406 | |
| 20860090 | 2 months ago | | | 0 | 0.00015117879 | |
| 20860089 | 2 months ago | | | 0 | 0.00014152508 | |
| 20197117 | 5 months ago | | | 0 | 0.00011711415 | |
| 20033355 | 6 months ago | | | 0 | 0.0046074000 | |
| 20033315 | 6 months ago | | | 0 | 0.0012081446 | |
| 19836664 | 7 months ago | | | 0 | 0.0011863501 | |
| 19835748 | 7 months ago | | | 0 | 0.0017992675 | |
| 19831842 | 7 months ago | | | 0 | 0.0016831964 |
ABI
ABI objects
Getter at block 21288126
DOMAIN_SEPARATOR() view returns (bytes32)
0x82a45a7a775eb164c512f020b9e57583f85793f19e2cfa215a4857ad4fc52638
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x4eef5746ed22a2fd368629c1852365bf5dcb79f1
freezer() view returns (address)
0x0000000000000000000000000000000000000000
frozen() view returns (bool)
false
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=115175228405311919824650305, _reserve1=10214934613, _blockTimestampLast=1732782539)
kLast() view returns (uint256)
1134877718699837622851188948812647712
name() view returns (string)
Convergence LP Token
price0CumulativeLast() view returns (uint256)
3879532141290297252157146602
price1CumulativeLast() view returns (uint256)
894776757970541226501751854047614248948873457371071560802
symbol() view returns (string)
CLP
token0() view returns (address)
0xc834fa996fa3bec7aad3693af486ae53d8aa8b50
token1() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
935520891559054129
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)
freeze()
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)
setFreezer(address _freezer)
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)
unfreeze()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed sender, uint256 amount0, uint256 amount1, address indexed to)
Freeze(address indexed freezer)
FreezerChanged(address indexed from, 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)
Unfreeze(address indexed freezer)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.