TokenSwapAndDeposit
Verified contract
Active on
Ethereum with 195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TokenSwapAndDeposit"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21282524 | 3 days ago | | | 0 | 0.0036030734 | |
| 21276662 | 4 days ago | | | 0 | 0.0022419205 | |
| 21274818 | 4 days ago | | | 0 | 0.0032364386 | |
| 21273897 | 4 days ago | | | 0 | 0.0037685605 | |
| 21260401 | 6 days ago | | | 0 | 0.0025257232 | |
| 21260014 | 6 days ago | | | 0 | 0.0015777658 | |
| 21256930 | 7 days ago | | | 0 | 0.0027104413 | |
| 21247095 | 8 days ago | | | 0 | 0.0039624599 | |
| 21234067 | 10 days ago | | | 0 | 0.0033714414 | |
| 21234066 | 10 days ago | | | 0 | 0.0022196332 |
ABI
ABI objects
Getter at block 21305354
AGGREGATION_ROUTER_V5_ADDRESS() view returns (address)
0x1111111254eeb25477b68fb85ed929f73a960582
ZK_SYNC_L1_GATEWAY_ADDRESS() view returns (address)
0x35d173cdfe4d484bc5985fda55fabad5892c7b82
owner() view returns (address)
0x837b4bb0486ee6e9122bbc2a832cbb0285859b7a
Read-only
isAllowedSigner(address signer) view returns (bool)
signers(uint256) view returns (address)
State-modifying
Events deposit(address _token, uint256 _amount, bytes32 _zkLinkAddress, bytes _exchangeData) payable returns (uint256)
renounceOwnership()
transferOwnership(address newOwner)
updateSigners(address[] newSigners)
withdrawETH(address to, uint256 amount, uint256 expireTime, uint256 orderId, address[] allSigners, bytes[] signatures)
withdrawErc20(address to, uint256 amount, address token, uint256 expireTime, uint256 orderId, address[] allSigners, bytes[] signatures)
Deposit(address from, address token, uint256 spentAmount, uint256 swapReturnAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, address indexed token, uint256 amount)
WithdrawERC20(uint256 orderId, address token, address to, uint256 amount)
WithdrawETH(uint256 orderId, address to, uint256 amount)
constructor(address aggregationRouterV5, address zkSyncL1Gateway, address[] allowedSigners)
receive()
This contract contains no error objects.