CRO Defi Swap
Verified contract
Active on
Ethereum with 300 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($165,905.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 5.434969K | $15.31 |
$83,209.38 | |
WETH | ERC-20 | 26.233069 | $3,152.37 |
$82,696.34 | |
0xe6c5…6c17 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19887285 | 6 months ago | | | 0 | 0.0016611511 | |
| 19887284 | 6 months ago | | | 0 | 0.0016056482 | |
| 19885280 | 6 months ago | | | 0 | 0.0021132099 | |
| 19125330 | 10 months ago | | | 0 | 0.00060822251 | |
| 19125140 | 10 months ago | | | 0 | 0.00085866003 | |
| 19125109 | 10 months ago | | | 0 | 0.00036998586 | |
| 18947557 | 10 months ago | | | 0 | 0.00027434784 | |
| 18590467 | a year ago | | | 0 | 0.00053034738 | |
| 18193252 | a year ago | | | 0 | 0.0056145081 | |
| 17798191 | a year ago | | | 0 | 0.00067963497 |
ABI
ABI objects
Getter at block 21217460
DOMAIN_SEPARATOR() view returns (bytes32)
0xf698aafce900c6e789e14d2490b1981e58f663494c35e5721012cb2ee2a350a1
MINIMUM_LIQUIDITY() view returns (uint256)
1000
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
factory() view returns (address)
0x9deb29c9a4c7a88a3c0257393b7f3335338d9a9d
getReserves() view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast)
(_reserve0=5434969083962689241427, _reserve1=26233069003458484041, _blockTimestampLast=1731966335)
kLast() view returns (uint256)
0
name() view returns (string)
CRO Defi Swap
price0CumulativeLast() view returns (uint256)
5354846210899539739682241034733801773138
price1CumulativeLast() view returns (uint256)
121076224537255502862922000199803260709857824
symbol() view returns (string)
CRO-SWAP
token0() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
token1() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
totalSupply() view returns (uint256)
327159447038473669293
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.