ArkenDexV3
Verified contract
Active on
Ethereum with 2,304 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9f1c…88f5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EVERMOON | ERC-20 | 0 | $0.000119 |
$0 | |
stETH | ERC-20 | 0 | $3,591.78 |
$0 | |
ADU | ERC-20 | 0.126472 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19063228 | 10 months ago | | | 0.05 | 0.0030920724 | |
| 18002194 | a year ago | | | 0.0120942 | 0.0019401700 | |
| 17920077 | a year ago | | | 0.07 | 0.0026639049 | |
| 17850868 | a year ago | | | 0.015 | 0.0037831519 | |
| 17670570 | a year ago | | | 0.16 | 0.0065181816 | |
| 17509354 | a year ago | | | 0 | 0.00041105600 | |
| 17509293 | a year ago | | | 0 | 0.0055051639 | |
| 17468783 | a year ago | | | 0 | 0.0037013096 | |
| 17464573 | a year ago | | | 0.015 | 0.0041419887 | |
| 17462282 | a year ago | | | 0 | 0.0069666623 |
ABI
ABI objects
Getter at block 21289457
_ARKEN_APPROVE_() view returns (address)
0x89d56979795c4b82828d893ac3ffe9711114a6f9
_DEADLINE_() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_DODO_APPROVE_ADDR_() view returns (address)
0xcb859ea579b28e02b87a1fde08d087ab9dbe5149
_ETH_() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
_FEE_WALLET_ADDR_() view returns (address)
0x9f1c6b37dede7584e722681c8f9d55e5cf1788f5
_UNISWAP_V3_FACTORY_() view returns (address)
0x1f98431c8ad98523631ae4a59f267346ea31f984
_WETH_() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
_WETH_DFYN_() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
owner() view returns (address)
0xfb5c4d167802099adb085a049b8fa39df769b07d
Read-only
This contract contains no read-only function objects.
State-modifying
Events renounceOwnership()
testTransfer(struct ArkenDexV3TradeDescription desc) payable returns (uint256 returnAmount)
trade(struct ArkenDexV3TradeDescription desc) payable
transferOwnership(address newOwner)
uniswapV3SwapCallback(int256 amount0Delta, int256 amount1Delta, bytes _data)
updateArkenApprove(address _arkenApprove)
updateDODOApproveAddress(address _dodoApproveAddress)
updateFeeWallet(address _feeWallet)
updateUniswapV3Factory(address _uv3Factory)
updateWETH(address _weth)
updateWETHDfyn(address _weth_dfyn)
ArkenApproveUpdated(address newArkenApproveAddress)
DODOApproveUpdated(address newDODOApproveAddress)
FeeWalletUpdated(address newFeeWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address srcToken, address dstToken, uint256 amountIn, uint256 returnAmount)
UniswapV3FactoryUpdated(address newUv3Factory)
WETHDfynUpdated(address newWETHDfyn)
WETHUpdated(address newWETH)
constructor(address _ownerAddress, address _feeWalletAddress, address _wrappedEther, address _wrappedEtherDfyn, address _dodoApproveAddress, address _arkenApprove, address _uniswapV3Factory)
fallback()
receive()
This contract contains no error objects.