SwapTokens
Verified contract
Active on
Ethereum with 656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($45,024,807.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANY | ERC-20 | 6.844438M | $6.48 |
$44,351,955.61 | |
MULTI | ERC-20 | 1.156062M | $0.58202 |
$672,851.44 | |
HQG | ERC-20 | 1.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280405 | 4 days ago | | | 0 | 0.0025967258 | |
| 19450351 | 8 months ago | | | 0 | 0.0025866090 | |
| 19450299 | 8 months ago | | | 0 | 0.0024648940 | |
| 19450241 | 8 months ago | | | 0 | 0.0025011852 | |
| 19264735 | 9 months ago | | | 0 | 0.0033113483 | |
| 19264721 | 9 months ago | | | 0 | 0.0046304955 | |
| 18982980 | a year ago | | | 0 | 0.0018640520 | |
| 18554379 | a year ago | | | 0 | 0.0011594792 | |
| 18515230 | a year ago | | | 0 | 0.0024105087 | |
| 18485956 | a year ago | | | 0 | 0.0023819825 |
ABI
ABI objects
Getter at block 21307111
denominatorOfRate() view returns (uint256)
1
dstToken() view returns (address)
0x65ef703f5594d2573eb71aaf55bc0cb548492df4
latestWithdrawRequestAmount() view returns (uint256)
0
latestWithdrawRequestTime() view returns (uint256)
0
minWithdrawApprovalInterval() view returns (uint256)
172800
numeratorOfRate() view returns (uint256)
1
owner() view returns (address)
0xa80f73b93526ef992b52e3998bb103a0a8f2359d
srcToken() view returns (address)
0xf99d58e463a2e07e5692127302c20a191861b4d6
Read-only
This contract contains no read-only function objects.
State-modifying
Events swap(uint256 srcAmount) returns (uint256 dstAmount)
transferOwnership(address newOwner)
withdraw()
withdrawRequest(uint256 amount)
Swapped(address indexed sender, uint256 indexed srcAmount, uint256 indexed dstAmount)
constructor(address _srcToken, address _dstToken, uint256 _numeratorOfRate, uint256 _denominatorOfRate)
This contract contains no fallback and receive objects.
This contract contains no error objects.