DePayRouterV2
Verified contract
Active on
Ethereum with 27,022 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($759.04)
Native
Value
$23.51
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0074 | $3,177.49 |
$23.51 | |
USDC | ERC-20 | 671.609428 | $0.998934 |
$670.89 | |
DEPAY | ERC-20 | 53.803766 | $0.344565 |
$18.54 | |
DAI | ERC-20 | 16.465183 | $0.998228 |
$16.44 | |
USDT | ERC-20 | 13.779546 | $0.99957 |
$13.77 | |
WETH | ERC-20 | 0.004234 | $3,179.22 |
$13.46 | |
LOOKS | ERC-20 | 27.899183 | $0.043714 |
$1.22 | |
APE | ERC-20 | 0.648862 | $1.11 |
$0.72 | |
cbETH | ERC-20 | 0.000058 | $3,451.03 |
$0.2 | |
PAXG | ERC-20 | 0.000072 | $2,656.10 |
$0.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21160158 | 2 hours ago | | | 0.0939 | 0.0034055045 | |
| 21159881 | 3 hours ago | | | 0.00323 | 0.0092913043 | |
| 21159809 | 3 hours ago | | | 0.0954 | 0.0037390958 | |
| 21159382 | 4 hours ago | | | 0 | 0.0030682679 | |
| 21159271 | 5 hours ago | | | 0.181 | 0.0060285031 | |
| 21159215 | 5 hours ago | | | 0 | 0.0026140382 | |
| 21159043 | 5 hours ago | | | 0 | 0.0069964117 | |
| 21158915 | 6 hours ago | | | 0 | 0.0033236842 | |
| 21158788 | 6 hours ago | | | 0.317 | 0.0040051608 | |
| 21158571 | 7 hours ago | | | 0.0779 | 0.0046433828 |
ABI
ABI objects
Getter at block 21160639
FORWARDER() view returns (address)
0x4d130ae9c3dcf86e2ae406f16bfbcc798e77c657
PERMIT2() view returns (address)
0x000000000022d473030f116ddee9f6b43ac78ba3
owner() view returns (address)
0x4e260bb2b25ec6f3a59b478fcde5ed5b8d783b02
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
exchanges(address) view returns (bool)
State-modifying
Events acceptOwnership()
enable(address exchange, bool enabled) returns (bool)
pay(struct IDePayRouterV2Payment payment) payable returns (bool)
pay(struct IDePayRouterV2Payment payment, struct IPermit2PermitSingle permitSingle, bytes signature) payable returns (bool)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(address token, uint256 amount) returns (bool)
Disabled(address indexed exchange)
Enabled(address indexed exchange)
InternalTransfer(address indexed from, address indexed to, uint256 value)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _PERMIT2, address _FORWARDER)
receive()
ExchangeCallFailed()
ExchangeCallMissing()
ExchangeNotApproved()
ForwardingPaymentFailed()
InsufficientBalanceInAfterPayment()
InsufficientBalanceOutAfterPayment()
NativeFeePaymentFailed()
NativePaymentFailed()
PaymentDeadlineReached()
PaymentToZeroAddressNotAllowed()
WrongAmountPaidIn()