ExchangeBetweenPools
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x45f7…5f51
Balances ($0.00)
No balances found for "ExchangeBetweenPools"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16632239 | 2 years ago | | | 0 | 0.030721505 | |
| 15049433 | 2 years ago | | | 0 | 0.062984664 | |
| 14606680 | 3 years ago | | | 0 | 0.018643506 | |
| 13996683 | 3 years ago | | | 0 | 0.12228416 | |
| 13496679 | 3 years ago | | | 0 | 0.071010870 | |
| 13491387 | 3 years ago | | | 0 | 0.070893840 | |
| 13197064 | 3 years ago | | | 0 | 0.055831101 | |
| 12580078 | 3 years ago | | | 0 | 0.0089955910 | |
| 12462127 | 3 years ago | | | 0 | 0.085644195 | |
| 11743156 | 4 years ago | | | 0 | 0.061941460 |
ABI
ABI objects
Getter at block 21158003
curve() view returns (address)
0x45f783cce6b7ff23b2ab2d70e416cdb7d6055f51
from_bank() view returns (address)
0x9ab872a34139015da07ee905529a8842a6142971
minimum_amount() view returns (uint256)
100000000
note() view returns (string)
Only for USDC to USDT
owner() view returns (address)
0xddaa52117dedb0407cf4b483e7ad091b723b2e4e
to_bank() view returns (address)
0x21a3dbee594a3419d6037d6d8cee0b1e10bf345c
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
usdt() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
Read-only
This contract contains no read-only function objects.
State-modifying
Events changeMinimumAmount(uint256 _new_amount)
doExchange(uint256 amount) returns (bool)
transferOwnership(address newOwner)
MinimumAmountChanged(uint256 old, uint256 _new)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _from_bank, address _to_bank, uint256 _min_amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.