SwapContract
Verified contract
Active on
Ethereum with 4,102 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$ Evmosia.com | ERC-20 | 5K | -- | -- | |
sbBTC | ERC-20 | 0.02937 | -- | -- | |
sbBTC | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17690407 | a year ago | | | 0 | 0.00082774800 | |
| 16431517 | 2 years ago | | | 0 | 0.0010118956 | |
| 15861024 | 2 years ago | | | 0 | 0.0034781961 | |
| 15837025 | 2 years ago | | | 0 | 0.0038066820 | |
| 15828032 | 2 years ago | | | 0 | 0.0066686359 | |
| 15816076 | 2 years ago | | | 0 | 0.0045962681 | |
| 15810025 | 2 years ago | | | 0 | 0.0048473089 | |
| 15801027 | 2 years ago | | | 0 | 0.0069206131 | |
| 15792025 | 2 years ago | | | 0 | 0.010662036 | |
| 15780023 | 2 years ago | | | 0 | 0.0061819526 |
ABI
ABI objects
Getter at block 21263672 getActiveNodes() view returns (bytes32[])
WBTC_ADDR() view returns (address)
0x2260fac5e5542a773aa44fbcfedf7c193bc2c599
churnedInCount() view returns (uint8)
33
depositFeesBPS() view returns (uint8)
50
feesLPTokensForNode() view returns (uint256)
0
getCurrentPriceLP() view returns (uint256 nowPrice)
111723669
initialExchangeRate() view returns (uint256)
100000000
lockedLPTokensForNode() view returns (uint256)
140796
lpToken() view returns (address)
0x22883a3db06737ece21f479a8009b8b9f22b6cc9
nodeRewardsRatio() view returns (uint8)
66
owner() view returns (address)
0x37017e77d1e015b0336baa957e2eba729c1c4920
tssThreshold() view returns (uint8)
31
withdrawalFeeBPS() view returns (uint8)
20
Read-only
getDepositFeeRate(address _token, uint256 _amountOfFloat) view returns (uint256 depositFeeRate)
getFloatReserve(address _tokenA, address _tokenB) view returns (uint256 reserveA, uint256 reserveB)
isTxUsed(bytes32 _txid) view returns (bool)
whitelist(address) view returns (bool)
State-modifying
Events churn(address _newOwner, bytes32[] _rewardAddressAndAmounts, bool[] _isRemoved, uint8 _churnedInCount, uint8 _tssThreshold, uint8 _nodeRewardsRatio, uint8 _withdrawalFeeBPS) returns (bool)
collectSwapFeesForBTC(address _destToken, uint256 _incomingAmount, uint256 _minerFee, uint256 _rewardsAmount) returns (bool)
distributeNodeRewards() returns (bool)
multiTransferERC20TightlyPacked(address _destToken, bytes32[] _addressesAndAmounts, uint256 _totalSwapped, uint256 _rewardsAmount, bytes32[] _redeemedFloatTxIds) returns (bool)
recordIncomingFloat(address _token, bytes32 _addressesAndAmountOfFloat, bool _zerofee, bytes32 _txid) returns (bool)
recordOutcomingFloat(address _token, bytes32 _addressesAndAmountOfLPtoken, uint256 _minerFee, bytes32 _txid) returns (bool)
recordUTXOSweepMinerFee(uint256 _minerFee, bytes32 _txid) returns (bool)
renounceOwnership()
singleTransferERC20(address _destToken, address _to, uint256 _amount, uint256 _totalSwapped, uint256 _rewardsAmount, bytes32[] _redeemedFloatTxIds) returns (bool)
transferOwnership(address newOwner)
BurnLPTokensForFloat(address token, uint256 amountOfLP, uint256 amountOfFloat, uint256 currentPriceLP, uint256 withdrawal, bytes32 txid)
IssueLPTokensForFloat(address to, uint256 amountOfFloat, uint256 amountOfLP, uint256 currentPriceLP, uint256 depositFees, bytes32 txid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsCollection(address feesToken, uint256 rewards, uint256 amountLPTokensForNode, uint256 currentPriceLP)
Swap(address from, address to, uint256 amount)
constructor(address _lpToken, address _wbtc, uint256 _existingBTCFloat)
fallback()
This contract contains no error objects.